Searched refs:FW_RI_READ_RESP (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/ofed/libcxgb4/
H A Dcq.c225 if (CQE_OPCODE(hw_cqe) == FW_RI_READ_RESP) {
292 if ((CQE_OPCODE(cqe) == FW_RI_READ_RESP) && SQ_TYPE(cqe))
310 if (RQ_TYPE(cqe) && (CQE_OPCODE(cqe) != FW_RI_READ_RESP) &&
381 if (CQE_OPCODE(hw_cqe) == FW_RI_READ_RESP) {
H A Dt4fw_ri_api.h39 FW_RI_READ_RESP = 0x2, enumerator in enum:fw_ri_wr_opcode
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c389 if (CQE_OPCODE(hw_cqe) == FW_RI_READ_RESP) {
448 if ((CQE_OPCODE(cqe) == FW_RI_READ_RESP) && SQ_TYPE(cqe))
466 if (RQ_TYPE(cqe) && (CQE_OPCODE(cqe) != FW_RI_READ_RESP) &&
552 if (RQ_TYPE(hw_cqe) && (CQE_OPCODE(hw_cqe) == FW_RI_READ_RESP)) {
H A Dqp.c1000 (rqtype && (opcode == FW_RI_READ_RESP));
/freebsd-12-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1200 FW_RI_READ_RESP = 0x2, enumerator in enum:fw_ri_wr_opcode

Completed in 251 milliseconds