Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/google/gve/
H A Dgve_rx.c357 rx->db_threshold = slots / 2; in gve_rx_alloc_ring_gqi()
1044 if (!work_done && rx->fill_cnt - rx->cnt > rx->db_threshold) in gve_clean_rx_done()
1066 } else if (rx->fill_cnt - rx->cnt <= rx->db_threshold) { in gve_clean_rx_done()
1076 if (rx->fill_cnt - rx->cnt <= rx->db_threshold) { in gve_clean_rx_done()
H A Dgve.h244 u32 db_threshold; member