Searched refs:cqe_flushed (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/dev/cxgb/ulp/iw_cxgb/ |
| HD | iw_cxgb_cq.c | 95 u8 cqe_flushed; in iwch_poll_cq_one() local 111 ret = cxio_poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie, in iwch_poll_cq_one() 172 if (cqe_flushed) in iwch_poll_cq_one()
|
| HD | iw_cxgb_hal.c | 1155 u8 *cqe_flushed, u64 *cookie, u32 *credit) in cxio_poll_cq() argument 1160 *cqe_flushed = 0; in cxio_poll_cq() 1207 *cqe_flushed = wq->error; in cxio_poll_cq() 1232 PANIC_IF((*cqe_flushed == 0) && !SW_CQE(*hw_cqe)); in cxio_poll_cq()
|
| HD | iw_cxgb_hal.h | 174 u8 *cqe_flushed, u64 *cookie, u32 *credit);
|
| /NextBSD/contrib/ofed/libcxgb4/src/ |
| HD | cq.c | 349 u8 *cqe_flushed, u64 *cookie, u32 *credit) in poll_cq() argument 354 *cqe_flushed = 0; in poll_cq() 432 *cqe_flushed = (CQE_STATUS(hw_cqe) == T4_ERR_SWFLUSH); in poll_cq() 435 if (!*cqe_flushed && CQE_STATUS(hw_cqe)) in poll_cq() 438 BUG_ON((cqe_flushed == 0) && !SW_CQE(hw_cqe)); in poll_cq() 569 u8 cqe_flushed; in c4iw_poll_cq_one() local 601 ret = poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie, &credit); in c4iw_poll_cq_one() 650 if (cqe_flushed) in c4iw_poll_cq_one()
|
| /NextBSD/sys/dev/cxgbe/iw_cxgbe/ |
| HD | cq.c | 424 u8 *cqe_flushed, u64 *cookie, u32 *credit) in poll_cq() argument 429 *cqe_flushed = 0; in poll_cq() 483 *cqe_flushed = t4_wq_in_error(wq); in poll_cq() 597 u8 cqe_flushed; in c4iw_poll_cq_one() local 613 ret = poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie, &credit); in c4iw_poll_cq_one() 677 if (cqe_flushed) in c4iw_poll_cq_one()
|