Searched refs:NIC_HW_MAX_FRS (Results 1 – 5 of 5) sorted by relevance
156 #define NIC_HW_MAX_FRS 9212 macro
2817 if (!req->sdp_link && req->maxlen > NIC_HW_MAX_FRS) in rvu_mbox_handler_nix_set_hw_frs()2990 NIC_HW_MAX_FRS << 16 | NIC_HW_MIN_FRS); in nix_link_config()3004 tx_credits = ((CGX_FIFO_LEN / lmac_cnt) - NIC_HW_MAX_FRS) / 16; in nix_link_config()
258 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()
47 #define NIC_HW_MAX_FRS 9190 /* Excluding L2 header and FCS */ macro
2242 netdev->max_mtu = NIC_HW_MAX_FRS; in nicvf_probe()