Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dtg3.c9688 u32 val, bdcache_maxcnt, host_rep_thresh, nic_rep_thresh; in tg3_setup_rxbd_thresholds() local
9703 host_rep_thresh = max_t(u32, tp->rx_pending / 8, 1); in tg3_setup_rxbd_thresholds()
9705 val = min(nic_rep_thresh, host_rep_thresh); in tg3_setup_rxbd_thresholds()
9716 host_rep_thresh = max_t(u32, tp->rx_jumbo_pending / 8, 1); in tg3_setup_rxbd_thresholds()
9718 val = min(bdcache_maxcnt / 2, host_rep_thresh); in tg3_setup_rxbd_thresholds()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dtg3.c9673 u32 val, bdcache_maxcnt, host_rep_thresh, nic_rep_thresh; in tg3_setup_rxbd_thresholds() local
9688 host_rep_thresh = max_t(u32, tp->rx_pending / 8, 1); in tg3_setup_rxbd_thresholds()
9690 val = min(nic_rep_thresh, host_rep_thresh); in tg3_setup_rxbd_thresholds()
9701 host_rep_thresh = max_t(u32, tp->rx_jumbo_pending / 8, 1); in tg3_setup_rxbd_thresholds()
9703 val = min(bdcache_maxcnt / 2, host_rep_thresh); in tg3_setup_rxbd_thresholds()

Completed in 34 milliseconds