Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibcm/
H A Dcm.c924 evt->param.apr_rcvd.ap_status = resp->u.apr_resp.status; in ib_cm_get_event()
925 evt->param.apr_rcvd.apr_info = info; in ib_cm_get_event()
1003 if (event->param.apr_rcvd.apr_info) in ib_cm_ack_event()
1004 free(event->param.apr_rcvd.apr_info); in ib_cm_ack_event()
H A Dcm.h245 struct ib_cm_apr_event_param apr_rcvd; member
/freebsd/sys/ofed/include/rdma/
H A Dib_cm.h278 struct ib_cm_apr_event_param apr_rcvd; member
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c302 uvt->resp.u.apr_resp.status = evt->param.apr_rcvd.ap_status; in ib_ucm_event_process()
304 uvt->info_len = evt->param.apr_rcvd.info_len; in ib_ucm_event_process()
305 info = evt->param.apr_rcvd.apr_info; in ib_ucm_event_process()
H A Dib_cm.c3147 work->cm_event.param.apr_rcvd.ap_status = apr_msg->ap_status; in cm_apr_handler()
3148 work->cm_event.param.apr_rcvd.apr_info = &apr_msg->info; in cm_apr_handler()
3149 work->cm_event.param.apr_rcvd.info_len = apr_msg->info_length; in cm_apr_handler()