Searched refs:cqe_flushed (Results 1 – 4 of 4) sorted by relevance
/drivers/infiniband/hw/cxgb3/ |
D | iwch_cq.c | 51 u8 cqe_flushed; in iwch_poll_cq_one() local 67 ret = cxio_poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie, in iwch_poll_cq_one() 133 if (cqe_flushed) in iwch_poll_cq_one()
|
D | cxio_hal.h | 196 u8 *cqe_flushed, u64 *cookie, u32 *credit);
|
D | cxio_hal.c | 1148 u8 *cqe_flushed, u64 *cookie, u32 *credit) in cxio_poll_cq() argument 1153 *cqe_flushed = 0; in cxio_poll_cq() 1212 *cqe_flushed = wq->error; in cxio_poll_cq() 1237 BUG_ON((*cqe_flushed == 0) && !SW_CQE(*hw_cqe)); in cxio_poll_cq()
|
/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 465 u8 *cqe_flushed, u64 *cookie, u32 *credit) in poll_cq() argument 470 *cqe_flushed = 0; in poll_cq() 557 *cqe_flushed = (CQE_STATUS(hw_cqe) == T4_ERR_SWFLUSH); in poll_cq() 684 u8 cqe_flushed; in c4iw_poll_cq_one() local 700 ret = poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie, &credit); in c4iw_poll_cq_one() 765 if (cqe_flushed) in c4iw_poll_cq_one()
|