Searched refs:apr_rcvd (Results 1 – 5 of 5) sorted by relevance
924 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()
245 struct ib_cm_apr_event_param apr_rcvd; member
278 struct ib_cm_apr_event_param apr_rcvd; member
302 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()
3147 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()