Home
last modified time | relevance | path

Searched refs:ETH_DATA_LEN (Results 51 – 75 of 104) sorted by relevance

12345

/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_ethtool.c1667 pkt_size = (((edev->ndev->mtu < ETH_DATA_LEN) ? in qede_selftest_run_loopback()
1668 edev->ndev->mtu : ETH_DATA_LEN) + ETH_HLEN); in qede_selftest_run_loopback()
/openbmc/linux/net/ipv6/
H A Dip6_gre.c1505 dev->mtu = ETH_DATA_LEN - t_hlen; in ip6gre_tunnel_init_common()
1900 dev->mtu = ETH_DATA_LEN - t_hlen; in ip6erspan_tap_init()
H A Dip6_vti.c696 mtu = ETH_DATA_LEN - LL_MAX_HEADER - sizeof(struct ipv6hdr); in vti6_link_config()
H A Dsit.c1431 dev->mtu = ETH_DATA_LEN - t_hlen; in ipip6_tunnel_setup()
/openbmc/linux/drivers/platform/mellanox/
H A Dmlxbf-tmfifo.c1410 ETH_DATA_LEN); in mlxbf_tmfifo_probe()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcxgb2.c1072 netdev->max_mtu = ETH_DATA_LEN; in init_one()
/openbmc/linux/net/xfrm/
H A Dxfrm_interface_core.c746 dev->mtu = ETH_DATA_LEN; in xfrmi_dev_setup()
/openbmc/linux/drivers/net/ethernet/altera/
H A Daltera_tse_main.c1341 priv->dev->max_mtu = ETH_DATA_LEN; in altera_tse_probe()
/openbmc/linux/net/ipv4/
H A Dip_tunnel.c285 int mtu = ETH_DATA_LEN; in ip_tunnel_bind_dev()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dskge.c1374 if (hw->dev[port]->mtu > ETH_DATA_LEN) { in bcom_phy_init()
1537 int jumbo = hw->dev[port]->mtu > ETH_DATA_LEN; in genesis_mac_init()
2175 if (hw->dev[port]->mtu > ETH_DATA_LEN) in yukon_mac_init()
/openbmc/linux/drivers/net/ethernet/natsemi/
H A Dnatsemi.c1961 if (dev->mtu <= ETH_DATA_LEN) in set_bufsize()
1962 np->rx_buf_sz = ETH_DATA_LEN + NATSEMI_HEADERS; in set_bufsize()
/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c1540 if (dev->mtu > ETH_DATA_LEN && in rtl8169_fix_features()
2001 if (dev->mtu > ETH_DATA_LEN) in rtl8169_set_pauseparam()
2399 bool jumbo = tp->dev->mtu > ETH_DATA_LEN; in rtl_jumbo_config()
H A D8139cp.c411 if (mtu > ETH_DATA_LEN) in cp_set_rxbufsize()
/openbmc/linux/net/dsa/
H A Dslave.c2671 ret = dsa_slave_change_mtu(slave_dev, ETH_DATA_LEN); in dsa_slave_create()
2674 ret, ETH_DATA_LEN, port->index); in dsa_slave_create()
/openbmc/linux/drivers/net/ethernet/amd/
H A Damd8111e.c260 if (mtu > ETH_DATA_LEN) { in amd8111e_set_rx_buff_len()
/openbmc/linux/drivers/net/dsa/realtek/
H A Drtl8365mb.c2014 ret = rtl8365mb_port_change_mtu(ds, cpu->trap_port, ETH_DATA_LEN); in rtl8365mb_setup()
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dmain.c378 if (ntohs(eh->h_proto) > ETH_DATA_LEN) { /* Ethernet-II frame */ in orinoco_process_xmit_skb()
/openbmc/linux/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c47 #define PE_DEF_MTU ETH_DATA_LEN
/openbmc/linux/drivers/net/
H A Dgtp.c967 dev->mtu = ETH_DATA_LEN - max_gtp_header_len; in gtp_link_setup()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.c2298 if (bp->dev->mtu > ETH_DATA_LEN) { in bnx2_init_5706s_phy()
2352 if (bp->dev->mtu > ETH_DATA_LEN) { in bnx2_init_copper_phy()
4983 if (mtu < ETH_DATA_LEN) in bnx2_init_chip()
4984 mtu = ETH_DATA_LEN; in bnx2_init_chip()
/openbmc/linux/drivers/net/dsa/
H A Dlantiq_gswip.c1484 if (new_mtu != ETH_DATA_LEN) in gswip_port_change_mtu()
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h87 #define QLCNIC_P3P_RX_BUF_MAX_LEN (QLCNIC_MAX_ETHERHDR + ETH_DATA_LEN)
/openbmc/linux/drivers/net/usb/
H A Dsmsc95xx.c1227 dev->net->max_mtu = ETH_DATA_LEN; in smsc95xx_bind()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dsdio.c2617 ar->hw->max_mtu = ETH_DATA_LEN; in ath10k_sdio_probe()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c293 (adapter->netdev->mtu <= ETH_DATA_LEN)) in iavf_configure_queues()

12345