Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3049 cpr->has_more_work = 0; in __bnxt_poll_work()
3085 cpr->has_more_work = 1; in __bnxt_poll_work()
3118 cpr->has_more_work = 1; in __bnxt_poll_work()
3307 cpr->has_more_work |= cpr2->has_more_work; in __bnxt_poll_cqs()
3356 if (cpr->has_more_work) { in bnxt_poll_p5()
3357 cpr->has_more_work = 0; in bnxt_poll_p5()
3367 if (cpr->has_more_work) in bnxt_poll_p5()
3401 cpr->has_more_work |= cpr2->has_more_work; in bnxt_poll_p5()
14647 if (cpr2->has_more_work || !bnxt_has_work(bp, cpr2)) in bnxt_chk_missed_irq()
H A Dbnxt.h1194 u8 has_more_work:1; member