Searched refs:post_qp_event (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | ev.c | 118 static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp, in post_qp_event() function 199 post_qp_event(dev, chp, qhp, err_cqe, IB_EVENT_QP_REQ_ERR); in c4iw_ev_dispatch() 218 post_qp_event(dev, chp, qhp, err_cqe, IB_EVENT_QP_ACCESS_ERR); in c4iw_ev_dispatch() 225 post_qp_event(dev, chp, qhp, err_cqe, IB_EVENT_DEVICE_FATAL); in c4iw_ev_dispatch() 245 post_qp_event(dev, chp, qhp, err_cqe, IB_EVENT_QP_FATAL); in c4iw_ev_dispatch() 251 post_qp_event(dev, chp, qhp, err_cqe, IB_EVENT_QP_FATAL); in c4iw_ev_dispatch()
|