Searched refs:cqe_flushed (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
| D | iwch_cq.c | 41 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()
|
| D | cxio_hal.h | 195 u8 *cqe_flushed, u64 *cookie, u32 *credit);
|
| D | cxio_hal.c | 1117 u8 *cqe_flushed, u64 *cookie, u32 *credit) in cxio_poll_cq() argument 1122 *cqe_flushed = 0; in cxio_poll_cq() 1180 *cqe_flushed = wq->error; in cxio_poll_cq() 1205 BUG_ON((*cqe_flushed == 0) && !SW_CQE(*hw_cqe)); in cxio_poll_cq()
|
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
| D | cq.c | 545 u8 *cqe_flushed, u64 *cookie, u32 *credit, in poll_cq() argument 551 *cqe_flushed = 0; in poll_cq() 646 *cqe_flushed = (CQE_STATUS(hw_cqe) == T4_ERR_SWFLUSH); in poll_cq() 760 u8 cqe_flushed; in __c4iw_poll_cq_one() local 764 ret = poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie, &credit, in __c4iw_poll_cq_one() 855 if (cqe_flushed) in __c4iw_poll_cq_one()
|