Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c9673 u32 val, bdcache_maxcnt, host_rep_thresh, nic_rep_thresh; in tg3_setup_rxbd_thresholds() local
9687 nic_rep_thresh = min(bdcache_maxcnt / 2, tp->rx_std_max_post); in tg3_setup_rxbd_thresholds()
9690 val = min(nic_rep_thresh, host_rep_thresh); in tg3_setup_rxbd_thresholds()