Home
last modified time | relevance | path

Searched refs:IW_CM_EVENT_CONNECT_REQUEST (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dtrace.c25 case IW_CM_EVENT_CONNECT_REQUEST: in parse_iw_event_type()
H A Dcm.c176 case IW_CM_EVENT_CONNECT_REQUEST: in irdma_send_cm_event()
4234 IW_CM_EVENT_CONNECT_REQUEST, 0); in irdma_cm_event_handler()
/openbmc/linux/include/rdma/
H A Diw_cm.h16 IW_CM_EVENT_CONNECT_REQUEST = 1, /* connect request received */ enumerator
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.c322 if (reason == IW_CM_EVENT_CONNECT_REQUEST) { in siw_cm_upcall()
334 } else if (reason == IW_CM_EVENT_CONNECT_REQUEST) { in siw_cm_upcall()
339 if (reason == IW_CM_EVENT_CONNECT_REQUEST || in siw_cm_upcall()
690 rv = siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REQUEST, 0); in siw_proc_mpareq()
/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_cm.c244 if (reason == IW_CM_EVENT_CONNECT_REQUEST) { in erdma_cm_upcall()
254 if (reason == IW_CM_EVENT_CONNECT_REQUEST || in erdma_cm_upcall()
550 ret = erdma_cm_upcall(cep, IW_CM_EVENT_CONNECT_REQUEST, 0); in erdma_proc_mpareq()
/openbmc/linux/drivers/infiniband/core/
H A Diwcm.c987 case IW_CM_EVENT_CONNECT_REQUEST: in process_event()
1089 if ((work->event.event == IW_CM_EVENT_CONNECT_REQUEST || in cm_event_handler()
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dqedr_iw_cm.c120 event.event = IW_CM_EVENT_CONNECT_REQUEST; in qedr_iw_mpa_request()
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c1368 event.event = IW_CM_EVENT_CONNECT_REQUEST; in connect_request_upcall()