Home
last modified time | relevance | path

Searched refs:cqe_flushed (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dcq.c536 * cqe_flushed: 1 iff the CQE is flushed.
545 u8 *cqe_flushed, u64 *cookie, u32 *credit, in poll_cq()
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()
544 poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, u8 *cqe_flushed, u64 *cookie, u32 *credit, struct t4_srq *srq) poll_cq() argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dcq.c536 * cqe_flushed: 1 iff the CQE is flushed.
545 u8 *cqe_flushed, u64 *cookie, u32 *credit, in poll_cq()
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()
544 poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, u8 *cqe_flushed, u64 *cookie, u32 *credit, struct t4_srq *srq) poll_cq() argument

Completed in 4 milliseconds