Searched refs:SW_CQE (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dcq.c169 V_CQE_SWCQE(SW_CQE(hw_cqe)) |
440 BUG_ON((cqe_flushed == 0) && !SW_CQE(hw_cqe));
480 if (!SW_CQE(hw_cqe) && (CQE_WRID_SQ_IDX(hw_cqe) != wq->sq.cidx)) {
539 if (SW_CQE(hw_cqe)) {
H A Dt4.h246 #define SW_CQE(x) (G_CQE_SWCQE(be32toh((x)->header))) macro
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c332 V_CQE_SWCQE(SW_CQE(hw_cqe)) |
523 if (wq->flushed && !SW_CQE(hw_cqe)) {
635 if (!SW_CQE(hw_cqe) && (CQE_WRID_SQ_IDX(hw_cqe) != wq->sq.cidx)) {
694 if (SW_CQE(hw_cqe)) {
H A Dt4.h241 #define SW_CQE(x) (G_CQE_SWCQE(be32_to_cpu((x)->header))) macro

Completed in 172 milliseconds