Home
last modified time | relevance | path

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

/NextBSD/contrib/ofed/libibcm/src/
HDcm.c965 cm_event_sidr_rep_get(&evt->param.sidr_rep_rcvd, in ib_cm_get_event()
967 evt->param.sidr_rep_rcvd.info = info; in ib_cm_get_event()
1034 if (event->param.sidr_rep_rcvd.info) in ib_cm_ack_event()
1035 free(event->param.sidr_rep_rcvd.info); in ib_cm_ack_event()
/NextBSD/contrib/ofed/libibcm/include/infiniband/
HDcm.h242 struct ib_cm_sidr_rep_event_param sidr_rep_rcvd; member
/NextBSD/sys/ofed/include/rdma/
HDib_cm.h258 struct ib_cm_sidr_rep_event_param sidr_rep_rcvd; member
/NextBSD/sys/ofed/drivers/infiniband/core/
HDucm.c321 &evt->param.sidr_rep_rcvd); in ib_ucm_event_process()
323 uvt->info_len = evt->param.sidr_rep_rcvd.info_len; in ib_ucm_event_process()
324 info = evt->param.sidr_rep_rcvd.info; in ib_ucm_event_process()
HDcma.c2723 struct ib_cm_sidr_rep_event_param *rep = &ib_event->param.sidr_rep_rcvd; in cma_sidr_rep_handler()
2740 event.status = ib_event->param.sidr_rep_rcvd.status; in cma_sidr_rep_handler()
HDcm.c3166 param = &work->cm_event.param.sidr_rep_rcvd; in cm_format_sidr_rep_event()