Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnic_main.c267 if ((new_frs > NIC_HW_MAX_FRS) || (new_frs < NIC_HW_MIN_FRS)) in nic_update_hw_frs()
349 NIC_HW_MAX_FRS) / 16) << 12); in nic_set_lmac_vf_mapping()
456 nic->pkind.maxlen = NIC_HW_MAX_FRS + VLAN_ETH_HLEN + ETH_FCS_LEN + 4; in nic_init_hw()
640 rr_quantum = ((NIC_HW_MAX_FRS + 24) / 4); in nic_tx_channel_cfg()
Dnic.h50 #define NIC_HW_MAX_FRS 9190 /* Excluding L2 header and FCS */ macro
Dnicvf_main.c2181 netdev->max_mtu = NIC_HW_MAX_FRS; in nicvf_probe()