/kernel/linux/linux-5.10/include/rdma/ |
H A D | iw_cm.h | 57 iw_cm_handler cm_handler; /* client callback function */ member 104 iw_cm_handler cm_handler, void *context);
|
H A D | ib_cm.h | 293 ib_cm_handler cm_handler; member 309 * @cm_handler: Callback invoked to notify the user of CM events. 317 ib_cm_handler cm_handler, 352 ib_cm_handler cm_handler,
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | iw_cm.h | 57 iw_cm_handler cm_handler; /* client callback function */ member 105 iw_cm_handler cm_handler, void *context);
|
H A D | ib_cm.h | 293 ib_cm_handler cm_handler; member 308 * @cm_handler: Callback invoked to notify the user of CM events. 316 ib_cm_handler cm_handler, 346 ib_cm_handler cm_handler,
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | iwcm.c | 243 iw_cm_handler cm_handler, in iw_create_cm_id() 254 cm_id_priv->id.cm_handler = cm_handler; in iw_create_cm_id() 758 * listen_cm_id contains the client cm_handler, context and 780 listen_id_priv->id.cm_handler, in cm_conn_req_handler() 829 ret = cm_id->cm_handler(cm_id, iw_event); in cm_conn_req_handler() 869 ret = cm_id_priv->id.cm_handler(&cm_id_priv->id, iw_event); in cm_conn_est_handler() 911 ret = cm_id_priv->id.cm_handler(&cm_id_priv->id, iw_event); in cm_conn_rep_handler() 975 ret = cm_id_priv->id.cm_handler(&cm_id_priv->id, iw_event); in cm_close_handler() 242 iw_create_cm_id(struct ib_device *device, iw_cm_handler cm_handler, void *context) iw_create_cm_id() argument
|
H A D | cm.c | 653 if (cur_cm_id_priv->id.cm_handler != shared_handler || in cm_insert_listen() 655 WARN_ON(!cur_cm_id_priv->id.cm_handler)) { in cm_insert_listen() 835 ib_cm_handler cm_handler, in cm_alloc_id_priv() 848 cm_id_priv->id.cm_handler = cm_handler; in cm_alloc_id_priv() 886 ib_cm_handler cm_handler, in ib_create_cm_id() 891 cm_id_priv = cm_alloc_id_priv(device, cm_handler, context); in ib_create_cm_id() 1261 * @cm_handler: Callback invoked to notify the user of CM events. 1270 ib_cm_handler cm_handler, in ib_cm_insert_listen() 1278 cm_id_priv = cm_alloc_id_priv(device, cm_handler, NUL in ib_cm_insert_listen() 834 cm_alloc_id_priv(struct ib_device *device, ib_cm_handler cm_handler, void *context) cm_alloc_id_priv() argument 885 ib_create_cm_id(struct ib_device *device, ib_cm_handler cm_handler, void *context) ib_create_cm_id() argument 1269 ib_cm_insert_listen(struct ib_device *device, ib_cm_handler cm_handler, __be64 service_id) ib_cm_insert_listen() argument [all...] |
H A D | cma.c | 2280 cm_id->cm_handler = cma_ib_handler; in cma_ib_req_handler() 2457 cm_id->cm_handler = cma_iw_handler; in iw_conn_req_handler()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | iwcm.c | 242 iw_cm_handler cm_handler, in iw_create_cm_id() 253 cm_id_priv->id.cm_handler = cm_handler; in iw_create_cm_id() 757 * listen_cm_id contains the client cm_handler, context and 779 listen_id_priv->id.cm_handler, in cm_conn_req_handler() 828 ret = cm_id->cm_handler(cm_id, iw_event); in cm_conn_req_handler() 868 ret = cm_id_priv->id.cm_handler(&cm_id_priv->id, iw_event); in cm_conn_est_handler() 910 ret = cm_id_priv->id.cm_handler(&cm_id_priv->id, iw_event); in cm_conn_rep_handler() 974 ret = cm_id_priv->id.cm_handler(&cm_id_priv->id, iw_event); in cm_close_handler() 241 iw_create_cm_id(struct ib_device *device, iw_cm_handler cm_handler, void *context) iw_create_cm_id() argument
|
H A D | cm.c | 642 if (cur_cm_id_priv->id.cm_handler != shared_handler || in cm_insert_listen() 644 WARN_ON(!cur_cm_id_priv->id.cm_handler)) { in cm_insert_listen() 806 ib_cm_handler cm_handler, in cm_alloc_id_priv() 819 cm_id_priv->id.cm_handler = cm_handler; in cm_alloc_id_priv() 855 ib_cm_handler cm_handler, in ib_create_cm_id() 860 cm_id_priv = cm_alloc_id_priv(device, cm_handler, context); in ib_create_cm_id() 1217 * @cm_handler: Callback invoked to notify the user of CM events. 1226 ib_cm_handler cm_handler, in ib_cm_insert_listen() 1234 cm_id_priv = cm_alloc_id_priv(device, cm_handler, NUL in ib_cm_insert_listen() 805 cm_alloc_id_priv(struct ib_device *device, ib_cm_handler cm_handler, void *context) cm_alloc_id_priv() argument 854 ib_create_cm_id(struct ib_device *device, ib_cm_handler cm_handler, void *context) ib_create_cm_id() argument 1225 ib_cm_insert_listen(struct ib_device *device, ib_cm_handler cm_handler, __be64 service_id) ib_cm_insert_listen() argument [all...] |
H A D | cma.c | 2431 cm_id->cm_handler = cma_ib_handler; in cma_ib_req_handler() 2607 cm_id->cm_handler = cma_iw_handler; in iw_conn_req_handler()
|