Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libcxgb4/
H A Dcq.c264 if (SQ_TYPE(hw_cqe)) { in c4iw_flush_hw_cq()
292 if ((CQE_OPCODE(cqe) == FW_RI_READ_RESP) && SQ_TYPE(cqe)) in cqe_completes_wr()
501 if (SQ_TYPE(hw_cqe)) { in poll_cq()
H A Dt4.h249 #define SQ_TYPE(x) (CQE_TYPE((x))) macro
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c423 if (SQ_TYPE(hw_cqe)) { in c4iw_flush_hw_cq()
448 if ((CQE_OPCODE(cqe) == FW_RI_READ_RESP) && SQ_TYPE(cqe)) in cqe_completes_wr()
655 if (SQ_TYPE(hw_cqe)) { in poll_cq()
H A Dev.c176 if (SQ_TYPE(err_cqe)) in c4iw_ev_dispatch()
H A Dt4.h239 #define SQ_TYPE(x) (CQE_TYPE((x))) macro