Home
last modified time | relevance | path

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

/linux-2.6.39/include/rdma/
Dib_cm.h255 struct ib_cm_sidr_rep_event_param sidr_rep_rcvd; member
/linux-2.6.39/drivers/infiniband/core/
Ducm.c325 &evt->param.sidr_rep_rcvd); in ib_ucm_event_process()
327 uvt->info_len = evt->param.sidr_rep_rcvd.info_len; in ib_ucm_event_process()
328 info = evt->param.sidr_rep_rcvd.info; in ib_ucm_event_process()
Dcma.c2362 struct ib_cm_sidr_rep_event_param *rep = &ib_event->param.sidr_rep_rcvd; in cma_sidr_rep_handler()
2379 event.status = ib_event->param.sidr_rep_rcvd.status; in cma_sidr_rep_handler()
Dcm.c3098 param = &work->cm_event.param.sidr_rep_rcvd; in cm_format_sidr_rep_event()