Home
last modified time | relevance | path

Searched refs:had_nqe_notify (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_netdev.h394 bool had_nqe_notify; member
H A Dbnge_txrx.c1267 cpr->had_nqe_notify = 0; in __bnge_poll_cqs_done()
1290 if (cpr->had_nqe_notify) { in __bnge_poll_cqs()
1352 cpr->had_nqe_notify = 1; in bnge_napi_poll()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1180 u8 had_nqe_notify:1; member
H A Dbnxt.c3282 if (cpr2->had_nqe_notify) { in __bnxt_poll_cqs()
3305 cpr2->had_nqe_notify = 0; in __bnxt_poll_cqs_done()
3375 cpr2->had_nqe_notify = 1; in bnxt_poll_p5()