Home
last modified time | relevance | path

Searched refs:NIC_HW_MAX_FRS (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Dcommon.h156 #define NIC_HW_MAX_FRS 9212 macro
H A Drvu_nix.c2833 if (!req->sdp_link && req->maxlen > NIC_HW_MAX_FRS) in rvu_mbox_handler_nix_set_hw_frs()
3007 NIC_HW_MAX_FRS << 16 | NIC_HW_MIN_FRS); in nix_link_config()
3021 tx_credits = ((CGX_FIFO_LEN / lmac_cnt) - NIC_HW_MAX_FRS) / 16; in nix_link_config()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Dcommon.h157 #define NIC_HW_MAX_FRS 9212 macro
H A Drvu_nix.c3423 *max_mtu = NIC_HW_MAX_FRS; in rvu_get_lbk_link_max_frs()
3436 *max_mtu = NIC_HW_MAX_FRS; in rvu_get_lmac_link_max_frs()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H A Dnic_main.c258 if ((new_frs > NIC_HW_MAX_FRS) || (new_frs < NIC_HW_MIN_FRS)) in nic_update_hw_frs()
340 NIC_HW_MAX_FRS) / 16) << 12); in nic_set_lmac_vf_mapping()
447 nic->pkind.maxlen = NIC_HW_MAX_FRS + VLAN_ETH_HLEN + ETH_FCS_LEN + 4; in nic_init_hw()
631 rr_quantum = ((NIC_HW_MAX_FRS + 24) / 4); in nic_tx_channel_cfg()
H A Dnic.h47 #define NIC_HW_MAX_FRS 9190 /* Excluding L2 header and FCS */ macro
H A Dnicvf_main.c2242 netdev->max_mtu = NIC_HW_MAX_FRS; in nicvf_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H A Dnic_main.c258 if ((new_frs > NIC_HW_MAX_FRS) || (new_frs < NIC_HW_MIN_FRS)) in nic_update_hw_frs()
340 NIC_HW_MAX_FRS) / 16) << 12); in nic_set_lmac_vf_mapping()
447 nic->pkind.maxlen = NIC_HW_MAX_FRS + VLAN_ETH_HLEN + ETH_FCS_LEN + 4; in nic_init_hw()
631 rr_quantum = ((NIC_HW_MAX_FRS + 24) / 4); in nic_tx_channel_cfg()
H A Dnic.h47 #define NIC_HW_MAX_FRS 9190 /* Excluding L2 header and FCS */ macro
H A Dnicvf_main.c2227 netdev->max_mtu = NIC_HW_MAX_FRS; in nicvf_probe()

Completed in 25 milliseconds