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

/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c2734 u32 maxfs; local
2750 maxfs = __le32_to_cpu(lif->identity->eth.max_frame_size) - VLAN_ETH_HLEN;
2752 maxfs = min_t(u32, maxfs, IONIC_XDP_MAX_LINEAR_MTU);
2753 netdev->max_mtu = maxfs;

Completed in 176 milliseconds