Searched refs:cm_handler (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/ofed/include/rdma/
H A Diw_cm.h88 iw_cm_handler cm_handler; /* client callback function */ member in struct:iw_cm_id
145 iw_cm_handler cm_handler, void *context);
H A Dib_cm.h322 ib_cm_handler cm_handler; member in struct:ib_cm_id
338 * @cm_handler: Callback invoked to notify the user of CM events.
346 ib_cm_handler cm_handler,
381 ib_cm_handler cm_handler,
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_iwcm.c201 iw_cm_handler cm_handler,
212 cm_id_priv->id.cm_handler = cm_handler;
633 * listen_cm_id contains the client cm_handler, context and
655 listen_id_priv->id.cm_handler,
690 ret = cm_id->cm_handler(cm_id, iw_event);
730 ret = cm_id_priv->id.cm_handler(&cm_id_priv->id, iw_event);
769 ret = cm_id_priv->id.cm_handler(&cm_id_priv->id, iw_event);
823 ret = cm_id_priv->id.cm_handler(&cm_id_priv->id, iw_event);
200 iw_create_cm_id(struct ib_device *device, iw_cm_handler cm_handler, void *context) argument
H A Dib_cm.c740 ib_cm_handler cm_handler,
752 cm_id_priv->id.cm_handler = cm_handler;
1073 * @cm_handler: Callback invoked to notify the user of CM events.
1082 ib_cm_handler cm_handler,
1091 cm_id = ib_create_cm_id(device, cm_handler, NULL);
1103 if (cm_id->cm_handler != cm_handler || cm_id->context) {
1487 ret = cm_id_priv->id.cm_handler(&cm_id_priv->id, &work->cm_event);
1495 ret = cm_id_priv->id.cm_handler(
739 ib_create_cm_id(struct ib_device *device, ib_cm_handler cm_handler, void *context) argument
1081 ib_cm_insert_listen(struct ib_device *device, ib_cm_handler cm_handler, __be64 service_id) argument
[all...]
H A Dib_cma.c2178 cm_id->cm_handler = cma_ib_handler;
2344 cm_id->cm_handler = cma_iw_handler;

Completed in 177 milliseconds