Home
last modified time | relevance | path

Searched refs:siw_qp_event (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/infiniband/sw/siw/
Dsiw_qp_rx.c443 siw_qp_event(qp, IB_EVENT_QP_FATAL); in siw_proc_send()
483 siw_qp_event(qp, IB_EVENT_QP_ACCESS_ERR); in siw_proc_send()
552 siw_qp_event(qp, IB_EVENT_QP_FATAL); in siw_proc_write()
595 siw_qp_event(qp, IB_EVENT_QP_ACCESS_ERR); in siw_proc_write()
804 siw_qp_event(qp, IB_EVENT_QP_FATAL); in siw_proc_rresp()
835 siw_qp_event(qp, IB_EVENT_QP_ACCESS_ERR); in siw_proc_rresp()
Dsiw_verbs.h86 void siw_qp_event(struct siw_qp *qp, enum ib_event_type type);
Dsiw_qp_tx.c1131 siw_qp_event(qp, IB_EVENT_QP_FATAL); in siw_qp_sq_process()
1138 siw_qp_event(qp, IB_EVENT_QP_REQ_ERR); in siw_qp_sq_process()
Dsiw_qp.c1237 siw_qp_event(qp, IB_EVENT_SQ_DRAINED); in siw_sq_flush()
Dsiw_verbs.c1701 void siw_qp_event(struct siw_qp *qp, enum ib_event_type etype) in siw_qp_event() function