Home
last modified time | relevance | path

Searched refs:IXGBE_MAX_JUMBO_FRAME_SIZE (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h306 #define IXGBE_MAX_JUMBO_FRAME_SIZE 9728 /* Maximum Supported Size 9.5KB */ macro
Dixgbevf_main.c4644 netdev->max_mtu = IXGBE_MAX_JUMBO_FRAME_SIZE - in ixgbevf_probe()
4649 netdev->max_mtu = IXGBE_MAX_JUMBO_FRAME_SIZE - in ixgbevf_probe()
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h521 #define IXGBE_MAX_JUMBO_FRAME_SIZE 9728 /* Maximum Supported Size 9.5KB */ macro
Dixgbe_sriov.c537 if (max_frame > IXGBE_MAX_JUMBO_FRAME_SIZE) { in ixgbe_set_vf_lpe()
Dixgbe_main.c10859 netdev->max_mtu = IXGBE_MAX_JUMBO_FRAME_SIZE - (ETH_HLEN + ETH_FCS_LEN); in ixgbe_probe()