Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibcm/
H A Dcm.c942 cm_event_sidr_rep_get(&evt->param.sidr_rep_rcvd, in ib_cm_get_event()
944 evt->param.sidr_rep_rcvd.info = info; in ib_cm_get_event()
1011 if (event->param.sidr_rep_rcvd.info) in ib_cm_ack_event()
1012 free(event->param.sidr_rep_rcvd.info); in ib_cm_ack_event()
H A Dcm.h248 struct ib_cm_sidr_rep_event_param sidr_rep_rcvd; member
/freebsd/sys/ofed/include/rdma/
H A Dib_cm.h281 struct ib_cm_sidr_rep_event_param sidr_rep_rcvd; member
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c316 &evt->param.sidr_rep_rcvd); in ib_ucm_event_process()
318 uvt->info_len = evt->param.sidr_rep_rcvd.info_len; in ib_ucm_event_process()
319 info = evt->param.sidr_rep_rcvd.info; in ib_ucm_event_process()
H A Dib_cma.c3596 struct ib_cm_sidr_rep_event_param *rep = &ib_event->param.sidr_rep_rcvd; in cma_sidr_rep_handler()
3614 event.status = ib_event->param.sidr_rep_rcvd.status; in cma_sidr_rep_handler()
H A Dib_cm.c3436 param = &work->cm_event.param.sidr_rep_rcvd; in cm_format_sidr_rep_event()