Searched refs:CQE_TYPE (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ofed/libcxgb4/ |
H A D | cq.c | 232 if (CQE_TYPE(hw_cqe) == 1) { in c4iw_flush_hw_cq() 361 CQE_GENBIT(hw_cqe), CQE_TYPE(hw_cqe), CQE_STATUS(hw_cqe), in poll_cq() 388 if (CQE_TYPE(hw_cqe) == 1) { in poll_cq() 610 CQE_QPID(&cqe), CQE_TYPE(&cqe), in c4iw_poll_cq_one() 614 if (CQE_TYPE(&cqe) == 0) { in c4iw_poll_cq_one() 703 chp->cq.cqid, CQE_QPID(&cqe), CQE_TYPE(&cqe), in c4iw_poll_cq_one()
|
H A D | t4.h | 248 #define CQE_TYPE(x) (G_CQE_TYPE(be32toh((x)->header))) macro 249 #define SQ_TYPE(x) (CQE_TYPE((x))) 250 #define RQ_TYPE(x) (!CQE_TYPE((x)))
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | ev.c | 103 CQE_STATUS(err_cqe), CQE_TYPE(err_cqe), in dump_err_cqe() 170 CQE_TYPE(err_cqe), CQE_WRID_HI(err_cqe), in c4iw_ev_dispatch() 186 CQE_TYPE(err_cqe), CQE_WRID_HI(err_cqe), in c4iw_ev_dispatch()
|
H A D | cq.c | 395 if (CQE_TYPE(hw_cqe) == 1) in c4iw_flush_hw_cq() 506 CQE_TYPE(hw_cqe), CQE_STATUS(hw_cqe)); in poll_cq() 558 if (CQE_TYPE(hw_cqe) == 1) { in poll_cq() 747 __func__, CQE_QPID(&cqe), CQE_TYPE(&cqe), CQE_OPCODE(&cqe), in c4iw_poll_cq_one() 753 if (CQE_TYPE(&cqe) == 0) { in c4iw_poll_cq_one()
|
H A D | t4.h | 238 #define CQE_TYPE(x) (G_CQE_TYPE(be32_to_cpu((x)->header))) macro 239 #define SQ_TYPE(x) (CQE_TYPE((x))) 240 #define RQ_TYPE(x) (!CQE_TYPE((x)))
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 3212 CQE_TYPE(cqe_fp_flags), in bxe_rxeof()
|