Home
last modified time | relevance | path

Searched refs:apr_rcvd (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/ofed/libibcm/src/
HDcm.c947 evt->param.apr_rcvd.ap_status = resp->u.apr_resp.status; in ib_cm_get_event()
948 evt->param.apr_rcvd.apr_info = info; in ib_cm_get_event()
1026 if (event->param.apr_rcvd.apr_info) in ib_cm_ack_event()
1027 free(event->param.apr_rcvd.apr_info); in ib_cm_ack_event()
/NextBSD/contrib/ofed/libibcm/include/infiniband/
HDcm.h239 struct ib_cm_apr_event_param apr_rcvd; member
/NextBSD/sys/ofed/include/rdma/
HDib_cm.h255 struct ib_cm_apr_event_param apr_rcvd; member
/NextBSD/sys/ofed/drivers/infiniband/core/
HDucm.c307 uvt->resp.u.apr_resp.status = evt->param.apr_rcvd.ap_status; in ib_ucm_event_process()
309 uvt->info_len = evt->param.apr_rcvd.info_len; in ib_ucm_event_process()
310 info = evt->param.apr_rcvd.apr_info; in ib_ucm_event_process()
HDcm.c2885 work->cm_event.param.apr_rcvd.ap_status = apr_msg->ap_status; in cm_apr_handler()
2886 work->cm_event.param.apr_rcvd.apr_info = &apr_msg->info; in cm_apr_handler()
2887 work->cm_event.param.apr_rcvd.info_len = apr_msg->info_length; in cm_apr_handler()