netif_set_tso_max_segs
netif_set_tso_max_segs(netdev, bd->tso_max_segs);
netif_set_tso_max_segs(dev, bp->tso_max_segs);
netif_set_tso_max_segs(ndev, FEC_MAX_TSO_SEGS);
netif_set_tso_max_segs(dev, MV643XX_MAX_TSO_SEGS);
netif_set_tso_max_segs(dev, MVNETA_MAX_TSO_SEGS);
netif_set_tso_max_segs(dev, MVPP2_MAX_TSO_SEGS);
netif_set_tso_max_segs(netdev, OTX2_MAX_GSO_SEGS);
netif_set_tso_max_segs(netdev, OTX2_MAX_GSO_SEGS);
netif_set_tso_max_segs(netdev, NFP_NET_LSO_MAX_SEGS);
netif_set_tso_max_segs(netdev, NFP_NET_LSO_MAX_SEGS);
netif_set_tso_max_segs(dev, RTL_GSO_MAX_SEGS_V2);
netif_set_tso_max_segs(dev, RTL_GSO_MAX_SEGS_V1);
netif_set_tso_max_segs(dev, RTASE_NIC_MAX_PHYS_BUF_COUNT_LSO2);
netif_set_tso_max_segs(efx->net_dev, nic_data->tso_max_payload_num_segs);
netif_set_tso_max_segs(net_dev, EFX_TSO_MAX_SEGS);
netif_set_tso_max_segs(net_dev, EF4_TSO_MAX_SEGS);
netif_set_tso_max_segs(net_dev, EFX_TSO_MAX_SEGS);
void netif_set_tso_max_segs(struct net_device *dev, unsigned int segs);
netif_set_tso_max_segs(dev, tso_max_segs);
EXPORT_SYMBOL(netif_set_tso_max_segs);
netif_set_tso_max_segs(to, from->tso_max_segs);