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

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

Completed in 321 milliseconds