Home
last modified time | relevance | path

Searched refs:NETIF_F_SG (Results 1 – 25 of 203) sorted by relevance

123456789

/linux/include/net/
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 | \
/linux/drivers/net/usb/
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/drivers/net/ethernet/freescale/enetc/
A Denetc_vf.c123 ndev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in enetc_vf_netdev_setup()
127 ndev->features = NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_RXCSUM | in enetc_vf_netdev_setup()
131 ndev->vlan_features = NETIF_F_SG | NETIF_F_HW_CSUM | in enetc_vf_netdev_setup()
A Denetc_pf.c763 ndev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in enetc_pf_netdev_setup()
767 ndev->features = NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_RXCSUM | in enetc_pf_netdev_setup()
771 ndev->vlan_features = NETIF_F_SG | NETIF_F_HW_CSUM | in enetc_pf_netdev_setup()
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe-main.c345 netdev->hw_features = NETIF_F_SG | in xgbe_config_netdev()
360 netdev->hw_enc_features = NETIF_F_SG | in xgbe_config_netdev()
376 netdev->vlan_features |= NETIF_F_SG | in xgbe_config_netdev()
/linux/include/linux/
A Dnetdev_features.h132 #define NETIF_F_SG __NETIF_F(SG) macro
229 NETIF_F_SG | NETIF_F_HIGHDMA | \
/linux/net/sctp/
A Doffload.c71 segs = skb_segment(skb, (features | NETIF_F_HW_CSUM) & ~NETIF_F_SG); in sctp_gso_segment()
/linux/drivers/net/
A Dvsockmon.c109 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in vsockmon_setup()
A Dnlmon.c92 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
A Ddummy.c126 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
A Dloopback.c178 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in gen_lo_setup()
A Difb.c193 #define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
A Dbareudp.c537 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in bareudp_setup()
541 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in bareudp_setup()
A Dxen-netfront.c237 return dev->features & NETIF_F_SG; in xennet_can_sg()
1411 if (features & NETIF_F_SG && in xennet_fix_features()
1413 features &= ~NETIF_F_SG; in xennet_fix_features()
1434 if (!(features & NETIF_F_SG) && dev->mtu > ETH_DATA_LEN) { in xennet_set_features()
1667 netdev->hw_features = NETIF_F_SG | in xennet_create_dev()
/linux/net/nsh/
A Dnsh.c107 features &= NETIF_F_SG; in nsh_gso_segment()
/linux/net/ipv4/
A Dip_output.c1009 if (rt->dst.dev->features & NETIF_F_SG && in __ip_append_data()
1072 !(rt->dst.dev->features&NETIF_F_SG)) in __ip_append_data()
1076 !(rt->dst.dev->features & NETIF_F_SG))) in __ip_append_data()
1164 if (!(rt->dst.dev->features&NETIF_F_SG) && in __ip_append_data()
1343 if (!(rt->dst.dev->features & NETIF_F_SG)) in ip_append_page()
/linux/net/openvswitch/
A Dvport-internal_dev.c111 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
/linux/drivers/net/ethernet/qualcomm/emac/
A Demac.c668 netdev->features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXCSUM | in emac_probe()
673 netdev->vlan_features |= NETIF_F_SG | NETIF_F_HW_CSUM | in emac_probe()
/linux/drivers/net/ethernet/mediatek/
A Dmtk_eth_soc.h44 NETIF_F_SG | NETIF_F_TSO | \
48 #define MTK_HW_FEATURES_MT7628 (NETIF_F_SG | NETIF_F_RXCSUM)
/linux/drivers/infiniband/ulp/ipoib/
A Dipoib_verbs.c237 dev->features |= NETIF_F_SG; in ipoib_transport_dev_init()
/linux/drivers/net/ethernet/qualcomm/rmnet/
A Drmnet_vnd.c266 rmnet_dev->hw_features |= NETIF_F_SG; in rmnet_vnd_newlink()
/linux/drivers/net/xen-netback/
A Dinterface.c383 features &= ~NETIF_F_SG; in xenvif_fix_features()
540 dev->hw_features = NETIF_F_SG | in xenvif_alloc()
/linux/drivers/net/ipa/
A Dipa_modem.c219 netdev->hw_features = NETIF_F_SG; in ipa_modem_netdev_setup()
/linux/net/ipv6/
A Dip6_output.c1524 if (rt->dst.dev->features & NETIF_F_SG && in __ip6_append_data()
1602 !(rt->dst.dev->features&NETIF_F_SG)) in __ip6_append_data()
1606 !(rt->dst.dev->features & NETIF_F_SG))) in __ip6_append_data()
1709 if (!(rt->dst.dev->features&NETIF_F_SG) && in __ip6_append_data()
/linux/net/xfrm/
A Dxfrm_device.c116 esp_features = features & ~(NETIF_F_SG | NETIF_F_CSUM_MASK); in validate_xmit_xfrm()

Completed in 48 milliseconds

123456789