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

/freebsd-10.0-release/contrib/ofed/libibcm/include/infiniband/
H A Dcm.h239 struct ib_cm_apr_event_param apr_rcvd; member in union:ib_cm_event::__anon3922
/freebsd-10.0-release/contrib/ofed/libibcm/src/
H A Dcm.c947 evt->param.apr_rcvd.ap_status = resp->u.apr_resp.status;
948 evt->param.apr_rcvd.apr_info = info;
1026 if (event->param.apr_rcvd.apr_info)
1027 free(event->param.apr_rcvd.apr_info);
/freebsd-10.0-release/sys/ofed/include/rdma/
H A Dib_cm.h255 struct ib_cm_apr_event_param apr_rcvd; member in union:ib_cm_event::__anon10758
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Ducm.c306 uvt->resp.u.apr_resp.status = evt->param.apr_rcvd.ap_status;
308 uvt->info_len = evt->param.apr_rcvd.info_len;
309 info = evt->param.apr_rcvd.apr_info;
H A Dcm.c2841 work->cm_event.param.apr_rcvd.ap_status = apr_msg->ap_status;
2842 work->cm_event.param.apr_rcvd.apr_info = &apr_msg->info;
2843 work->cm_event.param.apr_rcvd.info_len = apr_msg->info_length;

Completed in 176 milliseconds