Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/google/gve/
Dgve_rx.c221 rx->db_threshold = priv->rx_desc_cnt / 2; in gve_rx_alloc_ring()
739 if (!work_done && rx->fill_cnt - rx->cnt > rx->db_threshold) in gve_clean_rx_done()
753 } else if (rx->fill_cnt - rx->cnt <= rx->db_threshold) { in gve_clean_rx_done()
763 if (rx->fill_cnt - rx->cnt <= rx->db_threshold) { in gve_clean_rx_done()
Dgve.h168 u32 db_threshold; member