new_frs           253 drivers/net/ethernet/cavium/thunder/nic_main.c static int nic_update_hw_frs(struct nicpf *nic, int new_frs, int vf)
new_frs           258 drivers/net/ethernet/cavium/thunder/nic_main.c 	if ((new_frs > NIC_HW_MAX_FRS) || (new_frs < NIC_HW_MIN_FRS))
new_frs           265 drivers/net/ethernet/cavium/thunder/nic_main.c 	new_frs += VLAN_ETH_HLEN + ETH_FCS_LEN + 4;
new_frs           271 drivers/net/ethernet/cavium/thunder/nic_main.c 	lmac_credits |= (((((48 * 1024) / lmac_cnt) - new_frs) / 16) << 12);
new_frs           279 drivers/net/ethernet/cavium/thunder/nic_main.c 			      NIC_PF_LMAC_0_7_CFG2 + (lmac * 8), new_frs);