Home
last modified time | relevance | path

Searched refs:CQE_QPID (Results 1 – 7 of 7) sorted by relevance

/drivers/infiniband/hw/cxgb3/
Diwch_ev.c52 qhp = get_qhp(rnicp, CQE_QPID(rsp_msg->cqe)); in post_qp_event()
57 CQE_QPID(rsp_msg->cqe)); in post_qp_event()
73 CQE_QPID(rsp_msg->cqe), CQE_OPCODE(rsp_msg->cqe), in post_qp_event()
118 qhp = get_qhp(rnicp, CQE_QPID(rsp_msg->cqe)); in iwch_ev_dispatch()
122 cqid, CQE_QPID(rsp_msg->cqe), in iwch_ev_dispatch()
Diwch_cq.c60 qhp = get_qhp(rhp, CQE_QPID(*rd_cqe)); in iwch_poll_cq_one()
88 CQE_QPID(cqe), CQE_TYPE(cqe), in iwch_poll_cq_one()
127 CQE_OPCODE(cqe), CQE_QPID(cqe)); in iwch_poll_cq_one()
181 "QPID=0x%0x\n", CQE_STATUS(cqe), CQE_QPID(cqe)); in iwch_poll_cq_one()
Dcxio_hal.c475 (CQE_QPID(*cqe) == wq->qpid)) in cxio_count_scqes()
493 (CQE_QPID(*cqe) == wq->qpid) && cqe_completes_wr(cqe, wq)) in cxio_count_rcqes()
891 CQE_QPID(rsp_msg->cqe), CQE_GENBIT(rsp_msg->cqe), in cxio_hal_ev_handler()
901 if (CQE_QPID(rsp_msg->cqe) == T3_CTRL_QP_ID) { in cxio_hal_ev_handler()
905 } else if (CQE_QPID(rsp_msg->cqe) == 0xfff8) in cxio_hal_ev_handler()
1107 read_cqe->header = htonl(V_CQE_QPID(CQE_QPID(*hw_cqe)) | in create_read_req_cqe()
1159 __func__, CQE_OOO(*hw_cqe), CQE_QPID(*hw_cqe), in cxio_poll_cq()
Dcxio_wr.h605 #define CQE_QPID(x) (G_CQE_QPID(be32_to_cpu((x).header))) macro
/drivers/infiniband/hw/cxgb4/
Dev.c70 CQE_QPID(err_cqe), CQE_OPCODE(err_cqe), in dump_err_cqe()
125 qhp = get_qhp(dev, CQE_QPID(err_cqe)); in c4iw_ev_dispatch()
129 CQE_QPID(err_cqe), in c4iw_ev_dispatch()
145 cqid, CQE_QPID(err_cqe), in c4iw_ev_dispatch()
Dcq.c305 read_cqe->header = htonl(CQE_QPID_V(CQE_QPID(hw_cqe)) | in create_read_req_cqe()
351 qhp = get_qhp(chp->rhp, CQE_QPID(hw_cqe)); in c4iw_flush_hw_cq()
440 (CQE_QPID(cqe) == wq->sq.qid) && cqe_completes_wr(cqe, wq)) in c4iw_count_rcqes()
478 __func__, CQE_OVFBIT(hw_cqe), CQE_QPID(hw_cqe), in poll_cq()
693 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); in c4iw_poll_cq_one()
710 "lo 0x%x cookie 0x%llx\n", __func__, CQE_QPID(&cqe), in c4iw_poll_cq_one()
759 CQE_OPCODE(&cqe), CQE_QPID(&cqe)); in c4iw_poll_cq_one()
815 CQE_STATUS(&cqe), CQE_QPID(&cqe)); in c4iw_poll_cq_one()
Dt4.h215 #define CQE_QPID(x) (CQE_QPID_G(be32_to_cpu((x)->header))) macro