Home
last modified time | relevance | path

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

/linux-4.4.14/include/rdma/
Dib_cm.h264 struct ib_cm_sidr_rep_event_param sidr_rep_rcvd; member
/linux-4.4.14/drivers/infiniband/core/
Ducm.c315 &evt->param.sidr_rep_rcvd); in ib_ucm_event_process()
317 uvt->info_len = evt->param.sidr_rep_rcvd.info_len; in ib_ucm_event_process()
318 info = evt->param.sidr_rep_rcvd.info; in ib_ucm_event_process()
Dcma.c3058 struct ib_cm_sidr_rep_event_param *rep = &ib_event->param.sidr_rep_rcvd; in cma_sidr_rep_handler()
3075 event.status = ib_event->param.sidr_rep_rcvd.status; in cma_sidr_rep_handler()
Dcm.c3199 param = &work->cm_event.param.sidr_rep_rcvd; in cm_format_sidr_rep_event()