Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnetdev_features.h107 #define NETIF_F_SG __NETIF_F(SG) macro
164 NETIF_F_SG | NETIF_F_HIGHDMA | \
Dif_vlan.h621 NETIF_F_SG | in vlan_features_check()
Dskbuff.h2937 (skb_shinfo(skb)->nr_frags && !(features & NETIF_F_SG))); in skb_needs_linearize()
/linux-4.4.14/drivers/net/
Dnlmon.c139 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
Dloopback.c173 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in loopback_setup()
Ddummy.c150 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
Dxen-netfront.c226 return dev->features & NETIF_F_SG; in xennet_can_sg()
1168 if (features & NETIF_F_SG) { in xennet_fix_features()
1174 features &= ~NETIF_F_SG; in xennet_fix_features()
1210 if (!(features & NETIF_F_SG) && dev->mtu > ETH_DATA_LEN) { in xennet_set_features()
1313 netdev->hw_features = NETIF_F_SG | in xennet_create_dev()
Difb.c197 #define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
Dveth.c290 #define VETH_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
Dmacvtap.c140 #define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST)
551 if ((dev->features & NETIF_F_HIGHDMA) && (dev->features & NETIF_F_SG)) in macvtap_open()
Dmacvlan.c761 (NETIF_F_SG | NETIF_F_GEN_CSUM | NETIF_F_GSO_SOFTWARE | NETIF_F_LLTX | \
765 (NETIF_F_SG | NETIF_F_ALL_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
Dgeneve.c1087 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; in geneve_setup()
1091 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXCSUM; in geneve_setup()
Dvirtio_net.c1763 dev->hw_features |= NETIF_F_HW_CSUM | NETIF_F_SG; in virtnet_probe()
1765 dev->features |= NETIF_F_HW_CSUM | NETIF_F_SG; in virtnet_probe()
Dvxlan.c2527 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; in vxlan_setup()
2533 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXCSUM; in vxlan_setup()
Dtun.c1707 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | in tun_set_iff()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dnetdev.c176 NETIF_F_SG | NETIF_F_GRO | in wil_if_alloc()
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c717 netdev->hw_features = NETIF_F_SG | in xgbe_probe()
731 netdev->vlan_features |= NETIF_F_SG | in xgbe_probe()
/linux-4.4.14/drivers/net/xen-netback/
Dinterface.c294 features &= ~NETIF_F_SG; in xenvif_fix_features()
440 dev->hw_features = NETIF_F_SG | in xenvif_alloc()
/linux-4.4.14/net/openvswitch/
Dvport-internal_dev.c167 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
Ddatapath.c342 segs = __skb_gso_segment(skb, NETIF_F_SG, false); in queue_gso_packets()
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_verbs.c208 if (dev->features & NETIF_F_SG) in ipoib_transport_dev_init()
Dipoib_cm.c1033 if (dev->features & NETIF_F_SG) in ipoib_cm_create_tx_qp()
Dipoib_main.c1802 priv->dev->hw_features = NETIF_F_SG | in ipoib_set_dev_features()
/linux-4.4.14/net/bridge/
Dbr_device.c25 #define COMMON_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | \
/linux-4.4.14/net/hsr/
Dhsr_device.c399 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | in hsr_dev_setup()
/linux-4.4.14/net/ipv4/
Dip_output.c973 !(rt->dst.dev->features&NETIF_F_SG)) in __ip_append_data()
1060 if (!(rt->dst.dev->features&NETIF_F_SG)) { in __ip_append_data()
1220 if (!(rt->dst.dev->features&NETIF_F_SG)) in ip_append_page()
Dipip.c276 #define IPIP_FEATURES (NETIF_F_SG | \
Dtcp.c1021 if (!(sk->sk_route_caps & NETIF_F_SG) || in tcp_sendpage()
1148 sg = !!(sk->sk_route_caps & NETIF_F_SG); in tcp_sendmsg()
Dip_gre.c822 #define GRE_FEATURES (NETIF_F_SG | \
/linux-4.4.14/drivers/net/hyperv/
Dnetvsc_drv.c1111 net->hw_features = NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_IP_CSUM | in netvsc_probe()
1113 net->features = NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_SG | NETIF_F_RXCSUM | in netvsc_probe()
/linux-4.4.14/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.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_lib.c72 return ((caps & NETIF_F_SG) != 0 && (caps & NETIF_F_ALL_CSUM) != 0); in ksocknal_lib_zc_capable()
/linux-4.4.14/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.4.14/drivers/net/ethernet/realtek/
D8139cp.c2002 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one()
2008 dev->hw_features |= NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one()
2010 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one()
Dr8169.c6945 features &= ~(NETIF_F_SG | NETIF_F_IPV6_CSUM | NETIF_F_TSO6); in r8169_csum_workaround()
8372 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in rtl_init_one()
8375 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.4.14/drivers/staging/octeon/
Dethernet.c453 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM; in cvm_oct_common_init()
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c1541 netdev->hw_features = (NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG | in nicvf_probe()
1550 netdev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO; in nicvf_probe()
/linux-4.4.14/net/8021q/
Dvlan_dev.c545 dev->hw_features = NETIF_F_ALL_CSUM | NETIF_F_SG | in vlan_dev_init()
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_main.c91 (NETIF_F_SG | NETIF_F_ALL_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
/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/net/core/
Ddev.c2654 features &= ~NETIF_F_SG; in harmonize_features()
6355 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()
6378 if ((features & NETIF_F_GSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()
6394 if (!(features & NETIF_F_SG)) { in netdev_fix_features()
6681 dev->hw_enc_features |= NETIF_F_SG; in register_netdevice()
6685 dev->mpls_features |= NETIF_F_SG; in register_netdevice()
Dethtool.c244 return NETIF_F_SG; in ethtool_get_feature_mask()
Dsock.c1617 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.4.14/drivers/net/ethernet/cirrus/
Dep93xx_eth.c769 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; in ep93xx_dev_alloc()
/linux-4.4.14/net/ipv6/
Dip6_output.c1402 !(rt->dst.dev->features&NETIF_F_SG)) in __ip6_append_data()
1504 if (!(rt->dst.dev->features&NETIF_F_SG)) { in __ip6_append_data()
Dsit.c1350 #define SIT_FEATURES (NETIF_F_SG | \
/linux-4.4.14/drivers/net/usb/
Dr8152.c1390 features &= ~(NETIF_F_SG | NETIF_F_IPV6_CSUM | NETIF_F_TSO6); in r8152_csum_workaround()
4164 netdev->features |= NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG | in rtl8152_probe()
4168 netdev->hw_features = NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG | in rtl8152_probe()
4172 netdev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in rtl8152_probe()
Dlan78xx.c2289 dev->net->features |= NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_SG; in lan78xx_bind()
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/
Dfs_enet-main.c1061 ndev->features |= NETIF_F_SG; in fs_enet_probe()
/linux-4.4.14/drivers/net/ethernet/ti/
Dnetcp_core.c1876 ndev->features |= NETIF_F_SG; in netcp_create_interface()
1879 ndev->vlan_features |= NETIF_F_SG; in netcp_create_interface()
/linux-4.4.14/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.4.14/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.4.14/drivers/net/ethernet/xilinx/
Dll_temac_main.c1015 ndev->features = NETIF_F_SG; in temac_of_probe()
Dxilinx_axienet_main.c1521 ndev->features = NETIF_F_SG; in axienet_probe()
/linux-4.4.14/net/mac80211/
Dmain.c849 NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_HIGHDMA | in ieee80211_register_hw()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c1411 NETIF_F_SG | in fm10k_alloc_netdev()
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2719 netdev->hw_features = NETIF_F_SG | in igbvf_probe()
2738 netdev->vlan_features |= NETIF_F_SG; in igbvf_probe()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c2775 netdev->hw_features = NETIF_F_SG | TSO_FLAGS | in cxgb4vf_pci_probe()
2778 netdev->vlan_features = NETIF_F_SG | TSO_FLAGS | in cxgb4vf_pci_probe()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dswitchx2.c989 dev->features |= NETIF_F_NETNS_LOCAL | NETIF_F_LLTX | NETIF_F_SG | in mlxsw_sx_port_create()
Dspectrum.c1252 dev->features |= NETIF_F_NETNS_LOCAL | NETIF_F_LLTX | NETIF_F_SG | in mlxsw_sp_port_create()
/linux-4.4.14/drivers/net/ethernet/sfc/
Defx.c3123 net_dev->features |= (efx->type->offload_features | NETIF_F_SG | in efx_pci_probe()
3129 net_dev->vlan_features |= (NETIF_F_ALL_CSUM | NETIF_F_SG | in efx_pci_probe()
/linux-4.4.14/drivers/net/ethernet/cadence/
Dmacb.c2396 dev->hw_features = NETIF_F_SG; in macb_init()
2401 dev->hw_features &= ~NETIF_F_SG; in macb_init()
/linux-4.4.14/drivers/net/ethernet/silan/
Dsc92031.c1440 dev->features = NETIF_F_SG | NETIF_F_HIGHDMA | in sc92031_probe()
/linux-4.4.14/drivers/net/ethernet/altera/
Daltera_tse_main.c1504 ndev->hw_features &= ~NETIF_F_SG; in altera_tse_probe()
/linux-4.4.14/drivers/net/ethernet/tile/
Dtilepro.c2259 features |= NETIF_F_SG; in tile_net_setup()
Dtilegx.c2180 features |= NETIF_F_SG; in tile_net_setup()
/linux-4.4.14/drivers/net/ethernet/
Djme.c3052 NETIF_F_SG | in jme_init_one()
3058 NETIF_F_SG | in jme_init_one()
/linux-4.4.14/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.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c1451 NETIF_F_SG; in xgene_enet_probe()
/linux-4.4.14/drivers/net/ethernet/atheros/alx/
Dmain.c1344 netdev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM; in alx_probe()
/linux-4.4.14/drivers/net/ethernet/aeroflex/
Dgreth.c1526 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | in greth_of_probe()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4013 netdev->hw_features = NETIF_F_SG | in ixgbevf_probe()
4029 NETIF_F_SG; in ixgbevf_probe()
/linux-4.4.14/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()
/linux-4.4.14/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.c1791 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.c5113 dev->features |= NETIF_F_HW_CSUM | NETIF_F_SG; in cas_init_one()
Dniu.c9726 dev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXHASH; in niu_set_basic_features()
/linux-4.4.14/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.4.14/drivers/net/ethernet/broadcom/
Dbgmac.c1678 net_dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in bgmac_probe()
Dbnx2.c8580 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.4.14/drivers/net/ethernet/calxeda/
Dxgmac.c1800 ndev->hw_features = NETIF_F_SG | NETIF_F_HIGHDMA; in xgmac_probe()
/linux-4.4.14/drivers/net/ethernet/ibm/
Dibmveth.c1536 netdev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in ibmveth_probe()
/linux-4.4.14/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.c3181 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO; in mv643xx_eth_probe()
Dmvneta.c3404 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.c6240 features = NETIF_F_SG | NETIF_F_IP_CSUM; in mvpp2_port_probe()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c1071 #define BOND_VLAN_FEATURES (NETIF_F_ALL_CSUM | NETIF_F_SG | \
1075 #define BOND_ENC_FEATURES (NETIF_F_ALL_CSUM | NETIF_F_SG | NETIF_F_RXCSUM |\
/linux-4.4.14/drivers/net/ethernet/freescale/
Dgianfar.c1362 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | in gfar_probe()
1364 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG | in gfar_probe()
Dfec_main.c3228 | NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_TSO); in fec_enet_init()
/linux-4.4.14/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.4.14/drivers/net/ethernet/brocade/bna/
Dbnad.c3459 netdev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in bnad_netdev_init()
3464 netdev->vlan_features = NETIF_F_SG | NETIF_F_HIGHDMA | in bnad_netdev_init()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2304 netdev->features |= (NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_RXCSUM | in qlcnic_setup_netdev()
2307 netdev->vlan_features |= (NETIF_F_SG | NETIF_F_IP_CSUM | in qlcnic_setup_netdev()
/linux-4.4.14/drivers/net/ethernet/adaptec/
Dstarfire.c703 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in starfire_init_one()
/linux-4.4.14/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.4.14/drivers/net/ethernet/natsemi/
Dns83820.c2190 ndev->features |= NETIF_F_SG;
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c628 if (netdev->features & NETIF_F_SG) in fcoe_netdev_features_change()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_main.c2138 NETIF_F_SG | in i40evf_process_config()
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_nic.c1707 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.4.14/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c476 netdev->hw_features = NETIF_F_SG | in ixgb_probe()
/linux-4.4.14/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.4.14/drivers/net/ethernet/via/
Dvia-rhine.c978 dev->features |= NETIF_F_SG|NETIF_F_HW_CSUM; in rhine_init_one_common()
Dvia-velocity.c2864 netdev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | in velocity_probe()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c4620 #define VLAN_FEAT (NETIF_F_SG | NETIF_F_IP_CSUM | TSO_FLAGS | \
4812 netdev->hw_features = NETIF_F_SG | TSO_FLAGS | in init_one()
/linux-4.4.14/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.4.14/drivers/net/ethernet/qlogic/qede/
Dqede_main.c1246 hw_features = NETIF_F_GRO | NETIF_F_SG | in qede_init_ndev()
/linux-4.4.14/drivers/net/team/
Dteam.c968 #define TEAM_VLAN_FEATURES (NETIF_F_ALL_CSUM | NETIF_F_SG | \
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c2049 netdev->vlan_features |= NETIF_F_SG; in mlx5e_build_netdev()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c8770 netdev->features = NETIF_F_SG | in ixgbe_probe()
8802 netdev->vlan_features |= NETIF_F_SG; in ixgbe_probe()
8804 netdev->hw_enc_features |= NETIF_F_SG | NETIF_F_IP_CSUM | in ixgbe_probe()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c5356 netdev->hw_features |= NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 | in be_netdev_init()
5365 netdev->vlan_features |= NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 | in be_netdev_init()
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c2532 netdev->hw_features = NETIF_F_SG | in atl1c_init_netdev()
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c2914 ndev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in stmmac_dvr_probe()
/linux-4.4.14/drivers/net/ethernet/alteon/
Dacenic.c473 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM; in acenic_probe_one()
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Denic_main.c2735 netdev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM; in enic_probe()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c5673 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | NETIF_F_SG | in bnxt_init_one()
5684 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | NETIF_F_SG | in bnxt_init_one()
/linux-4.4.14/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.4.14/drivers/net/ethernet/ibm/emac/
Dcore.c2853 ndev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG; in emac_probe()
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dlio_main.c3280 | NETIF_F_SG | NETIF_F_RXCSUM in setup_nic_devices()
/linux-4.4.14/drivers/net/ethernet/synopsys/
Ddwc_eth_qos.c2867 ndev->hw_features = NETIF_F_SG; in dwceqos_probe()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_main.c2350 netdev->features |= NETIF_F_SG | in igb_probe()
2371 NETIF_F_SG; in igb_probe()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dnetdev.c7116 netdev->features = (NETIF_F_SG | in e1000_probe()
7134 netdev->vlan_features |= (NETIF_F_SG | in e1000_probe()
/linux-4.4.14/drivers/net/ethernet/nvidia/
Dforcedeth.c5710 dev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_SG | in nv_probe()
6007 dev->features & (NETIF_F_IP_CSUM | NETIF_F_SG) ? in nv_probe()
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c3387 dev->hw_features |= NETIF_F_SG | NETIF_F_IP_CSUM | in bcmgenet_probe()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c2960 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in mlx4_en_init_netdev()
/linux-4.4.14/drivers/net/ethernet/qlogic/
Dqla3xxx.c3823 ndev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in ql3xxx_probe()
/linux-4.4.14/drivers/s390/net/
Dqeth_l3_main.c3190 card->dev->hw_features = NETIF_F_SG | in qeth_l3_setup_netdev()
/linux-4.4.14/drivers/net/vmxnet3/
Dvmxnet3_drv.c2852 netdev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in vmxnet3_declare_features()
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c3434 ndev->hw_features = NETIF_F_RXCSUM | NETIF_F_SG | in vxge_device_register()
/linux-4.4.14/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.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13190 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in bnx2x_init_dev()
13198 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | NETIF_F_SG | in bnx2x_init_dev()
13205 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in bnx2x_init_dev()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/
Dqlge_main.c4764 ndev->hw_features = NETIF_F_SG | in qlge_probe()
/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c5014 dev->features |= NETIF_F_NETNS_LOCAL | NETIF_F_SG; in rocker_probe_port()
/linux-4.4.14/drivers/net/ethernet/micrel/
Dksz884x.c6789 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | NETIF_F_RXCSUM; in netdev_init()
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c7918 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | in s2io_init_nic()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_main.c8639 netdev->features = NETIF_F_SG | in i40e_config_netdev()