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

/freebsd-11-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-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c443 if ((CQE_OPCODE(cqe) == FW_RI_RDMA_WRITE) && RQ_TYPE(cqe))
449 if (CQE_SEND_OPCODE(cqe) && RQ_TYPE(cqe) && t4_rq_empty(wq))
464 if (RQ_TYPE(cqe) && (CQE_OPCODE(cqe) != FW_RI_READ_RESP) &&
548 * 4) cq_type is RQ_TYPE not SQ_TYPE.
550 if (RQ_TYPE(hw_cqe) && (CQE_OPCODE(hw_cqe) == FW_RI_READ_RESP)) {
600 if (RQ_TYPE(hw_cqe)) {
H A Dev.c125 if (RQ_TYPE(err_cqe) &&
H A Dt4.h243 #define RQ_TYPE(x) (!CQE_TYPE((x))) macro
H A Dqp.c989 rqtype = RQ_TYPE(err_cqe);
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_ev.c191 if (RQ_TYPE(rsp_msg->cqe) &&
H A Diw_cxgb_hal.c487 if ((CQE_OPCODE(*cqe) == T3_RDMA_WRITE) && RQ_TYPE(*cqe))
493 if (CQE_OPCODE(*cqe) && RQ_TYPE(*cqe) &&
529 if (RQ_TYPE(*cqe) && (CQE_OPCODE(*cqe) != T3_READ_RESP) &&
1184 * 4) cq_type is RQ_TYPE not SQ_TYPE.
1186 if (RQ_TYPE(*hw_cqe) && (CQE_OPCODE(*hw_cqe) == T3_READ_RESP)) {
1216 && RQ_TYPE(*hw_cqe)) {
1227 if (CQE_OPCODE(*hw_cqe) && RQ_TYPE(*hw_cqe) &&
1239 if (RQ_TYPE(*hw_cqe)) {
H A Diw_cxgb_wr.h553 #define RQ_TYPE(x) (!CQE_TYPE((x))) macro
H A Diw_cxgb_qp.c605 rqtype = RQ_TYPE(rsp_msg->cqe);

Completed in 322 milliseconds