Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Diwch_cq.c41 u8 cqe_flushed; in __iwch_poll_cq_one() local
45 ret = cxio_poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie, in __iwch_poll_cq_one()
110 if (cqe_flushed) in __iwch_poll_cq_one()
Dcxio_hal.h196 u8 *cqe_flushed, u64 *cookie, u32 *credit);
Dcxio_hal.c1137 u8 *cqe_flushed, u64 *cookie, u32 *credit) in cxio_poll_cq() argument
1142 *cqe_flushed = 0; in cxio_poll_cq()
1200 *cqe_flushed = wq->error; in cxio_poll_cq()
1225 BUG_ON((*cqe_flushed == 0) && !SW_CQE(*hw_cqe)); in cxio_poll_cq()
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dcq.c546 u8 *cqe_flushed, u64 *cookie, u32 *credit, in poll_cq() argument
552 *cqe_flushed = 0; in poll_cq()
647 *cqe_flushed = (CQE_STATUS(hw_cqe) == T4_ERR_SWFLUSH); in poll_cq()
761 u8 cqe_flushed; in __c4iw_poll_cq_one() local
765 ret = poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie, &credit, in __c4iw_poll_cq_one()
856 if (cqe_flushed) in __c4iw_poll_cq_one()