Home
last modified time | relevance | path

Searched refs:RQ_TYPE (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/libcxgb4/
H A Dcq.c289 if ((CQE_OPCODE(cqe) == FW_RI_RDMA_WRITE) && RQ_TYPE(cqe)) in cqe_completes_wr()
295 if (CQE_SEND_OPCODE(cqe) && RQ_TYPE(cqe) && t4_rq_empty(wq)) in cqe_completes_wr()
310 if (RQ_TYPE(cqe) && (CQE_OPCODE(cqe) != FW_RI_READ_RESP) && in c4iw_count_rcqes()
447 if (RQ_TYPE(hw_cqe)) { in poll_cq()
H A Dt4.h250 #define RQ_TYPE(x) (!CQE_TYPE((x))) macro
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c113 if (RQ_TYPE(err_cqe) && (CQE_OPCODE(err_cqe) == FW_RI_RDMA_WRITE || in dump_err_cqe()
197 if (RQ_TYPE(err_cqe) && in c4iw_ev_dispatch()
H A Dcq.c445 if ((CQE_OPCODE(cqe) == FW_RI_RDMA_WRITE) && RQ_TYPE(cqe)) in cqe_completes_wr()
451 if (CQE_SEND_OPCODE(cqe) && RQ_TYPE(cqe) && t4_rq_empty(wq)) in cqe_completes_wr()
466 if (RQ_TYPE(cqe) && (CQE_OPCODE(cqe) != FW_RI_READ_RESP) && in c4iw_count_rcqes()
552 if (RQ_TYPE(hw_cqe) && (CQE_OPCODE(hw_cqe) == FW_RI_READ_RESP)) { in poll_cq()
602 if (RQ_TYPE(hw_cqe)) { in poll_cq()
H A Dt4.h240 #define RQ_TYPE(x) (!CQE_TYPE((x))) macro
H A Dqp.c999 rqtype = RQ_TYPE(err_cqe); in build_term_codes()