Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnic_main.c238 if ((new_frs > NIC_HW_MAX_FRS) || (new_frs < NIC_HW_MIN_FRS)) { in nic_update_hw_frs()
241 vf, NIC_HW_MIN_FRS, NIC_HW_MAX_FRS); in nic_update_hw_frs()
297 NIC_HW_MAX_FRS) / 16) << 12); in nic_set_lmac_vf_mapping()
331 nic->pkind.maxlen = NIC_HW_MAX_FRS + ETH_HLEN; in nic_init_hw()
511 rr_quantum = ((NIC_HW_MAX_FRS + 24) / 4); in nic_tx_channel_cfg()
Dnic.h39 #define NIC_HW_MAX_FRS 9200 /* 9216 max packet including FCS */ macro
Dnicvf_main.c1248 if (new_mtu > NIC_HW_MAX_FRS) in nicvf_change_mtu()