| /linux/drivers/net/ethernet/ibm/emac/ |
| A D | core.h | 59 if (mtu > ETH_DATA_LEN) in emac_rx_size() 62 return mal_rx_size(ETH_DATA_LEN + EMAC_MTU_OVERHEAD); in emac_rx_size()
|
| /linux/drivers/net/ethernet/qualcomm/ |
| A D | qca_7k_common.h | 35 #define QCAFRM_MAX_MTU ETH_DATA_LEN
|
| /linux/include/uapi/linux/ |
| A D | if_ether.h | 36 #define ETH_DATA_LEN 1500 /* Max. octets in payload */ macro
|
| /linux/drivers/net/ipa/ |
| A D | ipa_endpoint.h | 25 #define IPA_MTU ETH_DATA_LEN
|
| /linux/net/ethernet/ |
| A D | eth.c | 351 dev->mtu = ETH_DATA_LEN; in ether_setup() 353 dev->max_mtu = ETH_DATA_LEN; in ether_setup()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| A D | igc_xdp.c | 17 if (dev->mtu > ETH_DATA_LEN) { in igc_xdp_set_prog()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| A D | stmmac_xdp.c | 112 if (prog && dev->mtu > ETH_DATA_LEN) { in stmmac_xdp_set_prog()
|
| /linux/net/batman-adv/ |
| A D | main.h | 93 #define BATADV_TP_PACKET_LEN ETH_DATA_LEN
|
| A D | hard-interface.c | 624 return min_t(int, min_mtu - batadv_max_header_len(), ETH_DATA_LEN); in batadv_hardif_min_mtu() 643 limit_mtu = ETH_DATA_LEN; in batadv_update_min_mtu()
|
| A D | soft-interface.c | 779 atomic_set(&bat_priv->packet_size_max, ETH_DATA_LEN); in batadv_softif_init_late() 1031 dev->mtu = ETH_DATA_LEN; in batadv_softif_init_early()
|
| /linux/net/dsa/ |
| A D | conduit.c | 353 err = dev_set_mtu(dev, ETH_DATA_LEN); in dsa_conduit_reset_mtu() 366 mtu = ETH_DATA_LEN + dsa_tag_protocol_overhead(tag_ops); in dsa_conduit_setup()
|
| /linux/tools/testing/selftests/net/ |
| A D | tap.c | 316 vh->gso_size = ETH_DATA_LEN - sizeof(struct iphdr); in build_test_packet_valid_udp_gso() 351 vh->gso_size = ETH_DATA_LEN - sizeof(struct iphdr); in build_test_packet_crash_tap_invalid_eth_proto()
|
| A D | udpgso_bench_tx.c | 328 const int max_nr_msg = ETH_MAX_MTU / ETH_DATA_LEN; in send_udp_sendmmsg() 540 cfg_mss = ETH_DATA_LEN - hdrlen; in parse_opts()
|
| /linux/drivers/net/xen-netback/ |
| A D | interface.c | 357 int max = vif->can_sg ? ETH_MAX_MTU - VLAN_ETH_HLEN : ETH_DATA_LEN; in xenvif_change_mtu() 608 if (!vif->can_sg && vif->dev->mtu > ETH_DATA_LEN) in xenvif_carrier_on() 609 dev_set_mtu(vif->dev, ETH_DATA_LEN); in xenvif_carrier_on()
|
| /linux/drivers/net/ethernet/actions/ |
| A D | owl-emac.h | 20 #define OWL_EMAC_MTU_MAX ETH_DATA_LEN
|
| /linux/drivers/net/wwan/iosm/ |
| A D | iosm_ipc_wwan.c | 153 iosm_dev->mtu = ETH_DATA_LEN; in ipc_wwan_setup()
|
| /linux/net/l2tp/ |
| A D | l2tp_eth.c | 218 dev->mtu = ETH_DATA_LEN - overhead; in l2tp_eth_adjust_mtu()
|
| /linux/drivers/net/ethernet/xilinx/ |
| A D | xilinx_emaclite.c | 416 if (proto_type > ETH_DATA_LEN) { in xemaclite_recv_data() 423 length = min_t(u16, length, ETH_DATA_LEN); in xemaclite_recv_data()
|
| /linux/drivers/infiniband/ulp/opa_vnic/ |
| A D | opa_vnic_netdev.c | 198 adapter->info.vesw.eth_mtu = ETH_DATA_LEN; in opa_vnic_set_pod_values()
|
| /linux/drivers/net/ethernet/broadcom/ |
| A D | bcm4908_enet.c | 34 #define ENET_MTU_MAX ETH_DATA_LEN /* Is it possible to support 2044? */ 752 netdev->mtu = ETH_DATA_LEN; in bcm4908_enet_probe()
|
| /linux/drivers/net/ethernet/intel/ |
| A D | e100.c | 2020 if (actual_size > ETH_DATA_LEN + VLAN_ETH_HLEN + fcs_pad) in e100_rx_indicate() 2029 } else if (actual_size > ETH_DATA_LEN + VLAN_ETH_HLEN + fcs_pad) { in e100_rx_indicate() 2371 if (!(skb = netdev_alloc_skb(nic->netdev, ETH_DATA_LEN))) { in e100_loopback_test() 2375 skb_put(skb, ETH_DATA_LEN); in e100_loopback_test() 2376 memset(skb->data, 0xFF, ETH_DATA_LEN); in e100_loopback_test() 2385 skb->data, ETH_DATA_LEN)) in e100_loopback_test()
|
| /linux/drivers/net/dsa/realtek/ |
| A D | rtl8366rb.c | 1184 rb->max_mtu[i] = ETH_DATA_LEN + RTL8366RB_CPU_TAG_SIZE; in rtl8366rb_setup() 1186 rb->max_mtu[i] = ETH_DATA_LEN; in rtl8366rb_setup() 1639 max_mtu = ETH_DATA_LEN; in rtl8366rb_change_mtu()
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| A D | hns_dsaf_mac.h | 24 #define MAC_DEFAULT_MTU (ETH_HLEN + ETH_FCS_LEN + VLAN_HLEN + ETH_DATA_LEN)
|
| /linux/drivers/net/wwan/t7xx/ |
| A D | t7xx_netdev.c | 226 dev->mtu = ETH_DATA_LEN; in t7xx_ccmni_wwan_setup()
|
| /linux/drivers/net/ethernet/faraday/ |
| A D | ftmac100.c | 216 if (netdev->mtu > ETH_DATA_LEN) in ftmac100_start_hw() 1084 if (mtu > ETH_DATA_LEN) { in ftmac100_change_mtu()
|