Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnetdev_features.h108 #define NETIF_F_SG __NETIF_F(SG) macro
163 NETIF_F_SG | NETIF_F_HIGHDMA | \
Dif_vlan.h621 NETIF_F_SG | in vlan_features_check()
Dskbuff.h2767 (skb_shinfo(skb)->nr_frags && !(features & NETIF_F_SG))); in skb_needs_linearize()
/linux-4.1.27/drivers/net/
Dloopback.c174 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in loopback_setup()
Dnlmon.c139 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
Ddummy.c151 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_TSO; in dummy_setup()
Difb.c167 #define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
Dxen-netfront.c227 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()
Dveth.c289 #define VETH_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
Dmacvtap.c85 #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()
Dmacvlan.c759 (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 | \
Dvirtio_net.c1759 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()
Dvxlan.c2362 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()
Dtun.c1662 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | in tun_set_iff()
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c469 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/
Dnetdev.c172 NETIF_F_SG | NETIF_F_GRO; in wil_if_alloc()
/linux-4.1.27/net/openvswitch/
Dvport-internal_dev.c144 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
Ddatapath.c343 segs = __skb_gso_segment(skb, NETIF_F_SG, false); in queue_gso_packets()
/linux-4.1.27/drivers/net/xen-netback/
Dinterface.c281 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/
Dipoib_verbs.c210 if (dev->features & NETIF_F_SG) in ipoib_transport_dev_init()
Dipoib_main.c193 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/
Dbr_device.c25 #define COMMON_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | \
/linux-4.1.27/drivers/net/hyperv/
Dnetvsc_drv.c892 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/
Dhsr_device.c399 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | in hsr_dev_setup()
/linux-4.1.27/net/ipv4/
Dip_output.c945 !(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()
Dipip.c278 #define IPIP_FEATURES (NETIF_F_SG | \
Dip_gre.c462 #define GRE_FEATURES (NETIF_F_SG | \
Dtcp.c999 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/
Dnetdev-features.txt124 NETIF_F_SG --- paged skbs (skb_shinfo()->frags), NETIF_F_FRAGLIST ---
Dstmmac.txt51 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/
Dsocklnd_lib-linux.c74 return ((caps & NETIF_F_SG) != 0 && (caps & NETIF_F_ALL_CSUM) != 0); in ksocknal_lib_zc_capable()
/linux-4.1.27/drivers/staging/octeon/
Dethernet.c472 dev->features |= NETIF_F_SG; in cvm_oct_common_init()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
Dcxgb2.c1077 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/
Dipvlan_main.c86 (NETIF_F_SG | NETIF_F_ALL_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
/linux-4.1.27/net/8021q/
Dvlan_dev.c545 dev->hw_features = NETIF_F_ALL_CSUM | NETIF_F_SG | in vlan_dev_init()
/linux-4.1.27/net/ipv6/
Dip6_output.c1386 !(rt->dst.dev->features&NETIF_F_SG)) in __ip6_append_data()
1488 if (!(rt->dst.dev->features&NETIF_F_SG)) { in __ip6_append_data()
Dsit.c1350 #define SIT_FEATURES (NETIF_F_SG | \
/linux-4.1.27/net/core/
Ddev.c2591 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()
Dethtool.c233 return NETIF_F_SG; in ethtool_get_feature_mask()
Dsock.c1603 sk->sk_route_caps |= NETIF_F_SG | NETIF_F_HW_CSUM; in sk_setup_caps()
Dskbuff.c3015 int sg = !!(features & NETIF_F_SG); in skb_segment()
/linux-4.1.27/drivers/net/ethernet/cirrus/
Dep93xx_eth.c769 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; in ep93xx_dev_alloc()
/linux-4.1.27/drivers/net/usb/
Dr8152.c1376 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/
D8139cp.c1993 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()
Dr8169.c6875 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()
D8139too.c1019 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/
Dfs_enet-main.c1043 ndev->features |= NETIF_F_SG; in fs_enet_probe()
/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp_core.c1862 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/
Dtehuti.c2019 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/
Dehea_main.c3035 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/
Dll_temac_main.c1017 ndev->features = NETIF_F_SG; in temac_of_probe()
Dxilinx_axienet_main.c1492 ndev->features = NETIF_F_SG; in axienet_of_probe()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c2774 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/
Dnetdev.c2717 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/
Dfm10k_netdev.c1413 NETIF_F_SG | in fm10k_alloc_netdev()
/linux-4.1.27/drivers/net/ethernet/cadence/
Dmacb.c2331 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/
Defx.c2991 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/
Daltera_tse_main.c1504 ndev->hw_features &= ~NETIF_F_SG; in altera_tse_probe()
/linux-4.1.27/drivers/net/ethernet/silan/
Dsc92031.c1440 dev->features = NETIF_F_SG | NETIF_F_HIGHDMA | in sc92031_probe()
/linux-4.1.27/drivers/net/ethernet/tile/
Dtilepro.c2262 features |= NETIF_F_SG; in tile_net_setup()
Dtilegx.c2179 features |= NETIF_F_SG; in tile_net_setup()
/linux-4.1.27/drivers/net/ethernet/
Djme.c3053 NETIF_F_SG | in jme_init_one()
3059 NETIF_F_SG | in jme_init_one()
/linux-4.1.27/drivers/net/ethernet/3com/
D3c59x.c1458 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in vortex_probe1()
1466 (dev->features & NETIF_F_SG) ? "en":"dis", in vortex_probe1()
Dtyphoon.c2447 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/
Dgreth.c1528 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | in greth_of_probe()
/linux-4.1.27/drivers/net/ethernet/atheros/alx/
Dmain.c1344 netdev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM; in alx_probe()
/linux-4.1.27/drivers/net/ethernet/ibm/
Dibmveth.c1421 netdev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in ibmveth_probe()
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
Datl1.c3025 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()
Datl2.c1415 netdev->hw_features = NETIF_F_SG | NETIF_F_HW_VLAN_CTAG_RX; in atl2_probe()
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar.c1402 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()
Dfec_main.c3097 | NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_TSO); in fec_enet_init()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c3173 #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/
Dixgbevf_main.c4000 netdev->hw_features = NETIF_F_SG | in ixgbevf_probe()
4016 NETIF_F_SG; in ixgbevf_probe()
/linux-4.1.27/drivers/net/ethernet/sun/
Dsunhme.c2825 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()
Dsunvnet.c1790 NETIF_F_HW_CSUM | NETIF_F_SG; in vnet_new()
Dsungem.c2976 dev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM; in gem_init_one()
Dcassini.c5117 dev->features |= NETIF_F_HW_CSUM | NETIF_F_SG; in cas_init_one()
Dniu.c9728 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/
Dbgmac.c1660 net_dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in bgmac_probe()
Dbnx2.c8555 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | in bnx2_init_one()
Dtg3.c17760 features |= NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_RXCSUM; in tg3_init_one()
/linux-4.1.27/drivers/net/ethernet/calxeda/
Dxgmac.c1800 ndev->hw_features = NETIF_F_SG | NETIF_F_HIGHDMA; in xgmac_probe()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dsky2.c1415 #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()
Dmv643xx_eth.c3153 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO; in mv643xx_eth_probe()
Dmvneta.c3157 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO; in mvneta_probe()
Dskge.c3892 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | in skge_devinit()
Dmvpp2.c6139 features = NETIF_F_SG | NETIF_F_IP_CSUM; in mvpp2_port_probe()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1058 #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/
Dpasemi_mac.c1754 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/
Dqlcnic_main.c2294 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/
Dbnad.c3445 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/
Dsxgbe_main.c2140 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/
Di40evf_main.c2120 NETIF_F_SG | in i40evf_init_task()
/linux-4.1.27/drivers/net/ethernet/adaptec/
Dstarfire.c703 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in starfire_init_one()
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c476 netdev->hw_features = NETIF_F_SG | in ixgb_probe()
/linux-4.1.27/drivers/net/ethernet/natsemi/
Dns83820.c2190 ndev->features |= NETIF_F_SG;
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe.c629 if (netdev->features & NETIF_F_SG) in fcoe_netdev_features_change()
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_nic.c1710 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/
De1000_main.c1056 netdev->hw_features = NETIF_F_SG | in e1000_probe()
1081 NETIF_F_SG); in e1000_probe()
/linux-4.1.27/drivers/net/ethernet/via/
Dvia-rhine.c980 dev->features |= NETIF_F_SG|NETIF_F_HW_CSUM; in rhine_init_one_common()
Dvia-velocity.c2882 netdev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | in velocity_probe()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c4428 #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/
Denic_main.c2621 netdev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM; in enic_probe()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c2286 netdev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_TSO | in atl1e_init_netdev()
/linux-4.1.27/drivers/net/team/
Dteam.c968 #define TEAM_VLAN_FEATURES (NETIF_F_ALL_CSUM | NETIF_F_SG | \
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_main.c5036 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/
Dstmmac_main.c2892 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/
Dacenic.c473 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM; in acenic_probe_one()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c2522 netdev->hw_features = NETIF_F_SG | in atl1c_init_netdev()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dnetdev.c6895 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/
Dbcmgenet.c3129 dev->hw_features |= NETIF_F_SG | NETIF_F_IP_CSUM | in bcmgenet_probe()
/linux-4.1.27/drivers/net/ethernet/ibm/emac/
Dcore.c2854 ndev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG; in emac_probe()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c1374 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/
Digb_main.c2361 netdev->features |= NETIF_F_SG | in igb_probe()
2382 NETIF_F_SG; in igb_probe()
/linux-4.1.27/drivers/net/ethernet/nvidia/
Dforcedeth.c5712 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/
Dqla3xxx.c3825 ndev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in ql3xxx_probe()
/linux-4.1.27/drivers/net/vmxnet3/
Dvmxnet3_drv.c2718 netdev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in vmxnet3_declare_features()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c2901 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/
Dixgbe_main.c8517 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/
Dqeth_l3_main.c3306 card->dev->hw_features = NETIF_F_SG | in qeth_l3_setup_netdev()
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c3434 ndev->hw_features = NETIF_F_RXCSUM | NETIF_F_SG | in vxge_device_register()
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c706 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/
Dbnx2x_main.c12783 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/
Dqlge_main.c4754 ndev->hw_features = NETIF_F_SG | in qlge_probe()
/linux-4.1.27/drivers/net/ethernet/micrel/
Dksz884x.c6789 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | NETIF_F_RXCSUM; in netdev_init()
/linux-4.1.27/drivers/net/ethernet/neterion/
Ds2io.c7918 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | in s2io_init_nic()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_main.c8164 netdev->features = NETIF_F_SG | in i40e_config_netdev()