Home
last modified time | relevance | path

Searched refs:has_more_work (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c2966 cpr->has_more_work = 0; in __bnxt_poll_work()
3002 cpr->has_more_work = 1; in __bnxt_poll_work()
3033 cpr->has_more_work = 1; in __bnxt_poll_work()
3222 cpr->has_more_work |= cpr2->has_more_work; in __bnxt_poll_cqs()
3271 if (cpr->has_more_work) { in bnxt_poll_p5()
3272 cpr->has_more_work = 0; in bnxt_poll_p5()
3282 if (cpr->has_more_work) in bnxt_poll_p5()
3316 cpr->has_more_work |= cpr2->has_more_work; in bnxt_poll_p5()
14287 if (cpr2->has_more_work || !bnxt_has_work(bp, cpr2)) in bnxt_chk_missed_irq()
H A Dbnxt.h1171 u8 has_more_work:1; member