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.c3027 cpr->has_more_work = 0; in __bnxt_poll_work()
3063 cpr->has_more_work = 1; in __bnxt_poll_work()
3096 cpr->has_more_work = 1; in __bnxt_poll_work()
3285 cpr->has_more_work |= cpr2->has_more_work; in __bnxt_poll_cqs()
3334 if (cpr->has_more_work) { in bnxt_poll_p5()
3335 cpr->has_more_work = 0; in bnxt_poll_p5()
3345 if (cpr->has_more_work) in bnxt_poll_p5()
3379 cpr->has_more_work |= cpr2->has_more_work; in bnxt_poll_p5()
14536 if (cpr2->has_more_work || !bnxt_has_work(bp, cpr2)) in bnxt_chk_missed_irq()
H A Dbnxt.h1179 u8 has_more_work:1; member