Home
last modified time | relevance | path

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

/freebsd-head/contrib/ofed/libcxgb4/
HDcq.c168 read_cqe->header = htobe32(V_CQE_QPID(CQE_QPID(hw_cqe)) | in create_read_req_cqe()
214 qhp = get_qhp(chp->rhp, CQE_QPID(hw_cqe)); in c4iw_flush_hw_cq()
311 (CQE_QPID(cqe) == wq->sq.qid) && cqe_completes_wr(cqe, wq)) in c4iw_count_rcqes()
360 __func__, CQE_OVFBIT(hw_cqe), CQE_QPID(hw_cqe), in poll_cq()
591 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); in c4iw_poll_cq_one()
610 CQE_QPID(&cqe), CQE_TYPE(&cqe), in c4iw_poll_cq_one()
641 CQE_OPCODE(&cqe), CQE_QPID(&cqe)); in c4iw_poll_cq_one()
696 CQE_STATUS(&cqe), CQE_QPID(&cqe)); in c4iw_poll_cq_one()
703 chp->cq.cqid, CQE_QPID(&cqe), CQE_TYPE(&cqe), in c4iw_poll_cq_one()
HDt4.h247 #define CQE_QPID(x) (G_CQE_QPID(be32toh((x)->header))) macro
/freebsd-head/sys/dev/cxgbe/iw_cxgbe/
HDev.c102 CQE_QPID(err_cqe), CQE_OPCODE(err_cqe), in dump_err_cqe()
164 qhp = get_qhp(dev, CQE_QPID(err_cqe)); in c4iw_ev_dispatch()
168 CQE_QPID(err_cqe), in c4iw_ev_dispatch()
184 cqid, CQE_QPID(err_cqe), in c4iw_ev_dispatch()
HDcq.c331 read_cqe->header = htonl(V_CQE_QPID(CQE_QPID(hw_cqe)) | in create_read_req_cqe()
378 qhp = get_qhp(chp->rhp, CQE_QPID(hw_cqe)); in c4iw_flush_hw_cq()
467 (CQE_QPID(cqe) == wq->sq.qid) && cqe_completes_wr(cqe, wq)) in c4iw_count_rcqes()
505 CQE_OVFBIT(hw_cqe), CQE_QPID(hw_cqe), CQE_GENBIT(hw_cqe), in poll_cq()
730 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); in c4iw_poll_cq_one()
747 __func__, CQE_QPID(&cqe), CQE_TYPE(&cqe), CQE_OPCODE(&cqe), in c4iw_poll_cq_one()
800 CQE_OPCODE(&cqe), CQE_QPID(&cqe)); in c4iw_poll_cq_one()
855 CQE_STATUS(&cqe), CQE_QPID(&cqe)); in c4iw_poll_cq_one()
HDt4.h237 #define CQE_QPID(x) (G_CQE_QPID(be32_to_cpu((x)->header))) macro