Searched refs:apr_rcvd (Results 1 – 5 of 5) sorted by relevance
947 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()
239 struct ib_cm_apr_event_param apr_rcvd; member
255 struct ib_cm_apr_event_param apr_rcvd; member
307 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()
2885 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()