Searched refs:siw_qp_event (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/infiniband/sw/siw/ |
D | siw_qp_rx.c | 458 siw_qp_event(qp, IB_EVENT_QP_FATAL); in siw_proc_send() 498 siw_qp_event(qp, IB_EVENT_QP_ACCESS_ERR); in siw_proc_send() 558 siw_qp_event(qp, IB_EVENT_QP_FATAL); in siw_proc_write() 601 siw_qp_event(qp, IB_EVENT_QP_ACCESS_ERR); in siw_proc_write() 809 siw_qp_event(qp, IB_EVENT_QP_FATAL); in siw_proc_rresp() 840 siw_qp_event(qp, IB_EVENT_QP_ACCESS_ERR); in siw_proc_rresp()
|
D | siw_verbs.h | 85 void siw_qp_event(struct siw_qp *qp, enum ib_event_type type);
|
D | siw_qp_tx.c | 1146 siw_qp_event(qp, IB_EVENT_QP_FATAL); in siw_qp_sq_process() 1153 siw_qp_event(qp, IB_EVENT_QP_REQ_ERR); in siw_qp_sq_process()
|
D | siw_qp.c | 1253 siw_qp_event(qp, IB_EVENT_SQ_DRAINED); in siw_sq_flush()
|
D | siw_verbs.c | 1810 void siw_qp_event(struct siw_qp *qp, enum ib_event_type etype) in siw_qp_event() function
|