Home
last modified time | relevance | path

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

/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c435 if (CQE_SEND_OPCODE(*cqe) && RQ_TYPE(*cqe) && in cqe_completes_wr()
1200 if (CQE_SEND_OPCODE(*hw_cqe) && RQ_TYPE(*hw_cqe) && in cxio_poll_cq()
Dcxio_wr.h613 #define CQE_SEND_OPCODE(x)( \ macro
/drivers/infiniband/hw/cxgb4/
Dt4.h261 #define CQE_SEND_OPCODE(x)( \ macro
Dcq.c438 if (CQE_SEND_OPCODE(cqe) && RQ_TYPE(cqe) && t4_rq_empty(wq)) in cqe_completes_wr()