Searched refs:CQE_QPID (Results 1 – 7 of 7) sorted by relevance
/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() 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()
|
D | iwch_cq.c | 60 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() 131 CQE_OPCODE(cqe), CQE_QPID(cqe)); in iwch_poll_cq_one() 185 "QPID=0x%0x\n", CQE_STATUS(cqe), CQE_QPID(cqe)); in iwch_poll_cq_one()
|
D | cxio_hal.c | 475 (CQE_QPID(*cqe) == wq->qpid)) in cxio_count_scqes() 493 (CQE_QPID(*cqe) == wq->qpid) && cqe_completes_wr(cqe, wq)) in cxio_count_rcqes() 893 CQE_QPID(rsp_msg->cqe), CQE_GENBIT(rsp_msg->cqe), in cxio_hal_ev_handler() 903 if (CQE_QPID(rsp_msg->cqe) == T3_CTRL_QP_ID) { in cxio_hal_ev_handler() 907 } else if (CQE_QPID(rsp_msg->cqe) == 0xfff8) in cxio_hal_ev_handler() 1109 read_cqe->header = htonl(V_CQE_QPID(CQE_QPID(*hw_cqe)) | in create_read_req_cqe() 1161 __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
|
/drivers/infiniband/hw/cxgb4/ |
D | ev.c | 57 CQE_QPID(err_cqe), CQE_OPCODE(err_cqe), in post_qp_event() 88 qhp = get_qhp(dev, CQE_QPID(err_cqe)); in c4iw_ev_dispatch() 92 CQE_QPID(err_cqe), in c4iw_ev_dispatch() 108 cqid, CQE_QPID(err_cqe), in c4iw_ev_dispatch()
|
D | cq.c | 295 (CQE_QPID(cqe) == wq->sq.qid)) in c4iw_count_scqes() 314 (CQE_QPID(cqe) == wq->sq.qid) && cqe_completes_wr(cqe, wq)) in c4iw_count_rcqes() 358 read_cqe->header = htonl(V_CQE_QPID(CQE_QPID(hw_cqe)) | in create_read_req_cqe() 416 __func__, CQE_OVFBIT(hw_cqe), CQE_QPID(hw_cqe), in poll_cq() 580 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); in c4iw_poll_cq_one() 597 "lo 0x%x cookie 0x%llx\n", __func__, CQE_QPID(&cqe), in c4iw_poll_cq_one() 643 CQE_OPCODE(&cqe), CQE_QPID(&cqe)); in c4iw_poll_cq_one() 699 CQE_STATUS(&cqe), CQE_QPID(&cqe)); in c4iw_poll_cq_one()
|
D | t4.h | 213 #define CQE_QPID(x) (G_CQE_QPID(be32_to_cpu((x)->header))) macro
|