Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/cxgb3/
Diwch_cq.c51 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()
Dcxio_hal.h196 u8 *cqe_flushed, u64 *cookie, u32 *credit);
Dcxio_hal.c1150 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/
Dcq.c403 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()