/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | iwcm.c | 141 static struct iwcm_work *get_work(struct iwcm_id_private *cm_id_priv) in get_work() argument 158 static void dealloc_work_entries(struct iwcm_id_private *cm_id_priv) in dealloc_work_entries() argument 168 static int alloc_work_entries(struct iwcm_id_private *cm_id_priv, int count) in alloc_work_entries() argument 202 static void free_cm_id(struct iwcm_id_private *cm_id_priv) in free_cm_id() argument 212 iwcm_deref_id(struct iwcm_id_private *cm_id_priv) iwcm_deref_id() argument 226 struct iwcm_id_private *cm_id_priv; add_ref() local 233 struct iwcm_id_private *cm_id_priv; rem_ref() local 246 struct iwcm_id_private *cm_id_priv; iw_create_cm_id() local 309 struct iwcm_id_private *cm_id_priv; iw_cm_disconnect() local 376 struct iwcm_id_private *cm_id_priv; destroy_cm_id() local 564 struct iwcm_id_private *cm_id_priv; iw_cm_listen() local 608 struct iwcm_id_private *cm_id_priv; iw_cm_reject() local 645 struct iwcm_id_private *cm_id_priv; iw_cm_accept() local 700 struct iwcm_id_private *cm_id_priv; iw_cm_connect() local 770 struct iwcm_id_private *cm_id_priv; cm_conn_req_handler() local 852 cm_conn_est_handler(struct iwcm_id_private *cm_id_priv, struct iw_cm_event *iw_event) cm_conn_est_handler() argument 882 cm_conn_rep_handler(struct iwcm_id_private *cm_id_priv, struct iw_cm_event *iw_event) cm_conn_rep_handler() argument 927 cm_disconnect_handler(struct iwcm_id_private *cm_id_priv, struct iw_cm_event *iw_event) cm_disconnect_handler() argument 949 cm_close_handler(struct iwcm_id_private *cm_id_priv, struct iw_cm_event *iw_event) cm_close_handler() argument 979 process_event(struct iwcm_id_private *cm_id_priv, struct iw_cm_event *iw_event) process_event() argument 1020 struct iwcm_id_private *cm_id_priv = work->cm_id; cm_work_handler() local 1070 struct iwcm_id_private *cm_id_priv; cm_event_handler() local 1108 iwcm_init_qp_init_attr(struct iwcm_id_private *cm_id_priv, struct ib_qp_attr *qp_attr, int *qp_attr_mask) iwcm_init_qp_init_attr() argument 1134 iwcm_init_qp_rts_attr(struct iwcm_id_private *cm_id_priv, struct ib_qp_attr *qp_attr, int *qp_attr_mask) iwcm_init_qp_rts_attr() argument 1162 struct iwcm_id_private *cm_id_priv; iw_cm_init_qp_attr() local [all...] |
H A D | cm.c | 301 static inline void cm_deref_id(struct cm_id_private *cm_id_priv) in cm_deref_id() argument 307 static int cm_alloc_msg(struct cm_id_private *cm_id_priv, in cm_alloc_msg() argument 438 cm_set_private_data(struct cm_id_private *cm_id_priv, void *private_data, u8 private_data_len) cm_set_private_data() argument 484 add_cm_id_to_port_list(struct cm_id_private *cm_id_priv, struct cm_av *av, struct cm_port *port) add_cm_id_to_port_list() argument 540 cm_init_av_by_path(struct sa_path_rec *path, const struct ib_gid_attr *sgid_attr, struct cm_av *av, struct cm_id_private *cm_id_priv) cm_init_av_by_path() argument 589 struct cm_id_private *cm_id_priv; cm_acquire_id() local 631 cm_insert_listen(struct cm_id_private *cm_id_priv, ib_cm_handler shared_handler) cm_insert_listen() argument 687 struct cm_id_private *cm_id_priv; cm_find_listen() local 800 cm_insert_remote_sidr(struct cm_id_private *cm_id_priv) cm_insert_remote_sidr() argument 838 struct cm_id_private *cm_id_priv; cm_alloc_id_priv() local 879 cm_finalize_id(struct cm_id_private *cm_id_priv) cm_finalize_id() argument 889 struct cm_id_private *cm_id_priv; ib_create_cm_id() local 900 cm_dequeue_work(struct cm_id_private *cm_id_priv) cm_dequeue_work() argument 941 cm_deref_id(cm_id_priv); global() variable 974 cm_remove_remote(struct cm_id_private *cm_id_priv) cm_remove_remote() argument 1003 cm_enter_timewait(struct cm_id_private *cm_id_priv) cm_enter_timewait() argument 1043 cm_reset_to_idle(struct cm_id_private *cm_id_priv) cm_reset_to_idle() argument 1061 struct cm_id_private *cm_id_priv; cm_destroy_id() local 1190 cm_init_listen(struct cm_id_private *cm_id_priv, __be64 service_id, __be64 service_mask) cm_init_listen() argument 1224 struct cm_id_private *cm_id_priv = ib_cm_listen() local 1274 struct cm_id_private *cm_id_priv; ib_cm_insert_listen() local 1310 cm_form_tid(struct cm_id_private *cm_id_priv) cm_form_tid() argument 1337 cm_format_req(struct cm_req_msg *req_msg, struct cm_id_private *cm_id_priv, struct ib_cm_req_param *param) cm_format_req() argument 1504 struct cm_id_private *cm_id_priv; ib_send_cm_req() local 1798 cm_format_req_event(struct cm_work *work, struct cm_id_private *cm_id_priv, struct ib_cm_id *listen_id) cm_format_req_event() argument 1842 cm_process_work(struct cm_id_private *cm_id_priv, struct cm_work *work) cm_process_work() argument 1867 cm_format_mra(struct cm_mra_msg *mra_msg, struct cm_id_private *cm_id_priv, enum cm_msg_response msg_mraed, u8 service_timeout, const void *private_data, u8 private_data_len) cm_format_mra() argument 1885 cm_format_rej(struct cm_rej_msg *rej_msg, struct cm_id_private *cm_id_priv, enum ib_cm_rej_reason reason, void *ari, u8 ari_length, const void *private_data, u8 private_data_len, enum ib_cm_state state) cm_format_rej() argument 1932 cm_dup_req_handler(struct cm_work *work, struct cm_id_private *cm_id_priv) cm_dup_req_handler() argument 1981 cm_match_req(struct cm_work *work, struct cm_id_private *cm_id_priv) cm_match_req() argument 2076 struct cm_id_private *cm_id_priv, *listen_cm_id_priv; cm_req_handler() local 2228 cm_format_rep(struct cm_rep_msg *rep_msg, struct cm_id_private *cm_id_priv, struct ib_cm_rep_param *param) cm_format_rep() argument 2272 struct cm_id_private *cm_id_priv; ib_send_cm_rep() local 2323 cm_format_rtu(struct cm_rtu_msg *rtu_msg, struct cm_id_private *cm_id_priv, const void *private_data, u8 private_data_len) cm_format_rtu() argument 2343 struct cm_id_private *cm_id_priv; ib_send_cm_rtu() local 2422 struct cm_id_private *cm_id_priv; cm_dup_rep_handler() local 2467 struct cm_id_private *cm_id_priv; cm_rep_handler() local 2572 struct cm_id_private *cm_id_priv; cm_establish_handler() local 2595 struct cm_id_private *cm_id_priv; cm_rtu_handler() local 2626 cm_format_dreq(struct cm_dreq_msg *dreq_msg, struct cm_id_private *cm_id_priv, const void *private_data, u8 private_data_len) cm_format_dreq() argument 2645 cm_send_dreq_locked(struct cm_id_private *cm_id_priv, const void *private_data, u8 private_data_len) cm_send_dreq_locked() argument 2692 struct cm_id_private *cm_id_priv = ib_send_cm_dreq() local 2704 cm_format_drep(struct cm_drep_msg *drep_msg, struct cm_id_private *cm_id_priv, const void *private_data, u8 private_data_len) cm_format_drep() argument 2720 cm_send_drep_locked(struct cm_id_private *cm_id_priv, void *private_data, u8 private_data_len) cm_send_drep_locked() argument 2759 struct cm_id_private *cm_id_priv = ib_send_cm_drep() local 2809 struct cm_id_private *cm_id_priv; cm_dreq_handler() local 2883 struct cm_id_private *cm_id_priv; cm_drep_handler() local 2912 cm_send_rej_locked(struct cm_id_private *cm_id_priv, enum ib_cm_rej_reason reason, void *ari, u8 ari_length, const void *private_data, u8 private_data_len) cm_send_rej_locked() argument 2972 struct cm_id_private *cm_id_priv = ib_send_cm_rej() local 3001 struct cm_id_private *cm_id_priv; cm_acquire_rejected_id() local 3025 struct cm_id_private *cm_id_priv; cm_rej_handler() local 3085 struct cm_id_private *cm_id_priv; ib_send_cm_mra() local 3180 struct cm_id_private *cm_id_priv; cm_mra_handler() local 3269 cm_format_path_from_lap(struct cm_id_private *cm_id_priv, struct sa_path_rec *path, struct cm_lap_msg *lap_msg) cm_format_path_from_lap() argument 3296 struct cm_id_private *cm_id_priv; cm_lap_handler() local 3385 struct cm_id_private *cm_id_priv; cm_apr_handler() local 3431 struct cm_id_private *cm_id_priv; cm_timewait_handler() local 3457 cm_format_sidr_req(struct cm_sidr_req_msg *sidr_req_msg, struct cm_id_private *cm_id_priv, struct ib_cm_sidr_req_param *param) cm_format_sidr_req() argument 3478 struct cm_id_private *cm_id_priv; ib_send_cm_sidr_req() local 3551 struct cm_id_private *cm_id_priv, *listen_cm_id_priv; cm_sidr_req_handler() local 3626 cm_format_sidr_rep(struct cm_sidr_rep_msg *sidr_rep_msg, struct cm_id_private *cm_id_priv, struct ib_cm_sidr_rep_param *param) cm_format_sidr_rep() argument 3653 cm_send_sidr_rep_locked(struct cm_id_private *cm_id_priv, struct ib_cm_sidr_rep_param *param) cm_send_sidr_rep_locked() argument 3695 struct cm_id_private *cm_id_priv = ib_send_cm_sidr_rep() local 3707 cm_format_sidr_rep_event(struct cm_work *work, const struct cm_id_private *cm_id_priv) cm_format_sidr_rep_event() argument 3731 struct cm_id_private *cm_id_priv; cm_sidr_rep_handler() local 3760 struct cm_id_private *cm_id_priv; cm_process_send_error() local 3907 struct cm_id_private *cm_id_priv; cm_establish() local 3972 struct cm_id_private *cm_id_priv; cm_migrate() local 4101 cm_init_qp_init_attr(struct cm_id_private *cm_id_priv, struct ib_qp_attr *qp_attr, int *qp_attr_mask) cm_init_qp_init_attr() argument 4138 cm_init_qp_rtr_attr(struct cm_id_private *cm_id_priv, struct ib_qp_attr *qp_attr, int *qp_attr_mask) cm_init_qp_rtr_attr() argument 4186 cm_init_qp_rts_attr(struct cm_id_private *cm_id_priv, struct ib_qp_attr *qp_attr, int *qp_attr_mask) cm_init_qp_rts_attr() argument 4250 struct cm_id_private *cm_id_priv; ib_cm_init_qp_attr() local 4432 struct cm_id_private *cm_id_priv; cm_remove_one() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | iwcm.c | 141 static struct iwcm_work *get_work(struct iwcm_id_private *cm_id_priv) in get_work() argument 158 static void dealloc_work_entries(struct iwcm_id_private *cm_id_priv) in dealloc_work_entries() argument 168 static int alloc_work_entries(struct iwcm_id_private *cm_id_priv, int count) in alloc_work_entries() argument 202 static void free_cm_id(struct iwcm_id_private *cm_id_priv) in free_cm_id() argument 212 iwcm_deref_id(struct iwcm_id_private *cm_id_priv) iwcm_deref_id() argument 225 struct iwcm_id_private *cm_id_priv; add_ref() local 232 struct iwcm_id_private *cm_id_priv; rem_ref() local 245 struct iwcm_id_private *cm_id_priv; iw_create_cm_id() local 308 struct iwcm_id_private *cm_id_priv; iw_cm_disconnect() local 375 struct iwcm_id_private *cm_id_priv; destroy_cm_id() local 563 struct iwcm_id_private *cm_id_priv; iw_cm_listen() local 607 struct iwcm_id_private *cm_id_priv; iw_cm_reject() local 644 struct iwcm_id_private *cm_id_priv; iw_cm_accept() local 699 struct iwcm_id_private *cm_id_priv; iw_cm_connect() local 769 struct iwcm_id_private *cm_id_priv; cm_conn_req_handler() local 851 cm_conn_est_handler(struct iwcm_id_private *cm_id_priv, struct iw_cm_event *iw_event) cm_conn_est_handler() argument 881 cm_conn_rep_handler(struct iwcm_id_private *cm_id_priv, struct iw_cm_event *iw_event) cm_conn_rep_handler() argument 926 cm_disconnect_handler(struct iwcm_id_private *cm_id_priv, struct iw_cm_event *iw_event) cm_disconnect_handler() argument 948 cm_close_handler(struct iwcm_id_private *cm_id_priv, struct iw_cm_event *iw_event) cm_close_handler() argument 978 process_event(struct iwcm_id_private *cm_id_priv, struct iw_cm_event *iw_event) process_event() argument 1019 struct iwcm_id_private *cm_id_priv = work->cm_id; cm_work_handler() local 1069 struct iwcm_id_private *cm_id_priv; cm_event_handler() local 1107 iwcm_init_qp_init_attr(struct iwcm_id_private *cm_id_priv, struct ib_qp_attr *qp_attr, int *qp_attr_mask) iwcm_init_qp_init_attr() argument 1133 iwcm_init_qp_rts_attr(struct iwcm_id_private *cm_id_priv, struct ib_qp_attr *qp_attr, int *qp_attr_mask) iwcm_init_qp_rts_attr() argument 1161 struct iwcm_id_private *cm_id_priv; iw_cm_init_qp_attr() local [all...] |
H A D | cm.c | 269 static inline void cm_deref_id(struct cm_id_private *cm_id_priv) in cm_deref_id() argument 275 static struct ib_mad_send_buf *cm_alloc_msg(struct cm_id_private *cm_id_priv) in cm_alloc_msg() argument 323 struct cm_id_private *cm_id_priv = msg->context[0]; cm_free_msg() local 332 cm_alloc_priv_msg(struct cm_id_private *cm_id_priv) cm_alloc_priv_msg() argument 347 struct cm_id_private *cm_id_priv = msg->context[0]; cm_free_priv_msg() local 426 cm_set_private_data(struct cm_id_private *cm_id_priv, void *private_data, u8 private_data_len) cm_set_private_data() argument 572 struct cm_id_private *cm_id_priv; cm_acquire_id() local 614 cm_insert_listen(struct cm_id_private *cm_id_priv, ib_cm_handler shared_handler) cm_insert_listen() argument 665 struct cm_id_private *cm_id_priv; cm_find_listen() local 776 cm_insert_remote_sidr(struct cm_id_private *cm_id_priv) cm_insert_remote_sidr() argument 809 struct cm_id_private *cm_id_priv; cm_alloc_id_priv() local 848 cm_finalize_id(struct cm_id_private *cm_id_priv) cm_finalize_id() argument 858 struct cm_id_private *cm_id_priv; ib_create_cm_id() local 869 cm_dequeue_work(struct cm_id_private *cm_id_priv) cm_dequeue_work() argument 910 cm_deref_id(cm_id_priv); global() variable 943 cm_remove_remote(struct cm_id_private *cm_id_priv) cm_remove_remote() argument 972 cm_enter_timewait(struct cm_id_private *cm_id_priv) cm_enter_timewait() argument 1012 cm_reset_to_idle(struct cm_id_private *cm_id_priv) cm_reset_to_idle() argument 1030 struct cm_id_private *cm_id_priv; cm_destroy_id() local 1154 cm_init_listen(struct cm_id_private *cm_id_priv, __be64 service_id) cm_init_listen() argument 1179 struct cm_id_private *cm_id_priv = ib_cm_listen() local 1230 struct cm_id_private *cm_id_priv; ib_cm_insert_listen() local 1266 cm_form_tid(struct cm_id_private *cm_id_priv) cm_form_tid() argument 1301 cm_format_req(struct cm_req_msg *req_msg, struct cm_id_private *cm_id_priv, struct ib_cm_req_param *param) cm_format_req() argument 1477 struct cm_id_private *cm_id_priv; ib_send_cm_req() local 1782 cm_format_req_event(struct cm_work *work, struct cm_id_private *cm_id_priv, struct ib_cm_id *listen_id) cm_format_req_event() argument 1826 cm_process_work(struct cm_id_private *cm_id_priv, struct cm_work *work) cm_process_work() argument 1851 cm_format_mra(struct cm_mra_msg *mra_msg, struct cm_id_private *cm_id_priv, enum cm_msg_response msg_mraed, u8 service_timeout, const void *private_data, u8 private_data_len) cm_format_mra() argument 1869 cm_format_rej(struct cm_rej_msg *rej_msg, struct cm_id_private *cm_id_priv, enum ib_cm_rej_reason reason, void *ari, u8 ari_length, const void *private_data, u8 private_data_len, enum ib_cm_state state) cm_format_rej() argument 1916 cm_dup_req_handler(struct cm_work *work, struct cm_id_private *cm_id_priv) cm_dup_req_handler() argument 1965 cm_match_req(struct cm_work *work, struct cm_id_private *cm_id_priv) cm_match_req() argument 2060 struct cm_id_private *cm_id_priv, *listen_cm_id_priv; cm_req_handler() local 2213 cm_format_rep(struct cm_rep_msg *rep_msg, struct cm_id_private *cm_id_priv, struct ib_cm_rep_param *param) cm_format_rep() argument 2257 struct cm_id_private *cm_id_priv; ib_send_cm_rep() local 2311 cm_format_rtu(struct cm_rtu_msg *rtu_msg, struct cm_id_private *cm_id_priv, const void *private_data, u8 private_data_len) cm_format_rtu() argument 2331 struct cm_id_private *cm_id_priv; ib_send_cm_rtu() local 2412 struct cm_id_private *cm_id_priv; cm_dup_rep_handler() local 2457 struct cm_id_private *cm_id_priv; cm_rep_handler() local 2562 struct cm_id_private *cm_id_priv; cm_establish_handler() local 2585 struct cm_id_private *cm_id_priv; cm_rtu_handler() local 2616 cm_format_dreq(struct cm_dreq_msg *dreq_msg, struct cm_id_private *cm_id_priv, const void *private_data, u8 private_data_len) cm_format_dreq() argument 2635 cm_send_dreq_locked(struct cm_id_private *cm_id_priv, const void *private_data, u8 private_data_len) cm_send_dreq_locked() argument 2681 struct cm_id_private *cm_id_priv = ib_send_cm_dreq() local 2693 cm_format_drep(struct cm_drep_msg *drep_msg, struct cm_id_private *cm_id_priv, const void *private_data, u8 private_data_len) cm_format_drep() argument 2709 cm_send_drep_locked(struct cm_id_private *cm_id_priv, void *private_data, u8 private_data_len) cm_send_drep_locked() argument 2748 struct cm_id_private *cm_id_priv = ib_send_cm_drep() local 2798 struct cm_id_private *cm_id_priv; cm_dreq_handler() local 2871 struct cm_id_private *cm_id_priv; cm_drep_handler() local 2900 cm_send_rej_locked(struct cm_id_private *cm_id_priv, enum ib_cm_rej_reason reason, void *ari, u8 ari_length, const void *private_data, u8 private_data_len) cm_send_rej_locked() argument 2960 struct cm_id_private *cm_id_priv = ib_send_cm_rej() local 2989 struct cm_id_private *cm_id_priv; cm_acquire_rejected_id() local 3013 struct cm_id_private *cm_id_priv; cm_rej_handler() local 3072 struct cm_id_private *cm_id_priv; ib_send_cm_mra() local 3167 struct cm_id_private *cm_id_priv; cm_mra_handler() local 3253 cm_format_path_from_lap(struct cm_id_private *cm_id_priv, struct sa_path_rec *path, struct cm_lap_msg *lap_msg) cm_format_path_from_lap() argument 3280 struct cm_id_private *cm_id_priv; cm_lap_handler() local 3378 struct cm_id_private *cm_id_priv; cm_apr_handler() local 3423 struct cm_id_private *cm_id_priv; cm_timewait_handler() local 3449 cm_format_sidr_req(struct cm_sidr_req_msg *sidr_req_msg, struct cm_id_private *cm_id_priv, struct ib_cm_sidr_req_param *param) cm_format_sidr_req() argument 3470 struct cm_id_private *cm_id_priv; ib_send_cm_sidr_req() local 3544 struct cm_id_private *cm_id_priv, *listen_cm_id_priv; cm_sidr_req_handler() local 3617 cm_format_sidr_rep(struct cm_sidr_rep_msg *sidr_rep_msg, struct cm_id_private *cm_id_priv, struct ib_cm_sidr_rep_param *param) cm_format_sidr_rep() argument 3644 cm_send_sidr_rep_locked(struct cm_id_private *cm_id_priv, struct ib_cm_sidr_rep_param *param) cm_send_sidr_rep_locked() argument 3686 struct cm_id_private *cm_id_priv = ib_send_cm_sidr_rep() local 3698 cm_format_sidr_rep_event(struct cm_work *work, const struct cm_id_private *cm_id_priv) cm_format_sidr_rep_event() argument 3722 struct cm_id_private *cm_id_priv; cm_sidr_rep_handler() local 3748 cm_process_send_error(struct cm_id_private *cm_id_priv, struct ib_mad_send_buf *msg, enum ib_cm_state state, enum ib_wc_status wc_status) cm_process_send_error() argument 3808 struct cm_id_private *cm_id_priv = msg->context[0]; cm_send_handler() local 3894 struct cm_id_private *cm_id_priv; cm_establish() local 3958 struct cm_id_private *cm_id_priv; cm_migrate() local 4077 cm_init_qp_init_attr(struct cm_id_private *cm_id_priv, struct ib_qp_attr *qp_attr, int *qp_attr_mask) cm_init_qp_init_attr() argument 4124 cm_init_qp_rtr_attr(struct cm_id_private *cm_id_priv, struct ib_qp_attr *qp_attr, int *qp_attr_mask) cm_init_qp_rtr_attr() argument 4177 cm_init_qp_rts_attr(struct cm_id_private *cm_id_priv, struct ib_qp_attr *qp_attr, int *qp_attr_mask) cm_init_qp_rts_attr() argument 4243 struct cm_id_private *cm_id_priv; ib_cm_init_qp_attr() local [all...] |