Home
last modified time | relevance | path

Searched refs:rej_rcvd (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/libibcm/
H A Dcm.c913 evt->param.rej_rcvd.reason = resp->u.rej_resp.reason; in ib_cm_get_event()
914 evt->param.rej_rcvd.ari = info; in ib_cm_get_event()
996 if (event->param.rej_rcvd.ari) in ib_cm_ack_event()
997 free(event->param.rej_rcvd.ari); in ib_cm_ack_event()
H A Dcm.h242 struct ib_cm_rej_event_param rej_rcvd; member
/freebsd/sys/ofed/include/rdma/
H A Dib_cm.h275 struct ib_cm_rej_event_param rej_rcvd; member
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c290 uvt->resp.u.rej_resp.reason = evt->param.rej_rcvd.reason; in ib_ucm_event_process()
292 uvt->info_len = evt->param.rej_rcvd.ari_length; in ib_ucm_event_process()
293 info = evt->param.rej_rcvd.ari; in ib_ucm_event_process()
H A Dib_cma.c2028 event.status = ib_event->param.rej_rcvd.reason; in cma_ib_handler()
H A Dib_cm.c2593 param = &work->cm_event.param.rej_rcvd; in cm_format_rej_event()