Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c454 if ((CQE_OPCODE(*cqe) == T3_READ_RESP) && SQ_TYPE(*cqe)) in cqe_completes_wr()
474 ((CQE_OPCODE(*cqe) == T3_READ_RESP) && wq->oldest_read)) && in cxio_count_scqes()
492 if (RQ_TYPE(*cqe) && (CQE_OPCODE(*cqe) != T3_READ_RESP) && in cxio_count_rcqes()
1179 if (RQ_TYPE(*hw_cqe) && (CQE_OPCODE(*hw_cqe) == T3_READ_RESP)) { in cxio_poll_cq()
1226 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.c626 (rqtype && (opcode == T3_READ_RESP)); in build_term_codes()