Home
last modified time | relevance | path

Searched defs:con (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/kernel/linux/linux-6.6/net/ceph/
Dmessenger_v1.c110 static void con_out_kvec_reset(struct ceph_connection *con) in con_out_kvec_reset()
119 static void con_out_kvec_add(struct ceph_connection *con, in con_out_kvec_add()
138 static int con_out_kvec_skip(struct ceph_connection *con) in con_out_kvec_skip()
153 static size_t sizeof_footer(struct ceph_connection *con) in sizeof_footer()
172 static void prepare_write_message_footer(struct ceph_connection *con) in prepare_write_message_footer()
195 static void prepare_write_message(struct ceph_connection *con) in prepare_write_message()
267 static void prepare_write_ack(struct ceph_connection *con) in prepare_write_ack()
288 static void prepare_write_seq(struct ceph_connection *con) in prepare_write_seq()
306 static void prepare_write_keepalive(struct ceph_connection *con) in prepare_write_keepalive()
328 static int get_connect_authorizer(struct ceph_connection *con) in get_connect_authorizer()
[all …]
Dmessenger_v2.c109 static int ceph_tcp_recv(struct ceph_connection *con) in ceph_tcp_recv()
196 static int ceph_tcp_send(struct ceph_connection *con) in ceph_tcp_send()
211 static void add_in_kvec(struct ceph_connection *con, void *buf, int len) in add_in_kvec()
224 static void reset_in_kvecs(struct ceph_connection *con) in reset_in_kvecs()
232 static void set_in_bvec(struct ceph_connection *con, const struct bio_vec *bv) in set_in_bvec()
240 static void set_in_skip(struct ceph_connection *con, int len) in set_in_skip()
248 static void add_out_kvec(struct ceph_connection *con, void *buf, int len) in add_out_kvec()
262 static void reset_out_kvecs(struct ceph_connection *con) in reset_out_kvecs()
273 static void set_out_bvec(struct ceph_connection *con, const struct bio_vec *bv, in set_out_bvec()
285 static void set_out_bvec_zero(struct ceph_connection *con) in set_out_bvec_zero()
[all …]
Dmessenger.c100 void ceph_con_flag_clear(struct ceph_connection *con, unsigned long con_flag) in ceph_con_flag_clear()
107 void ceph_con_flag_set(struct ceph_connection *con, unsigned long con_flag) in ceph_con_flag_set()
114 bool ceph_con_flag_test(struct ceph_connection *con, unsigned long con_flag) in ceph_con_flag_test()
121 bool ceph_con_flag_test_and_clear(struct ceph_connection *con, in ceph_con_flag_test_and_clear()
129 bool ceph_con_flag_test_and_set(struct ceph_connection *con, in ceph_con_flag_test_and_set()
280 static void con_sock_state_init(struct ceph_connection *con) in con_sock_state_init()
291 static void con_sock_state_connecting(struct ceph_connection *con) in con_sock_state_connecting()
302 static void con_sock_state_connected(struct ceph_connection *con) in con_sock_state_connected()
313 static void con_sock_state_closing(struct ceph_connection *con) in con_sock_state_closing()
326 static void con_sock_state_closed(struct ceph_connection *con) in con_sock_state_closed()
[all …]
/kernel/linux/linux-5.10/net/ceph/
Dmessenger.c119 static void con_flag_clear(struct ceph_connection *con, unsigned long con_flag) in con_flag_clear()
126 static void con_flag_set(struct ceph_connection *con, unsigned long con_flag) in con_flag_set()
133 static bool con_flag_test(struct ceph_connection *con, unsigned long con_flag) in con_flag_test()
140 static bool con_flag_test_and_clear(struct ceph_connection *con, in con_flag_test_and_clear()
148 static bool con_flag_test_and_set(struct ceph_connection *con, in con_flag_test_and_set()
302 static void con_sock_state_init(struct ceph_connection *con) in con_sock_state_init()
313 static void con_sock_state_connecting(struct ceph_connection *con) in con_sock_state_connecting()
324 static void con_sock_state_connected(struct ceph_connection *con) in con_sock_state_connected()
335 static void con_sock_state_closing(struct ceph_connection *con) in con_sock_state_closing()
348 static void con_sock_state_closed(struct ceph_connection *con) in con_sock_state_closed()
[all …]
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/
Dpsy.c33 static int ucsi_psy_get_scope(struct ucsi_connector *con, in ucsi_psy_get_scope()
53 static int ucsi_psy_get_online(struct ucsi_connector *con, in ucsi_psy_get_online()
63 static int ucsi_psy_get_voltage_min(struct ucsi_connector *con, in ucsi_psy_get_voltage_min()
86 static int ucsi_psy_get_voltage_max(struct ucsi_connector *con, in ucsi_psy_get_voltage_max()
113 static int ucsi_psy_get_voltage_now(struct ucsi_connector *con, in ucsi_psy_get_voltage_now()
142 static int ucsi_psy_get_current_max(struct ucsi_connector *con, in ucsi_psy_get_current_max()
172 static int ucsi_psy_get_current_now(struct ucsi_connector *con, in ucsi_psy_get_current_now()
184 static int ucsi_psy_get_usb_type(struct ucsi_connector *con, in ucsi_psy_get_usb_type()
201 struct ucsi_connector *con = power_supply_get_drvdata(psy); in ucsi_psy_get_prop() local
231 int ucsi_register_port_psy(struct ucsi_connector *con) in ucsi_register_port_psy()
[all …]
Ducsi.c218 struct ucsi_connector *con; member
225 struct ucsi_connector *con = uwork->con; in ucsi_poll_worker() local
249 static int ucsi_partner_task(struct ucsi_connector *con, in ucsi_partner_task()
276 void ucsi_altmode_update_active(struct ucsi_connector *con) in ucsi_altmode_update_active()
341 static int ucsi_register_altmode(struct ucsi_connector *con, in ucsi_register_altmode()
427 ucsi_register_altmodes_nvidia(struct ucsi_connector *con, u8 recipient) in ucsi_register_altmodes_nvidia()
502 static int ucsi_register_altmodes(struct ucsi_connector *con, u8 recipient) in ucsi_register_altmodes()
565 static void ucsi_unregister_altmodes(struct ucsi_connector *con, u8 recipient) in ucsi_unregister_altmodes()
595 static int ucsi_read_pdos(struct ucsi_connector *con, in ucsi_read_pdos()
616 static int ucsi_get_pdos(struct ucsi_connector *con, enum typec_role role, in ucsi_get_pdos()
[all …]
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/
Dpsy.c32 static int ucsi_psy_get_online(struct ucsi_connector *con, in ucsi_psy_get_online()
42 static int ucsi_psy_get_voltage_min(struct ucsi_connector *con, in ucsi_psy_get_voltage_min()
65 static int ucsi_psy_get_voltage_max(struct ucsi_connector *con, in ucsi_psy_get_voltage_max()
92 static int ucsi_psy_get_voltage_now(struct ucsi_connector *con, in ucsi_psy_get_voltage_now()
121 static int ucsi_psy_get_current_max(struct ucsi_connector *con, in ucsi_psy_get_current_max()
151 static int ucsi_psy_get_current_now(struct ucsi_connector *con, in ucsi_psy_get_current_now()
163 static int ucsi_psy_get_usb_type(struct ucsi_connector *con, in ucsi_psy_get_usb_type()
180 struct ucsi_connector *con = power_supply_get_drvdata(psy); in ucsi_psy_get_prop() local
208 int ucsi_register_port_psy(struct ucsi_connector *con) in ucsi_register_port_psy()
235 void ucsi_unregister_port_psy(struct ucsi_connector *con) in ucsi_unregister_port_psy()
[all …]
Ducsi.c196 void ucsi_altmode_update_active(struct ucsi_connector *con) in ucsi_altmode_update_active()
250 static int ucsi_register_altmode(struct ucsi_connector *con, in ucsi_register_altmode()
336 ucsi_register_altmodes_nvidia(struct ucsi_connector *con, u8 recipient) in ucsi_register_altmodes_nvidia()
411 static int ucsi_register_altmodes(struct ucsi_connector *con, u8 recipient) in ucsi_register_altmodes()
472 static void ucsi_unregister_altmodes(struct ucsi_connector *con, u8 recipient) in ucsi_unregister_altmodes()
502 static int ucsi_get_pdos(struct ucsi_connector *con, int is_partner, in ucsi_get_pdos()
522 static void ucsi_get_src_pdos(struct ucsi_connector *con, int is_partner) in ucsi_get_src_pdos()
544 static void ucsi_pwr_opmode_change(struct ucsi_connector *con) in ucsi_pwr_opmode_change()
567 static int ucsi_register_partner(struct ucsi_connector *con) in ucsi_register_partner()
604 static void ucsi_unregister_partner(struct ucsi_connector *con) in ucsi_unregister_partner()
[all …]
/kernel/linux/linux-5.10/fs/dlm/
Dlowcomms.c108 struct connection *con; member
156 struct connection *con; in __find_con() local
178 struct connection *con, *tmp; in nodeid2con() local
240 struct connection *con; in foreach_conn() local
404 struct connection *con; in lowcomms_data_ready() local
415 struct connection *con; in lowcomms_write_space() local
434 static inline void lowcomms_connect_sock(struct connection *con) in lowcomms_connect_sock()
459 struct connection *con; in dlm_lowcomms_connect_node() local
473 struct connection *con; in lowcomms_error_report() local
542 static void add_sock(struct socket *sock, struct connection *con) in add_sock()
[all …]
/kernel/linux/linux-6.6/net/tipc/
Dtopsrv.c119 static bool connected(struct tipc_conn *con) in connected()
126 struct tipc_conn *con = container_of(kref, struct tipc_conn, kref); in tipc_conn_kref_release() local
146 static void conn_put(struct tipc_conn *con) in conn_put()
151 static void conn_get(struct tipc_conn *con) in conn_get()
156 static void tipc_conn_close(struct tipc_conn *con) in tipc_conn_close()
182 struct tipc_conn *con; in tipc_conn_alloc() local
218 struct tipc_conn *con; in tipc_conn_lookup() local
231 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s) in tipc_conn_delete_sub()
249 static void tipc_conn_send_to_sock(struct tipc_conn *con) in tipc_conn_send_to_sock()
303 struct tipc_conn *con = container_of(work, struct tipc_conn, swork); in tipc_conn_send_work() local
[all …]
/kernel/linux/linux-5.10/net/tipc/
Dtopsrv.c118 static bool connected(struct tipc_conn *con) in connected()
125 struct tipc_conn *con = container_of(kref, struct tipc_conn, kref); in tipc_conn_kref_release() local
145 static void conn_put(struct tipc_conn *con) in conn_put()
150 static void conn_get(struct tipc_conn *con) in conn_get()
155 static void tipc_conn_close(struct tipc_conn *con) in tipc_conn_close()
181 struct tipc_conn *con; in tipc_conn_alloc() local
217 struct tipc_conn *con; in tipc_conn_lookup() local
230 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s) in tipc_conn_delete_sub()
248 static void tipc_conn_send_to_sock(struct tipc_conn *con) in tipc_conn_send_to_sock()
302 struct tipc_conn *con = container_of(work, struct tipc_conn, swork); in tipc_conn_send_work() local
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras.c461 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_create_obj() local
487 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_find_obj() local
545 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_is_feature_allowed() local
553 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_is_feature_enabled() local
565 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in __amdgpu_ras_feature_enable() local
603 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_feature_enable() local
662 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_feature_enable_on_boot() local
705 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_disable_all_features() local
727 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_enable_all_features() local
917 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_query_error_count() local
[all …]
/kernel/linux/linux-6.6/fs/dlm/
Dlowcomms.c133 struct connection *con; member
212 static void lowcomms_queue_swork(struct connection *con) in lowcomms_queue_swork()
222 static void lowcomms_queue_rwork(struct connection *con) in lowcomms_queue_rwork()
252 static struct writequeue_entry *con_next_wq(struct connection *con) in con_next_wq()
269 struct connection *con; in __find_con() local
279 static void dlm_con_init(struct connection *con, int nodeid) in dlm_con_init()
297 struct connection *con, *tmp; in nodeid2con() local
364 struct connection *con; in nodeid_to_addr() local
421 struct connection *con; in addr_to_nodeid() local
447 static bool dlm_lowcomms_con_has_addr(const struct connection *con, in dlm_lowcomms_con_has_addr()
[all …]
/kernel/linux/linux-6.6/fs/hmdfs/comm/
Dsocket_adapter.c71 struct hmdfs_peer *con; in msg_release() local
99 static int msg_init(struct hmdfs_peer *con, struct sendmsg_wait_queue *msg_wq, in msg_init()
116 static inline void statistic_con_sb_dirty(struct hmdfs_peer *con, in statistic_con_sb_dirty()
205 int hmdfs_sendmessage_response(struct hmdfs_peer *con, in hmdfs_sendmessage_response()
370 static int hmdfs_record_async_readdir(struct hmdfs_peer *con, in hmdfs_record_async_readdir()
387 static void hmdfs_untrack_async_readdir(struct hmdfs_peer *con, in hmdfs_untrack_async_readdir()
397 int hmdfs_sendmessage_request(struct hmdfs_peer *con, in hmdfs_sendmessage_request()
518 static int hmdfs_send_slice(struct hmdfs_peer *con, struct hmdfs_head_cmd *cmd, in hmdfs_send_slice()
550 int hmdfs_readfile_response(struct hmdfs_peer *con, struct hmdfs_head_cmd *head, in hmdfs_readfile_response()
631 int hmdfs_sendpage_request(struct hmdfs_peer *con, in hmdfs_sendpage_request()
[all …]
/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dsocket_adapter.c71 struct hmdfs_peer *con; in msg_release() local
99 static int msg_init(struct hmdfs_peer *con, struct sendmsg_wait_queue *msg_wq, in msg_init()
116 static inline void statistic_con_sb_dirty(struct hmdfs_peer *con, in statistic_con_sb_dirty()
205 int hmdfs_sendmessage_response(struct hmdfs_peer *con, in hmdfs_sendmessage_response()
370 static int hmdfs_record_async_readdir(struct hmdfs_peer *con, in hmdfs_record_async_readdir()
387 static void hmdfs_untrack_async_readdir(struct hmdfs_peer *con, in hmdfs_untrack_async_readdir()
397 int hmdfs_sendmessage_request(struct hmdfs_peer *con, in hmdfs_sendmessage_request()
518 static int hmdfs_send_slice(struct hmdfs_peer *con, struct hmdfs_head_cmd *cmd, in hmdfs_send_slice()
550 int hmdfs_readfile_response(struct hmdfs_peer *con, struct hmdfs_head_cmd *head, in hmdfs_readfile_response()
631 int hmdfs_sendpage_request(struct hmdfs_peer *con, in hmdfs_sendpage_request()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras.c641 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_create_obj() local
674 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_find_obj() local
717 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_is_feature_enabled() local
729 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in __amdgpu_ras_feature_enable() local
765 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_feature_enable() local
821 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_feature_enable_on_boot() local
872 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_disable_all_features() local
894 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_enable_all_features() local
1243 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_query_error_count() local
1338 struct amdgpu_ras *con = in amdgpu_ras_sysfs_badpages_read() local
[all …]
/kernel/linux/linux-6.6/fs/hmdfs/
Dhmdfs_client.c32 int hmdfs_send_open(struct hmdfs_peer *con, const char *send_buf, in hmdfs_send_open()
78 void hmdfs_send_close(struct hmdfs_peer *con, const struct hmdfs_fid *fid) in hmdfs_send_close()
99 int hmdfs_send_fsync(struct hmdfs_peer *con, const struct hmdfs_fid *fid, in hmdfs_send_fsync()
129 int hmdfs_client_readpage(struct hmdfs_peer *con, const struct hmdfs_fid *fid, in hmdfs_client_readpage()
278 int hmdfs_remote_do_writepage(struct hmdfs_peer *con, in hmdfs_remote_do_writepage()
357 int hmdfs_client_writepage(struct hmdfs_peer *con, in hmdfs_client_writepage()
418 int hmdfs_client_start_readdir(struct hmdfs_peer *con, struct file *filp, in hmdfs_client_start_readdir()
458 int hmdfs_client_start_mkdir(struct hmdfs_peer *con, in hmdfs_client_start_mkdir()
506 int hmdfs_client_start_create(struct hmdfs_peer *con, in hmdfs_client_start_create()
556 int hmdfs_client_start_rmdir(struct hmdfs_peer *con, const char *path, in hmdfs_client_start_rmdir()
[all …]
Dhmdfs_server.c243 static int hmdfs_get_inode_by_name(struct hmdfs_peer *con, const char *filename, in hmdfs_get_inode_by_name()
343 static struct file *hmdfs_open_file(struct hmdfs_peer *con, in hmdfs_open_file()
421 static uint64_t hmdfs_server_pack_fid_ver(struct hmdfs_peer *con, in hmdfs_server_pack_fid_ver()
431 static struct file *get_file_by_fid_and_ver(struct hmdfs_peer *con, in get_file_by_fid_and_ver()
451 static void hmdfs_update_open_response(struct hmdfs_peer *con, in hmdfs_update_open_response()
493 static int hmdfs_get_open_info(struct hmdfs_peer *con, uint8_t file_type, in hmdfs_get_open_info()
537 void hmdfs_server_open(struct hmdfs_peer *con, struct hmdfs_head_cmd *cmd, in hmdfs_server_open()
622 static int hmdfs_lookup_create(struct hmdfs_peer *con, in hmdfs_lookup_create()
674 static int hmdfs_dentry_open(struct hmdfs_peer *con, in hmdfs_dentry_open()
700 static int hmdfs_server_do_atomic_open(struct hmdfs_peer *con, in hmdfs_server_do_atomic_open()
[all …]
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_client.c32 int hmdfs_send_open(struct hmdfs_peer *con, const char *send_buf, in hmdfs_send_open()
78 void hmdfs_send_close(struct hmdfs_peer *con, const struct hmdfs_fid *fid) in hmdfs_send_close()
99 int hmdfs_send_fsync(struct hmdfs_peer *con, const struct hmdfs_fid *fid, in hmdfs_send_fsync()
129 int hmdfs_client_readpage(struct hmdfs_peer *con, const struct hmdfs_fid *fid, in hmdfs_client_readpage()
279 int hmdfs_remote_do_writepage(struct hmdfs_peer *con, in hmdfs_remote_do_writepage()
358 int hmdfs_client_writepage(struct hmdfs_peer *con, in hmdfs_client_writepage()
419 int hmdfs_client_start_readdir(struct hmdfs_peer *con, struct file *filp, in hmdfs_client_start_readdir()
459 int hmdfs_client_start_mkdir(struct hmdfs_peer *con, in hmdfs_client_start_mkdir()
507 int hmdfs_client_start_create(struct hmdfs_peer *con, in hmdfs_client_start_create()
557 int hmdfs_client_start_rmdir(struct hmdfs_peer *con, const char *path, in hmdfs_client_start_rmdir()
[all …]
Dhmdfs_server.c243 static int hmdfs_get_inode_by_name(struct hmdfs_peer *con, const char *filename, in hmdfs_get_inode_by_name()
343 static struct file *hmdfs_open_file(struct hmdfs_peer *con, in hmdfs_open_file()
421 static uint64_t hmdfs_server_pack_fid_ver(struct hmdfs_peer *con, in hmdfs_server_pack_fid_ver()
431 static struct file *get_file_by_fid_and_ver(struct hmdfs_peer *con, in get_file_by_fid_and_ver()
451 static void hmdfs_update_open_response(struct hmdfs_peer *con, in hmdfs_update_open_response()
493 static int hmdfs_get_open_info(struct hmdfs_peer *con, uint8_t file_type, in hmdfs_get_open_info()
537 void hmdfs_server_open(struct hmdfs_peer *con, struct hmdfs_head_cmd *cmd, in hmdfs_server_open()
622 static int hmdfs_lookup_create(struct hmdfs_peer *con, in hmdfs_lookup_create()
674 static int hmdfs_dentry_open(struct hmdfs_peer *con, in hmdfs_dentry_open()
700 static int hmdfs_server_do_atomic_open(struct hmdfs_peer *con, in hmdfs_server_do_atomic_open()
[all …]
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
Drtrs.c72 int rtrs_iu_post_recv(struct rtrs_con *con, struct rtrs_iu *iu) in rtrs_iu_post_recv()
97 int rtrs_post_recv_empty(struct rtrs_con *con, struct ib_cqe *cqe) in rtrs_post_recv_empty()
128 int rtrs_iu_post_send(struct rtrs_con *con, struct rtrs_iu *iu, size_t size, in rtrs_iu_post_send()
154 int rtrs_iu_post_rdma_write_imm(struct rtrs_con *con, struct rtrs_iu *iu, in rtrs_iu_post_rdma_write_imm()
187 static int rtrs_post_rdma_write_imm_empty(struct rtrs_con *con, in rtrs_post_rdma_write_imm_empty()
212 struct rtrs_con *con = ctx; in qp_event_handler() local
227 static bool is_pollqueue(struct rtrs_con *con) in is_pollqueue()
232 static int create_cq(struct rtrs_con *con, int cq_vector, int nr_cqe, in create_cq()
255 static int create_qp(struct rtrs_con *con, struct ib_pd *pd, in create_qp()
284 static void destroy_cq(struct rtrs_con *con) in destroy_cq()
[all …]
Drtrs-clt.c307 static void rtrs_rdma_error_recovery(struct rtrs_clt_con *con) in rtrs_rdma_error_recovery()
331 struct rtrs_clt_con *con = to_clt_con(wc->qp->qp_context); in rtrs_clt_fast_reg_done() local
351 struct rtrs_clt_con *con = to_clt_con(wc->qp->qp_context); in rtrs_clt_inv_rkey_done() local
368 struct rtrs_clt_con *con = req->con; in rtrs_inv_rkey() local
383 struct rtrs_clt_con *con = req->con; in complete_rdma_req() local
458 static int rtrs_post_send_rdma(struct rtrs_clt_con *con, in rtrs_post_send_rdma()
508 static void rtrs_clt_recv_done(struct rtrs_clt_con *con, struct ib_wc *wc) in rtrs_clt_recv_done()
524 static void rtrs_clt_rkey_rsp_done(struct rtrs_clt_con *con, struct ib_wc *wc) in rtrs_clt_rkey_rsp_done()
586 static int rtrs_post_recv_empty_x2(struct rtrs_con *con, struct ib_cqe *cqe) in rtrs_post_recv_empty_x2()
605 struct rtrs_clt_con *con = to_clt_con(wc->qp->qp_context); in rtrs_clt_rdma_done() local
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
Drtrs-clt.c303 static void rtrs_rdma_error_recovery(struct rtrs_clt_con *con) in rtrs_rdma_error_recovery()
334 struct rtrs_clt_con *con = cq->cq_context; in rtrs_clt_fast_reg_done() local
354 struct rtrs_clt_con *con = cq->cq_context; in rtrs_clt_inv_rkey_done() local
371 struct rtrs_clt_con *con = req->con; in rtrs_inv_rkey() local
386 struct rtrs_clt_con *con = req->con; in complete_rdma_req() local
450 static int rtrs_post_send_rdma(struct rtrs_clt_con *con, in rtrs_post_send_rdma()
499 static void rtrs_clt_recv_done(struct rtrs_clt_con *con, struct ib_wc *wc) in rtrs_clt_recv_done()
515 static void rtrs_clt_rkey_rsp_done(struct rtrs_clt_con *con, struct ib_wc *wc) in rtrs_clt_rkey_rsp_done()
576 static int rtrs_post_recv_empty_x2(struct rtrs_con *con, struct ib_cqe *cqe) in rtrs_post_recv_empty_x2()
595 struct rtrs_clt_con *con = cq->cq_context; in rtrs_clt_rdma_done() local
[all …]
Drtrs.c72 int rtrs_iu_post_recv(struct rtrs_con *con, struct rtrs_iu *iu) in rtrs_iu_post_recv()
97 int rtrs_post_recv_empty(struct rtrs_con *con, struct ib_cqe *cqe) in rtrs_post_recv_empty()
125 int rtrs_iu_post_send(struct rtrs_con *con, struct rtrs_iu *iu, size_t size, in rtrs_iu_post_send()
151 int rtrs_iu_post_rdma_write_imm(struct rtrs_con *con, struct rtrs_iu *iu, in rtrs_iu_post_rdma_write_imm()
183 int rtrs_post_rdma_write_imm_empty(struct rtrs_con *con, struct ib_cqe *cqe, in rtrs_post_rdma_write_imm_empty()
202 struct rtrs_con *con = ctx; in qp_event_handler() local
217 static int create_cq(struct rtrs_con *con, int cq_vector, u16 cq_size, in create_cq()
235 static int create_qp(struct rtrs_con *con, struct ib_pd *pd, in create_qp()
264 int rtrs_cq_qp_create(struct rtrs_sess *sess, struct rtrs_con *con, in rtrs_cq_qp_create()
288 void rtrs_cq_qp_destroy(struct rtrs_con *con) in rtrs_cq_qp_destroy()
[all …]
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
Dgpio-samsung.c73 u32 con; in samsung_gpio_setcfg_2bit() local
104 u32 con; in samsung_gpio_getcfg_2bit() local
136 u32 con; in samsung_gpio_setcfg_4bit() local
171 u32 con; in samsung_gpio_getcfg_4bit() local
250 unsigned long con; in samsung_gpiolib_2bit_input() local
270 unsigned long con; in samsung_gpiolib_2bit_output() local
312 unsigned long con; in samsung_gpiolib_4bit_input() local
331 unsigned long con; in samsung_gpiolib_4bit_output() local
382 unsigned long con; in samsung_gpiolib_4bit2_input() local
404 unsigned long con; in samsung_gpiolib_4bit2_output() local

12345678910>>...13