Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dverbs.h296 void irdma_ib_qp_event(struct irdma_qp *iwqp, enum irdma_qp_event_type event);
H A Dhw.c2572 irdma_ib_qp_event(iwqp, IRDMA_QP_EVENT_CATASTROPHIC); in irdma_hw_flush_wqes_callback()
2662 irdma_ib_qp_event(iwqp, IRDMA_QP_EVENT_CATASTROPHIC); in irdma_hw_flush_wqes()
H A Dcm.c3513 irdma_ib_qp_event(iwqp, qp->event_type); in irdma_cm_disconn_true()
3559 irdma_ib_qp_event(iwqp, qp->event_type); in irdma_cm_disconn_true()
H A Dutils.c2357 void irdma_ib_qp_event(struct irdma_qp *iwqp, enum irdma_qp_event_type event) in irdma_ib_qp_event() function