Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c2285 cpr->has_more_work = 0; in __bnxt_poll_work()
2307 cpr->has_more_work = 1; in __bnxt_poll_work()
2338 cpr->has_more_work = 1; in __bnxt_poll_work()
2513 cpr->has_more_work |= cpr2->has_more_work; in __bnxt_poll_cqs()
2549 if (cpr->has_more_work) { in bnxt_poll_p5()
2550 cpr->has_more_work = 0; in bnxt_poll_p5()
2558 if (cpr->has_more_work) in bnxt_poll_p5()
2585 cpr->has_more_work |= cpr2->has_more_work; in bnxt_poll_p5()
11064 if (!cpr2 || cpr2->has_more_work || in bnxt_chk_missed_irq()
H A Dbnxt.h944 u8 has_more_work:1; member