Searched refs:CQE_QPID (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/infiniband/hw/cxgb4/ |
D | ev.c | 69 CQE_QPID(err_cqe), CQE_OPCODE(err_cqe), in dump_err_cqe() 127 qhp = xa_load(&dev->qps, 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 | 305 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() 454 (CQE_QPID(cqe) == wq->sq.qid) && cqe_completes_wr(cqe, wq)) in c4iw_count_rcqes() 558 CQE_OVFBIT(hw_cqe), CQE_QPID(hw_cqe), in poll_cq() 782 CQE_QPID(&cqe), in __c4iw_poll_cq_one() 812 CQE_OPCODE(&cqe), CQE_QPID(&cqe)); in __c4iw_poll_cq_one() 849 CQE_OPCODE(&cqe), CQE_QPID(&cqe)); in __c4iw_poll_cq_one() 904 CQE_STATUS(&cqe), CQE_QPID(&cqe)); in __c4iw_poll_cq_one() 933 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); in c4iw_poll_cq_one()
|
D | t4.h | 254 #define CQE_QPID(x) (CQE_QPID_G(be32_to_cpu((x)->header))) macro
|