Searched refs:peek_flags (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_fp.c | 1471 u32 peek_flags, peek_cons; in __clean_cq() 1475 peek_flags = cq->dbinfo.flags; in __clean_cq() 1479 if (!CQE_CMP_VALID(hw_cqe, peek_flags)) in __clean_cq() 1510 1, &peek_flags); in __clean_cq() 2387 u32 peek_sw_cq_cons, peek_sq_cons_idx, peek_flags; in do_wa9060() 2418 peek_flags = cq->dbinfo.flags; in do_wa9060() 2425 if (CQE_CMP_VALID(peek_hwcqe, peek_flags)) { in do_wa9060() 2470 1, &peek_flags); in do_wa9060() 1473 u32 peek_flags, peek_cons; __clean_cq() local 2389 u32 peek_sw_cq_cons, peek_sq_cons_idx, peek_flags; do_wa9060() local
|