Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c450 if ((CQE_OPCODE(*cqe) == T3_READ_RESP) && SQ_TYPE(*cqe)) in cqe_completes_wr()
470 ((CQE_OPCODE(*cqe) == T3_READ_RESP) && wq->oldest_read)) && in cxio_count_scqes()
488 if (RQ_TYPE(*cqe) && (CQE_OPCODE(*cqe) != T3_READ_RESP) && in cxio_count_rcqes()
1167 if (RQ_TYPE(*hw_cqe) && (CQE_OPCODE(*hw_cqe) == T3_READ_RESP)) { in cxio_poll_cq()
1214 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()