/linux-4.1.27/include/linux/ |
D | netdev_features.h | 108 #define NETIF_F_SG __NETIF_F(SG) macro 163 NETIF_F_SG | NETIF_F_HIGHDMA | \
|
D | if_vlan.h | 621 NETIF_F_SG | in vlan_features_check()
|
D | skbuff.h | 2767 (skb_shinfo(skb)->nr_frags && !(features & NETIF_F_SG))); in skb_needs_linearize()
|
/linux-4.1.27/drivers/net/ |
D | loopback.c | 174 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in loopback_setup()
|
D | nlmon.c | 139 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
|
D | dummy.c | 151 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_TSO; in dummy_setup()
|
D | ifb.c | 167 #define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
|
D | xen-netfront.c | 227 return dev->features & NETIF_F_SG; in xennet_can_sg() 1117 if (features & NETIF_F_SG) { in xennet_fix_features() 1123 features &= ~NETIF_F_SG; in xennet_fix_features() 1159 if (!(features & NETIF_F_SG) && dev->mtu > ETH_DATA_LEN) { in xennet_set_features() 1266 netdev->hw_features = NETIF_F_SG | in xennet_create_dev()
|
D | veth.c | 289 #define VETH_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
|
D | macvtap.c | 85 #define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST) 502 if ((dev->features & NETIF_F_HIGHDMA) && (dev->features & NETIF_F_SG)) in macvtap_open()
|
D | macvlan.c | 759 (NETIF_F_SG | NETIF_F_GEN_CSUM | NETIF_F_GSO_SOFTWARE | NETIF_F_LLTX | \ 763 (NETIF_F_SG | NETIF_F_ALL_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
|
D | virtio_net.c | 1759 dev->hw_features |= NETIF_F_HW_CSUM | NETIF_F_SG; in virtnet_probe() 1761 dev->features |= NETIF_F_HW_CSUM | NETIF_F_SG; in virtnet_probe()
|
D | vxlan.c | 2362 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; in vxlan_setup() 2368 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXCSUM; in vxlan_setup()
|
D | tun.c | 1662 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | in tun_set_iff()
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-main.c | 469 netdev->hw_features = NETIF_F_SG | in xgbe_probe() 483 netdev->vlan_features |= NETIF_F_SG | in xgbe_probe()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | netdev.c | 172 NETIF_F_SG | NETIF_F_GRO; in wil_if_alloc()
|
/linux-4.1.27/net/openvswitch/ |
D | vport-internal_dev.c | 144 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
|
D | datapath.c | 343 segs = __skb_gso_segment(skb, NETIF_F_SG, false); in queue_gso_packets()
|
/linux-4.1.27/drivers/net/xen-netback/ |
D | interface.c | 281 features &= ~NETIF_F_SG; in xenvif_fix_features() 426 dev->hw_features = NETIF_F_SG | in xenvif_alloc()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_verbs.c | 210 if (dev->features & NETIF_F_SG) in ipoib_transport_dev_init()
|
D | ipoib_main.c | 193 features &= ~(NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO); in ipoib_fix_features() 1554 priv->dev->hw_features = NETIF_F_SG | in ipoib_set_dev_features()
|
/linux-4.1.27/net/bridge/ |
D | br_device.c | 25 #define COMMON_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | \
|
/linux-4.1.27/drivers/net/hyperv/ |
D | netvsc_drv.c | 892 net->hw_features = NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_IP_CSUM | in netvsc_probe() 894 net->features = NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_SG | NETIF_F_RXCSUM | in netvsc_probe()
|
/linux-4.1.27/net/hsr/ |
D | hsr_device.c | 399 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | in hsr_dev_setup()
|
/linux-4.1.27/net/ipv4/ |
D | ip_output.c | 945 !(rt->dst.dev->features&NETIF_F_SG)) in __ip_append_data() 1032 if (!(rt->dst.dev->features&NETIF_F_SG)) { in __ip_append_data() 1192 if (!(rt->dst.dev->features&NETIF_F_SG)) in ip_append_page()
|
D | ipip.c | 278 #define IPIP_FEATURES (NETIF_F_SG | \
|
D | ip_gre.c | 462 #define GRE_FEATURES (NETIF_F_SG | \
|
D | tcp.c | 999 if (!(sk->sk_route_caps & NETIF_F_SG) || in tcp_sendpage() 1125 sg = !!(sk->sk_route_caps & NETIF_F_SG); in tcp_sendmsg()
|
/linux-4.1.27/Documentation/networking/ |
D | netdev-features.txt | 124 NETIF_F_SG --- paged skbs (skb_shinfo()->frags), NETIF_F_FRAGLIST ---
|
D | stmmac.txt | 51 By default, the driver sets the NETIF_F_SG bit in the features field of the
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_lib-linux.c | 74 return ((caps & NETIF_F_SG) != 0 && (caps & NETIF_F_ALL_CSUM) != 0); in ksocknal_lib_zc_capable()
|
/linux-4.1.27/drivers/staging/octeon/ |
D | ethernet.c | 472 dev->features |= NETIF_F_SG; in cvm_oct_common_init()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 1077 netdev->hw_features |= NETIF_F_SG | NETIF_F_IP_CSUM | in init_one() 1079 netdev->features |= NETIF_F_SG | NETIF_F_IP_CSUM | in init_one()
|
/linux-4.1.27/drivers/net/ipvlan/ |
D | ipvlan_main.c | 86 (NETIF_F_SG | NETIF_F_ALL_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
|
/linux-4.1.27/net/8021q/ |
D | vlan_dev.c | 545 dev->hw_features = NETIF_F_ALL_CSUM | NETIF_F_SG | in vlan_dev_init()
|
/linux-4.1.27/net/ipv6/ |
D | ip6_output.c | 1386 !(rt->dst.dev->features&NETIF_F_SG)) in __ip6_append_data() 1488 if (!(rt->dst.dev->features&NETIF_F_SG)) { in __ip6_append_data()
|
D | sit.c | 1350 #define SIT_FEATURES (NETIF_F_SG | \
|
/linux-4.1.27/net/core/ |
D | dev.c | 2591 features &= ~NETIF_F_SG; in harmonize_features() 6105 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features() 6128 if ((features & NETIF_F_GSO) && !(features & NETIF_F_SG)) { in netdev_fix_features() 6144 if (!(features & NETIF_F_SG)) { in netdev_fix_features() 6402 dev->hw_enc_features |= NETIF_F_SG; in register_netdevice() 6406 dev->mpls_features |= NETIF_F_SG; in register_netdevice()
|
D | ethtool.c | 233 return NETIF_F_SG; in ethtool_get_feature_mask()
|
D | sock.c | 1603 sk->sk_route_caps |= NETIF_F_SG | NETIF_F_HW_CSUM; in sk_setup_caps()
|
D | skbuff.c | 3015 int sg = !!(features & NETIF_F_SG); in skb_segment()
|
/linux-4.1.27/drivers/net/ethernet/cirrus/ |
D | ep93xx_eth.c | 769 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; in ep93xx_dev_alloc()
|
/linux-4.1.27/drivers/net/usb/ |
D | r8152.c | 1376 features &= ~(NETIF_F_SG | NETIF_F_IPV6_CSUM | NETIF_F_TSO6); in r8152_csum_workaround() 3998 netdev->features |= NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG | in rtl8152_probe() 4002 netdev->hw_features = NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG | in rtl8152_probe() 4006 netdev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in rtl8152_probe()
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 1993 dev->hw_features |= NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one() 1995 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one()
|
D | r8169.c | 6875 features &= ~(NETIF_F_SG | NETIF_F_IPV6_CSUM | NETIF_F_TSO6); in r8169_csum_workaround() 8275 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in rtl_init_one() 8278 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in rtl_init_one()
|
D | 8139too.c | 1019 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_HIGHDMA; in rtl8139_init_one()
|
/linux-4.1.27/drivers/net/ethernet/freescale/fs_enet/ |
D | fs_enet-main.c | 1043 ndev->features |= NETIF_F_SG; in fs_enet_probe()
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | netcp_core.c | 1862 ndev->features |= NETIF_F_SG; in netcp_create_interface() 1865 ndev->vlan_features |= NETIF_F_SG; in netcp_create_interface()
|
/linux-4.1.27/drivers/net/ethernet/tehuti/ |
D | tehuti.c | 2019 ndev->features = NETIF_F_IP_CSUM | NETIF_F_SG | NETIF_F_TSO in bdx_probe() 2023 ndev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | in bdx_probe()
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 3035 dev->hw_features = NETIF_F_SG | NETIF_F_TSO | in ehea_setup_single_port() 3037 dev->features = NETIF_F_SG | NETIF_F_TSO | in ehea_setup_single_port() 3041 dev->vlan_features = NETIF_F_SG | NETIF_F_TSO | NETIF_F_HIGHDMA | in ehea_setup_single_port()
|
/linux-4.1.27/drivers/net/ethernet/xilinx/ |
D | ll_temac_main.c | 1017 ndev->features = NETIF_F_SG; in temac_of_probe()
|
D | xilinx_axienet_main.c | 1492 ndev->features = NETIF_F_SG; in axienet_of_probe()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 2774 netdev->hw_features = NETIF_F_SG | TSO_FLAGS | in cxgb4vf_pci_probe() 2777 netdev->vlan_features = NETIF_F_SG | TSO_FLAGS | in cxgb4vf_pci_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
D | netdev.c | 2717 netdev->hw_features = NETIF_F_SG | in igbvf_probe() 2736 netdev->vlan_features |= NETIF_F_SG; in igbvf_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_netdev.c | 1413 NETIF_F_SG | in fm10k_alloc_netdev()
|
/linux-4.1.27/drivers/net/ethernet/cadence/ |
D | macb.c | 2331 dev->hw_features = NETIF_F_SG; in macb_init() 2336 dev->hw_features &= ~NETIF_F_SG; in macb_init()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | efx.c | 2991 net_dev->features |= (efx->type->offload_features | NETIF_F_SG | in efx_pci_probe() 2997 net_dev->vlan_features |= (NETIF_F_ALL_CSUM | NETIF_F_SG | in efx_pci_probe()
|
/linux-4.1.27/drivers/net/ethernet/altera/ |
D | altera_tse_main.c | 1504 ndev->hw_features &= ~NETIF_F_SG; in altera_tse_probe()
|
/linux-4.1.27/drivers/net/ethernet/silan/ |
D | sc92031.c | 1440 dev->features = NETIF_F_SG | NETIF_F_HIGHDMA | in sc92031_probe()
|
/linux-4.1.27/drivers/net/ethernet/tile/ |
D | tilepro.c | 2262 features |= NETIF_F_SG; in tile_net_setup()
|
D | tilegx.c | 2179 features |= NETIF_F_SG; in tile_net_setup()
|
/linux-4.1.27/drivers/net/ethernet/ |
D | jme.c | 3053 NETIF_F_SG | in jme_init_one() 3059 NETIF_F_SG | in jme_init_one()
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
D | 3c59x.c | 1458 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in vortex_probe1() 1466 (dev->features & NETIF_F_SG) ? "en":"dis", in vortex_probe1()
|
D | typhoon.c | 2447 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in typhoon_init_one()
|
/linux-4.1.27/drivers/net/ethernet/aeroflex/ |
D | greth.c | 1528 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | in greth_of_probe()
|
/linux-4.1.27/drivers/net/ethernet/atheros/alx/ |
D | main.c | 1344 netdev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM; in alx_probe()
|
/linux-4.1.27/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 1421 netdev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in ibmveth_probe()
|
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/ |
D | atl1.c | 3025 netdev->features |= NETIF_F_SG; in atl1_probe() 3028 netdev->hw_features = NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_TSO | in atl1_probe()
|
D | atl2.c | 1415 netdev->hw_features = NETIF_F_SG | NETIF_F_HW_VLAN_CTAG_RX; in atl2_probe()
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | gianfar.c | 1402 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | in gfar_probe() 1404 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG | in gfar_probe()
|
D | fec_main.c | 3097 | NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_TSO); in fec_enet_init()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 3173 #define VLAN_FEAT (NETIF_F_SG | NETIF_F_IP_CSUM | TSO_FLAGS | \ 3285 netdev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | in init_one()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 4000 netdev->hw_features = NETIF_F_SG | in ixgbevf_probe() 4016 NETIF_F_SG; in ixgbevf_probe()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunhme.c | 2825 dev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM; in happy_meal_sbus_probe_one() 3140 dev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM; in happy_meal_pci_probe()
|
D | sunvnet.c | 1790 NETIF_F_HW_CSUM | NETIF_F_SG; in vnet_new()
|
D | sungem.c | 2976 dev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM; in gem_init_one()
|
D | cassini.c | 5117 dev->features |= NETIF_F_HW_CSUM | NETIF_F_SG; in cas_init_one()
|
D | niu.c | 9728 dev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXHASH; in niu_set_basic_features()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bgmac.c | 1660 net_dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in bgmac_probe()
|
D | bnx2.c | 8555 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | in bnx2_init_one()
|
D | tg3.c | 17760 features |= NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_RXCSUM; in tg3_init_one()
|
/linux-4.1.27/drivers/net/ethernet/calxeda/ |
D | xgmac.c | 1800 ndev->hw_features = NETIF_F_SG | NETIF_F_HIGHDMA; in xgmac_probe()
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | sky2.c | 1415 #define SKY2_VLAN_OFFLOADS (NETIF_F_IP_CSUM | NETIF_F_SG | NETIF_F_TSO) 4383 features &= ~(NETIF_F_TSO|NETIF_F_SG|NETIF_F_ALL_CSUM); in sky2_fix_features() 4794 dev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_SG | NETIF_F_TSO; in sky2_init_netdev()
|
D | mv643xx_eth.c | 3153 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO; in mv643xx_eth_probe()
|
D | mvneta.c | 3157 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO; in mvneta_probe()
|
D | skge.c | 3892 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | in skge_devinit()
|
D | mvpp2.c | 6139 features = NETIF_F_SG | NETIF_F_IP_CSUM; in mvpp2_port_probe()
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_main.c | 1058 #define BOND_VLAN_FEATURES (NETIF_F_ALL_CSUM | NETIF_F_SG | \ 1062 #define BOND_ENC_FEATURES (NETIF_F_ALL_CSUM | NETIF_F_SG | NETIF_F_RXCSUM |\
|
/linux-4.1.27/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.c | 1754 dev->features = NETIF_F_IP_CSUM | NETIF_F_LLTX | NETIF_F_SG | in pasemi_mac_probe()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 2294 netdev->features |= (NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_RXCSUM | in qlcnic_setup_netdev() 2297 netdev->vlan_features |= (NETIF_F_SG | NETIF_F_IP_CSUM | in qlcnic_setup_netdev()
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bnad.c | 3445 netdev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in bnad_netdev_init() 3450 netdev->vlan_features = NETIF_F_SG | NETIF_F_HIGHDMA | in bnad_netdev_init()
|
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_main.c | 2140 ndev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in sxgbe_drv_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_main.c | 2120 NETIF_F_SG | in i40evf_init_task()
|
/linux-4.1.27/drivers/net/ethernet/adaptec/ |
D | starfire.c | 703 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in starfire_init_one()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_main.c | 476 netdev->hw_features = NETIF_F_SG | in ixgb_probe()
|
/linux-4.1.27/drivers/net/ethernet/natsemi/ |
D | ns83820.c | 2190 ndev->features |= NETIF_F_SG;
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe.c | 629 if (netdev->features & NETIF_F_SG) in fcoe_netdev_features_change()
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes_nic.c | 1710 netdev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_RXCSUM | NETIF_F_HW_VLAN_CTAG_RX; in nes_netdev_init()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 1056 netdev->hw_features = NETIF_F_SG | in e1000_probe() 1081 NETIF_F_SG); in e1000_probe()
|
/linux-4.1.27/drivers/net/ethernet/via/ |
D | via-rhine.c | 980 dev->features |= NETIF_F_SG|NETIF_F_HW_CSUM; in rhine_init_one_common()
|
D | via-velocity.c | 2882 netdev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | in velocity_probe()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 4428 #define VLAN_FEAT (NETIF_F_SG | NETIF_F_IP_CSUM | TSO_FLAGS | \ 4585 netdev->hw_features = NETIF_F_SG | TSO_FLAGS | in init_one()
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | enic_main.c | 2621 netdev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM; in enic_probe()
|
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_main.c | 2286 netdev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_TSO | in atl1e_init_netdev()
|
/linux-4.1.27/drivers/net/team/ |
D | team.c | 968 #define TEAM_VLAN_FEATURES (NETIF_F_ALL_CSUM | NETIF_F_SG | \
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 5036 netdev->hw_features |= NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 | in be_netdev_init() 5045 netdev->vlan_features |= NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 | in be_netdev_init()
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 2892 ndev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in stmmac_dvr_probe()
|
/linux-4.1.27/drivers/net/ethernet/alteon/ |
D | acenic.c | 473 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM; in acenic_probe_one()
|
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_main.c | 2522 netdev->hw_features = NETIF_F_SG | in atl1c_init_netdev()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 6895 netdev->features = (NETIF_F_SG | in e1000_probe() 6913 netdev->vlan_features |= (NETIF_F_SG | in e1000_probe()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 3129 dev->hw_features |= NETIF_F_SG | NETIF_F_IP_CSUM | in bcmgenet_probe()
|
/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
D | core.c | 2854 ndev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG; in emac_probe()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 1374 netdev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in netxen_setup_netdev()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 2361 netdev->features |= NETIF_F_SG | in igb_probe() 2382 NETIF_F_SG; in igb_probe()
|
/linux-4.1.27/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 5712 dev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_SG | in nv_probe() 6009 dev->features & (NETIF_F_IP_CSUM | NETIF_F_SG) ? in nv_probe()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/ |
D | qla3xxx.c | 3825 ndev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in ql3xxx_probe()
|
/linux-4.1.27/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 2718 netdev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in vmxnet3_declare_features()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 2901 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in mlx4_en_init_netdev()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 8517 netdev->features = NETIF_F_SG | in ixgbe_probe() 8549 netdev->vlan_features |= NETIF_F_SG; in ixgbe_probe()
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_l3_main.c | 3306 card->dev->hw_features = NETIF_F_SG | in qeth_l3_setup_netdev()
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
D | vxge-main.c | 3434 ndev->hw_features = NETIF_F_RXCSUM | NETIF_F_SG | in vxge_device_register()
|
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 706 mgp->features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_TSO; in myri10ge_get_firmware_capabilities()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 12783 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in bnx2x_init_dev() 12791 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | NETIF_F_SG | in bnx2x_init_dev() 12798 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in bnx2x_init_dev()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_main.c | 4754 ndev->hw_features = NETIF_F_SG | in qlge_probe()
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 6789 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | NETIF_F_RXCSUM; in netdev_init()
|
/linux-4.1.27/drivers/net/ethernet/neterion/ |
D | s2io.c | 7918 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | in s2io_init_nic()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 8164 netdev->features = NETIF_F_SG | in i40e_config_netdev()
|