Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/broadcom/
Dtg3.c9670 u32 val, bdcache_maxcnt, host_rep_thresh, nic_rep_thresh; in tg3_setup_rxbd_thresholds() local
9685 host_rep_thresh = max_t(u32, tp->rx_pending / 8, 1); in tg3_setup_rxbd_thresholds()
9687 val = min(nic_rep_thresh, host_rep_thresh); in tg3_setup_rxbd_thresholds()
9698 host_rep_thresh = max_t(u32, tp->rx_jumbo_pending / 8, 1); in tg3_setup_rxbd_thresholds()
9700 val = min(bdcache_maxcnt / 2, host_rep_thresh); in tg3_setup_rxbd_thresholds()