Searched refs:cqe_flushed (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/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() 137 if (cqe_flushed) in iwch_poll_cq_one()
|
D | cxio_hal.h | 196 u8 *cqe_flushed, u64 *cookie, u32 *credit);
|
D | cxio_hal.c | 1150 u8 *cqe_flushed, u64 *cookie, u32 *credit) in cxio_poll_cq() argument 1155 *cqe_flushed = 0; in cxio_poll_cq() 1214 *cqe_flushed = wq->error; in cxio_poll_cq() 1239 BUG_ON((*cqe_flushed == 0) && !SW_CQE(*hw_cqe)); in cxio_poll_cq()
|
/linux-3.4.99/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 403 u8 *cqe_flushed, u64 *cookie, u32 *credit) in poll_cq() argument 408 *cqe_flushed = 0; in poll_cq() 460 *cqe_flushed = t4_wq_in_error(wq); in poll_cq() 571 u8 cqe_flushed; in c4iw_poll_cq_one() local 587 ret = poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie, &credit); in c4iw_poll_cq_one() 649 if (cqe_flushed) in c4iw_poll_cq_one()
|