Searched refs:CQE_TYPE (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c62 CQE_STATUS(err_cqe), CQE_TYPE(err_cqe),
98 CQE_TYPE(err_cqe), CQE_WRID_HI(err_cqe),
114 CQE_TYPE(err_cqe), CQE_WRID_HI(err_cqe),
H A Dcq.c393 if (CQE_TYPE(hw_cqe) == 1)
504 CQE_TYPE(hw_cqe), CQE_STATUS(hw_cqe));
556 if (CQE_TYPE(hw_cqe) == 1) {
745 __func__, CQE_QPID(&cqe), CQE_TYPE(&cqe), CQE_OPCODE(&cqe),
751 if (CQE_TYPE(&cqe) == 0) {
H A Dt4.h241 #define CQE_TYPE(x) (G_CQE_TYPE(be32_to_cpu((x)->header))) macro
242 #define SQ_TYPE(x) (CQE_TYPE((x)))
243 #define RQ_TYPE(x) (!CQE_TYPE((x)))
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dcq.c232 if (CQE_TYPE(hw_cqe) == 1) {
361 CQE_GENBIT(hw_cqe), CQE_TYPE(hw_cqe), CQE_STATUS(hw_cqe),
388 if (CQE_TYPE(hw_cqe) == 1) {
610 CQE_QPID(&cqe), CQE_TYPE(&cqe),
614 if (CQE_TYPE(&cqe) == 0) {
703 chp->cq.cqid, CQE_QPID(&cqe), CQE_TYPE(&cqe),
H A Dt4.h248 #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-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cq.c130 CQE_QPID(cqe), CQE_TYPE(cqe),
135 if (CQE_TYPE(cqe) == 0) {
H A Diw_cxgb_ev.c110 CQE_STATUS(rsp_msg->cqe), CQE_TYPE(rsp_msg->cqe),
152 CQE_TYPE(rsp_msg->cqe), CQE_WRID_HI(rsp_msg->cqe),
H A Diw_cxgb_wr.h551 #define CQE_TYPE(x) (G_CQE_TYPE(be32toh((x).header))) macro
552 #define SQ_TYPE(x) (CQE_TYPE((x)))
553 #define RQ_TYPE(x) (!CQE_TYPE((x)))
H A Diw_cxgb_hal.c940 qpid, CQE_TYPE(rsp_msg->cqe), CQE_STATUS(rsp_msg->cqe),
1166 CQE_GENBIT(*hw_cqe), CQE_TYPE(*hw_cqe), CQE_STATUS(*hw_cqe));
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h2118 #define CQE_TYPE(cqe_fp_flags) ((cqe_fp_flags) & ETH_FAST_PATH_RX_CQE_TYPE) macro
H A Dbxe.c3234 CQE_TYPE(cqe_fp_flags),

Completed in 143 milliseconds