Home
last modified time | relevance | path

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

/drivers/net/ethernet/cavium/liquidio/
Drequest_manager.c456 u32 tot_inst_processed = 0; in octeon_flush_iq() local
475 napi_budget - tot_inst_processed); in octeon_flush_iq()
485 tot_inst_processed += inst_processed; in octeon_flush_iq()
488 } while (tot_inst_processed < napi_budget); in octeon_flush_iq()
490 if (napi_budget && (tot_inst_processed >= napi_budget)) in octeon_flush_iq()