Searched refs:NETIF_F_SG (Results 1 - 25 of 214) sorted by relevance

123456789

/linux-master/include/net/
H A Dnet_failover.h33 #define FAILOVER_VLAN_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | \
37 #define FAILOVER_ENC_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | \
H A Dudp.h467 netdev_features_t features = NETIF_F_SG;
/linux-master/drivers/net/usb/
H A Daqc111.h28 #define AQ_SUPPORT_FEATURE (NETIF_F_SG | NETIF_F_IP_CSUM |\
33 #define AQ_SUPPORT_HW_FEATURE (NETIF_F_SG | NETIF_F_IP_CSUM |\
37 #define AQ_SUPPORT_VLAN_FEATURE (NETIF_F_SG | NETIF_F_IP_CSUM |\
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_vf.c136 ndev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM |
140 ndev->features = NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_RXCSUM |
144 ndev->vlan_features = NETIF_F_SG | NETIF_F_HW_CSUM |
H A Denetc_pf.c795 ndev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM |
799 ndev->features = NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_RXCSUM |
803 ndev->vlan_features = NETIF_F_SG | NETIF_F_HW_CSUM |
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c345 netdev->hw_features = NETIF_F_SG |
360 netdev->hw_enc_features = NETIF_F_SG |
376 netdev->vlan_features |= NETIF_F_SG |
/linux-master/net/sctp/
H A Doffload.c72 segs = skb_segment(skb, (features | NETIF_F_HW_CSUM) & ~NETIF_F_SG);
/linux-master/drivers/net/
H A Dvsockmon.c91 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST |
H A Dnlmon.c71 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST |
H A Ddummy.c112 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST;
H A Dloopback.c180 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST
H A Difb.c291 #define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
/linux-master/include/linux/
H A Dnetdev_features.h132 #define NETIF_F_SG __NETIF_F(SG) macro
229 NETIF_F_SG | NETIF_F_HIGHDMA | \
/linux-master/net/core/
H A Dgso_test.c216 features = NETIF_F_SG | NETIF_F_HW_CSUM;
224 features &= ~NETIF_F_SG;
/linux-master/net/nsh/
H A Dnsh.c109 features &= NETIF_F_SG;
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c237 dev->features |= NETIF_F_SG;
238 dev->hw_features |= NETIF_F_SG;
/linux-master/net/openvswitch/
H A Dvport-internal_dev.c111 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST |
/linux-master/net/ipv4/
H A Dip_output.c1018 if ((rt->dst.dev->features & NETIF_F_SG) &&
1029 if (rt->dst.dev->features & NETIF_F_SG &&
1041 if (rt->dst.dev->features & NETIF_F_SG &&
1108 !(rt->dst.dev->features&NETIF_F_SG))
1112 !(rt->dst.dev->features & NETIF_F_SG)))
1205 if (!(rt->dst.dev->features&NETIF_F_SG) &&
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac.c667 netdev->features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXCSUM |
672 netdev->vlan_features |= NETIF_F_SG | NETIF_F_HW_CSUM |
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c237 dev->features |= NETIF_F_SG;
/linux-master/drivers/net/ipa/
H A Dipa_modem.c245 netdev->hw_features = NETIF_F_SG;
/linux-master/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.c316 rmnet_dev->hw_features |= NETIF_F_SG;
/linux-master/net/ipv6/
H A Dip6_output.c1506 if ((rt->dst.dev->features & NETIF_F_SG) &&
1517 if (rt->dst.dev->features & NETIF_F_SG &&
1529 if (rt->dst.dev->features & NETIF_F_SG &&
1611 !(rt->dst.dev->features&NETIF_F_SG))
1615 !(rt->dst.dev->features & NETIF_F_SG)))
1723 if (!(rt->dst.dev->features&NETIF_F_SG) &&
/linux-master/drivers/net/ethernet/sfc/
H A Def100_netdev.c451 net_dev->vlan_features |= NETIF_F_HW_CSUM | NETIF_F_SG |
/linux-master/drivers/net/ethernet/sun/
H A Dldmvsw.c248 dev->hw_features = NETIF_F_HW_CSUM | NETIF_F_SG;

Completed in 312 milliseconds

123456789