nic_rep_thresh   9678 drivers/net/ethernet/broadcom/tg3.c 	u32 val, bdcache_maxcnt, host_rep_thresh, nic_rep_thresh;
nic_rep_thresh   9692 drivers/net/ethernet/broadcom/tg3.c 	nic_rep_thresh = min(bdcache_maxcnt / 2, tp->rx_std_max_post);
nic_rep_thresh   9695 drivers/net/ethernet/broadcom/tg3.c 	val = min(nic_rep_thresh, host_rep_thresh);