Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dt4.h221 #define CQE_SEND_OPCODE(x)( \ macro
Dcq.c428 if (CQE_SEND_OPCODE(cqe) && RQ_TYPE(cqe) && t4_rq_empty(wq)) in cqe_completes_wr()
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Dcxio_wr.h613 #define CQE_SEND_OPCODE(x)( \ macro
Dcxio_hal.c457 if (CQE_SEND_OPCODE(*cqe) && RQ_TYPE(*cqe) && in cqe_completes_wr()
1232 if (CQE_SEND_OPCODE(*hw_cqe) && RQ_TYPE(*hw_cqe) && in cxio_poll_cq()