Home
last modified time | relevance | path

Searched refs:CQ_VLD_ENTRY (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/cxgb3/
Dcxio_wr.h728 #define CQ_VLD_ENTRY(ptr,size_log2,cqe) (Q_GENBIT(ptr,size_log2) == \ macro
772 if (CQ_VLD_ENTRY(cq->rptr, cq->size_log2, cqe)) in cxio_next_hw_cqe()
797 if (CQ_VLD_ENTRY(cq->rptr, cq->size_log2, cqe)) in cxio_next_cqe()
Dcxio_hal.c110 while (!CQ_VLD_ENTRY(rptr, cq->size_log2, cqe)) { in cxio_hal_cq_op()