Home
last modified time | relevance | path

Searched refs:NETIF_F_GSO (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/include/linux/
Dnetdev_features.h89 #define NETIF_F_GSO __NETIF_F(GSO) macro
180 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-main.h514 #ifdef NETIF_F_GSO
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_main.c92 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_UFO | NETIF_F_GSO_ROBUST | \
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c1547 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns_nic_dev_probe()
1551 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in hns_nic_dev_probe()
/linux-4.4.14/drivers/net/ethernet/xilinx/
Dll_temac_main.c1027 ndev->features |= NETIF_F_GSO; /* Enable software GSO. */ in temac_of_probe()
/linux-4.4.14/drivers/net/
Dmacvtap.c140 #define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST)
Dmacvlan.c766 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_UFO | NETIF_F_LRO | \
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c1449 NETIF_F_GSO | in xgene_enet_probe()
/linux-4.4.14/drivers/net/ethernet/pasemi/
Dpasemi_mac.c1755 NETIF_F_HIGHDMA | NETIF_F_GSO; in pasemi_mac_probe()
/linux-4.4.14/net/core/
Dethtool.c253 return NETIF_F_GSO; in ethtool_get_feature_mask()
Dsock.c1610 if (sk->sk_route_caps & NETIF_F_GSO) in sk_setup_caps()
Ddev.c6378 if ((features & NETIF_F_GSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()
6380 features &= ~NETIF_F_GSO; in netdev_fix_features()
/linux-4.4.14/drivers/net/ethernet/sun/
Dsunvnet.c1790 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GSO_SOFTWARE | in vnet_new()