Searched refs:CQE_QPID (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/cxgb3/ |
D | iwch_ev.c | 52 qhp = get_qhp(rnicp, CQE_QPID(rsp_msg->cqe)); in post_qp_event() 57 CQE_QPID(rsp_msg->cqe)); in post_qp_event() 74 CQE_QPID(rsp_msg->cqe), CQE_OPCODE(rsp_msg->cqe), in post_qp_event() 119 qhp = get_qhp(rnicp, CQE_QPID(rsp_msg->cqe)); in iwch_ev_dispatch() 122 cqid, CQE_QPID(rsp_msg->cqe), in iwch_ev_dispatch()
|
D | iwch_cq.c | 66 CQE_QPID(cqe), CQE_TYPE(cqe), in __iwch_poll_cq_one() 104 CQE_OPCODE(cqe), CQE_QPID(cqe)); in __iwch_poll_cq_one() 158 CQE_STATUS(cqe), CQE_QPID(cqe)); in __iwch_poll_cq_one() 187 qhp = get_qhp(rhp, CQE_QPID(*rd_cqe)); in iwch_poll_cq_one()
|
D | cxio_hal.c | 471 (CQE_QPID(*cqe) == wq->qpid)) in cxio_count_scqes() 489 (CQE_QPID(*cqe) == wq->qpid) && cqe_completes_wr(cqe, wq)) in cxio_count_rcqes() 884 CQE_QPID(rsp_msg->cqe), CQE_GENBIT(rsp_msg->cqe), in cxio_hal_ev_handler() 894 if (CQE_QPID(rsp_msg->cqe) == T3_CTRL_QP_ID) { in cxio_hal_ev_handler() 898 } else if (CQE_QPID(rsp_msg->cqe) == 0xfff8) in cxio_hal_ev_handler() 1096 read_cqe->header = htonl(V_CQE_QPID(CQE_QPID(*hw_cqe)) | in create_read_req_cqe() 1147 __func__, CQE_OOO(*hw_cqe), CQE_QPID(*hw_cqe), in cxio_poll_cq()
|
D | cxio_wr.h | 605 #define CQE_QPID(x) (G_CQE_QPID(be32_to_cpu((x).header))) macro
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | ev.c | 69 CQE_QPID(err_cqe), CQE_OPCODE(err_cqe), in dump_err_cqe() 127 qhp = get_qhp(dev, CQE_QPID(err_cqe)); in c4iw_ev_dispatch() 130 CQE_QPID(err_cqe), in c4iw_ev_dispatch() 145 cqid, CQE_QPID(err_cqe), in c4iw_ev_dispatch()
|
D | cq.c | 306 read_cqe->header = htonl(CQE_QPID_V(CQE_QPID(hw_cqe)) | in create_read_req_cqe() 352 qhp = get_qhp(chp->rhp, CQE_QPID(hw_cqe)); in c4iw_flush_hw_cq() 455 (CQE_QPID(cqe) == wq->sq.qid) && cqe_completes_wr(cqe, wq)) in c4iw_count_rcqes() 559 CQE_OVFBIT(hw_cqe), CQE_QPID(hw_cqe), in poll_cq() 783 CQE_QPID(&cqe), in __c4iw_poll_cq_one() 813 CQE_OPCODE(&cqe), CQE_QPID(&cqe)); in __c4iw_poll_cq_one() 850 CQE_OPCODE(&cqe), CQE_QPID(&cqe)); in __c4iw_poll_cq_one() 905 CQE_STATUS(&cqe), CQE_QPID(&cqe)); in __c4iw_poll_cq_one() 934 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); in c4iw_poll_cq_one()
|
D | t4.h | 253 #define CQE_QPID(x) (CQE_QPID_G(be32_to_cpu((x)->header))) macro
|