Searched refs:post_qp_event (Results 1 – 2 of 2) sorted by relevance
/drivers/infiniband/hw/cxgb3/ |
D | iwch_ev.c | 41 static void post_qp_event(struct iwch_dev *rnicp, struct iwch_cq *chp, in post_qp_event() function 146 post_qp_event(rnicp, chp, rsp_msg, in iwch_ev_dispatch() 156 post_qp_event(rnicp, chp, rsp_msg, IB_EVENT_QP_REQ_ERR, 1); in iwch_ev_dispatch() 163 post_qp_event(rnicp, chp, rsp_msg, IB_EVENT_QP_REQ_ERR, 1); in iwch_ev_dispatch() 190 post_qp_event(rnicp, chp, rsp_msg, IB_EVENT_QP_ACCESS_ERR, 1); in iwch_ev_dispatch() 197 post_qp_event(rnicp, chp, rsp_msg, IB_EVENT_DEVICE_FATAL, 1); in iwch_ev_dispatch() 217 post_qp_event(rnicp, chp, rsp_msg, IB_EVENT_QP_FATAL, 1); in iwch_ev_dispatch() 223 post_qp_event(rnicp, chp, rsp_msg, IB_EVENT_QP_FATAL, 1); in iwch_ev_dispatch()
|
/drivers/infiniband/hw/cxgb4/ |
D | ev.c | 87 static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp, in post_qp_event() function 160 post_qp_event(dev, chp, qhp, err_cqe, IB_EVENT_QP_REQ_ERR); in c4iw_ev_dispatch() 179 post_qp_event(dev, chp, qhp, err_cqe, IB_EVENT_QP_ACCESS_ERR); in c4iw_ev_dispatch() 186 post_qp_event(dev, chp, qhp, err_cqe, IB_EVENT_DEVICE_FATAL); in c4iw_ev_dispatch() 206 post_qp_event(dev, chp, qhp, err_cqe, IB_EVENT_QP_FATAL); in c4iw_ev_dispatch() 212 post_qp_event(dev, chp, qhp, err_cqe, IB_EVENT_QP_FATAL); in c4iw_ev_dispatch()
|