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

/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dcq.c289 if ((CQE_OPCODE(cqe) == FW_RI_RDMA_WRITE) && RQ_TYPE(cqe))
295 if (CQE_SEND_OPCODE(cqe) && RQ_TYPE(cqe) && t4_rq_empty(wq))
310 if (RQ_TYPE(cqe) && (CQE_OPCODE(cqe) != FW_RI_READ_RESP) &&
447 if (RQ_TYPE(hw_cqe)) {
H A Dt4.h250 #define RQ_TYPE(x) (!CQE_TYPE((x))) macro
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c445 if ((CQE_OPCODE(cqe) == FW_RI_RDMA_WRITE) && RQ_TYPE(cqe))
451 if (CQE_SEND_OPCODE(cqe) && RQ_TYPE(cqe) && t4_rq_empty(wq))
466 if (RQ_TYPE(cqe) && (CQE_OPCODE(cqe) != FW_RI_READ_RESP) &&
550 * 4) cq_type is RQ_TYPE not SQ_TYPE.
552 if (RQ_TYPE(hw_cqe) && (CQE_OPCODE(hw_cqe) == FW_RI_READ_RESP)) {
602 if (RQ_TYPE(hw_cqe)) {
H A Dev.c127 if (RQ_TYPE(err_cqe) &&
H A Dt4.h245 #define RQ_TYPE(x) (!CQE_TYPE((x))) macro
H A Dqp.c996 rqtype = RQ_TYPE(err_cqe);

Completed in 39 milliseconds