Home
last modified time | relevance | path

Searched refs:T3_READ_RESP (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c432 if ((CQE_OPCODE(*cqe) == T3_READ_RESP) && SQ_TYPE(*cqe)) in cqe_completes_wr()
452 ((CQE_OPCODE(*cqe) == T3_READ_RESP) && wq->oldest_read)) && in cxio_count_scqes()
470 if (RQ_TYPE(*cqe) && (CQE_OPCODE(*cqe) != T3_READ_RESP) && in cxio_count_rcqes()
1147 if (RQ_TYPE(*hw_cqe) && (CQE_OPCODE(*hw_cqe) == T3_READ_RESP)) { in cxio_poll_cq()
1194 if ((CQE_OPCODE(*hw_cqe) == T3_READ_RESP) && SQ_TYPE(*hw_cqe)) { in cxio_poll_cq()
Diwch_ev.c155 (CQE_OPCODE(rsp_msg->cqe) == T3_READ_RESP)) { in iwch_ev_dispatch()
Dcxio_wr.h85 T3_READ_RESP, enumerator
Diwch_qp.c545 (rqtype && (opcode == T3_READ_RESP)); in build_term_codes()