Searched refs:cm_handler (Results 1 – 5 of 5) sorted by relevance
/linux/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,
|
/linux/drivers/infiniband/core/ |
H A D | iwcm.c | 243 iw_cm_handler cm_handler, in iw_create_cm_id() argument 254 cm_id_priv->id.cm_handler = cm_handler; in iw_create_cm_id() 760 * listen_cm_id contains the client cm_handler, context and 782 listen_id_priv->id.cm_handler, in cm_conn_req_handler() 831 ret = cm_id->cm_handler(cm_id, iw_event); in cm_conn_req_handler() 871 ret = cm_id_priv->id.cm_handler(&cm_id_priv->id, iw_event); in cm_conn_est_handler() 913 ret = cm_id_priv->id.cm_handler(&cm_id_priv->id, iw_event); in cm_conn_rep_handler() 977 ret = cm_id_priv->id.cm_handler(&cm_id_priv->id, iw_event); in cm_close_handler()
|
H A D | cm.c | 660 if (cur_cm_id_priv->id.cm_handler != shared_handler || in cm_insert_listen() 662 WARN_ON(!cur_cm_id_priv->id.cm_handler)) { in cm_insert_listen() 824 ib_cm_handler cm_handler, in cm_alloc_id_priv() argument 837 cm_id_priv->id.cm_handler = cm_handler; in cm_alloc_id_priv() 873 ib_cm_handler cm_handler, in ib_create_cm_id() argument 878 cm_id_priv = cm_alloc_id_priv(device, cm_handler, context); in ib_create_cm_id() 1256 * @cm_handler: Callback invoked to notify the user of CM events. 1265 ib_cm_handler cm_handler, in ib_cm_insert_listen() argument 1273 cm_id_priv = cm_alloc_id_priv(device, cm_handler, NUL in ib_cm_insert_listen() [all...] |
H A D | cma.c | 2452 cm_id->cm_handler = cma_ib_handler; in cma_ib_req_handler() 2628 cm_id->cm_handler = cma_iw_handler; in iw_conn_req_handler()
|