Searched refs:bnxt_has_work (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c2781 static inline int bnxt_has_work(struct bnxt *bp, struct bnxt_cp_ring_info *cpr) function
2802 if (!bnxt_has_work(bp, cpr)) {
3024 if (!bnxt_has_work(bp, cpr) && rx_pkts < budget) {
3051 if (!bnxt_has_work(bp, cpr)) {
13223 if (cpr2->has_more_work || !bnxt_has_work(bp, cpr2))

Completed in 217 milliseconds