Home
last modified time | relevance | path

Searched refs:IW_CM_EVENT_CONNECT_REPLY (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_cm.c255 reason == IW_CM_EVENT_CONNECT_REPLY) { in erdma_cm_upcall()
286 erdma_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, in erdma_qp_cm_drop()
589 erdma_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, -ECONNRESET); in erdma_proc_mpareply()
596 erdma_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, -ECONNREFUSED); in erdma_proc_mpareply()
624 ret = erdma_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, 0); in erdma_proc_mpareply()
633 erdma_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, -EINVAL); in erdma_proc_mpareply()
755 erdma_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, in erdma_cm_work_handler()
764 erdma_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, in erdma_cm_work_handler()
811 erdma_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, in erdma_cm_work_handler()
839 erdma_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, in erdma_cm_work_handler()
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dtrace.c27 case IW_CM_EVENT_CONNECT_REPLY: in parse_iw_event_type()
H A Dcm.c186 case IW_CM_EVENT_CONNECT_REPLY: in irdma_send_cm_event()
677 irdma_send_cm_event(event->cm_node, cm_id, IW_CM_EVENT_CONNECT_REPLY, in irdma_event_connect_error()
4176 irdma_send_cm_event(cm_node, cm_id, IW_CM_EVENT_CONNECT_REPLY, 0); in irdma_cm_event_connected()
4185 irdma_send_cm_event(event->cm_node, cm_id, IW_CM_EVENT_CONNECT_REPLY, in irdma_cm_event_connected()
4250 IW_CM_EVENT_CONNECT_REPLY, -ECONNREFUSED); in irdma_cm_event_handler()
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.c330 reason == IW_CM_EVENT_CONNECT_REPLY) { in siw_cm_upcall()
340 reason == IW_CM_EVENT_CONNECT_REPLY) { in siw_cm_upcall()
402 siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, in siw_qp_cm_drop()
752 siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, -ECONNRESET); in siw_proc_mpareply()
769 siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, -ECONNREFUSED); in siw_proc_mpareply()
788 siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, in siw_proc_mpareply()
893 rv = siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, 0); in siw_proc_mpareply()
902 siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, -EINVAL); in siw_proc_mpareply()
1079 siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, in siw_cm_work_handler()
1127 siw_cm_upcall(cep, IW_CM_EVENT_CONNECT_REPLY, in siw_cm_work_handler()
/openbmc/linux/include/rdma/
H A Diw_cm.h17 IW_CM_EVENT_CONNECT_REPLY, /* reply from active connect request */ enumerator
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dqedr_iw_cm.c158 if (event_type == IW_CM_EVENT_CONNECT_REPLY) { in qedr_iw_issue_event()
310 qedr_iw_issue_event(context, params, IW_CM_EVENT_CONNECT_REPLY); in qedr_iw_active_complete()
/openbmc/linux/drivers/infiniband/core/
H A Diwcm.c987 case IW_CM_EVENT_CONNECT_REPLY: in process_event()
1087 work->event.event == IW_CM_EVENT_CONNECT_REPLY) && in cm_event_handler()
H A Dcma.c2512 case IW_CM_EVENT_CONNECT_REPLY: in cma_iw_handler()
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c1323 event.event = IW_CM_EVENT_CONNECT_REPLY; in connect_reply_upcall()