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

/freebsd-11-stable/contrib/ofed/libibcm/
H A Dcm.h245 struct ib_cm_apr_event_param apr_rcvd; member in union:ib_cm_event::__anon3695
H A Dcm.c923 evt->param.apr_rcvd.ap_status = resp->u.apr_resp.status;
924 evt->param.apr_rcvd.apr_info = info;
1002 if (event->param.apr_rcvd.apr_info)
1003 free(event->param.apr_rcvd.apr_info);
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_cm.h278 struct ib_cm_apr_event_param apr_rcvd; member in union:ib_cm_event::__anon8278
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c304 uvt->resp.u.apr_resp.status = evt->param.apr_rcvd.ap_status;
306 uvt->info_len = evt->param.apr_rcvd.info_len;
307 info = evt->param.apr_rcvd.apr_info;
H A Dib_cm.c3038 work->cm_event.param.apr_rcvd.ap_status = apr_msg->ap_status;
3039 work->cm_event.param.apr_rcvd.apr_info = &apr_msg->info;
3040 work->cm_event.param.apr_rcvd.info_len = apr_msg->info_length;

Completed in 90 milliseconds