/linux-4.4.14/include/linux/ |
D | netdev_features.h | 107 #define NETIF_F_SG __NETIF_F(SG) macro 164 NETIF_F_SG | NETIF_F_HIGHDMA | \
|
D | if_vlan.h | 621 NETIF_F_SG | in vlan_features_check()
|
D | skbuff.h | 2937 (skb_shinfo(skb)->nr_frags && !(features & NETIF_F_SG))); in skb_needs_linearize()
|
/linux-4.4.14/drivers/net/ |
D | nlmon.c | 139 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
|
D | loopback.c | 173 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in loopback_setup()
|
D | dummy.c | 150 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
|
D | xen-netfront.c | 226 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()
|
D | ifb.c | 197 #define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
|
D | veth.c | 290 #define VETH_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
|
D | macvtap.c | 140 #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()
|
D | macvlan.c | 761 (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 | \
|
D | geneve.c | 1087 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()
|
D | virtio_net.c | 1763 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()
|
D | vxlan.c | 2527 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()
|
D | tun.c | 1707 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | in tun_set_iff()
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | netdev.c | 176 NETIF_F_SG | NETIF_F_GRO | in wil_if_alloc()
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-main.c | 717 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/ |
D | interface.c | 294 features &= ~NETIF_F_SG; in xenvif_fix_features() 440 dev->hw_features = NETIF_F_SG | in xenvif_alloc()
|
/linux-4.4.14/net/openvswitch/ |
D | vport-internal_dev.c | 167 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
|
D | datapath.c | 342 segs = __skb_gso_segment(skb, NETIF_F_SG, false); in queue_gso_packets()
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_verbs.c | 208 if (dev->features & NETIF_F_SG) in ipoib_transport_dev_init()
|
D | ipoib_cm.c | 1033 if (dev->features & NETIF_F_SG) in ipoib_cm_create_tx_qp()
|
D | ipoib_main.c | 1802 priv->dev->hw_features = NETIF_F_SG | in ipoib_set_dev_features()
|
/linux-4.4.14/net/bridge/ |
D | br_device.c | 25 #define COMMON_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | \
|
/linux-4.4.14/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.4.14/net/ipv4/ |
D | ip_output.c | 973 !(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()
|
D | ipip.c | 276 #define IPIP_FEATURES (NETIF_F_SG | \
|
D | tcp.c | 1021 if (!(sk->sk_route_caps & NETIF_F_SG) || in tcp_sendpage() 1148 sg = !!(sk->sk_route_caps & NETIF_F_SG); in tcp_sendmsg()
|
D | ip_gre.c | 822 #define GRE_FEATURES (NETIF_F_SG | \
|
/linux-4.4.14/drivers/net/hyperv/ |
D | netvsc_drv.c | 1111 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/ |
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.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_lib.c | 72 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/ |
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.4.14/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 2002 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()
|
D | r8169.c | 6945 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()
|
D | 8139too.c | 1019 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_HIGHDMA; in rtl8139_init_one()
|
/linux-4.4.14/drivers/staging/octeon/ |
D | ethernet.c | 453 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM; in cvm_oct_common_init()
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_main.c | 1541 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/ |
D | vlan_dev.c | 545 dev->hw_features = NETIF_F_ALL_CSUM | NETIF_F_SG | in vlan_dev_init()
|
/linux-4.4.14/drivers/net/ipvlan/ |
D | ipvlan_main.c | 91 (NETIF_F_SG | NETIF_F_ALL_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_enet.c | 1547 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/ |
D | dev.c | 2654 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()
|
D | ethtool.c | 244 return NETIF_F_SG; in ethtool_get_feature_mask()
|
D | sock.c | 1617 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.4.14/drivers/net/ethernet/cirrus/ |
D | ep93xx_eth.c | 769 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; in ep93xx_dev_alloc()
|
/linux-4.4.14/net/ipv6/ |
D | ip6_output.c | 1402 !(rt->dst.dev->features&NETIF_F_SG)) in __ip6_append_data() 1504 if (!(rt->dst.dev->features&NETIF_F_SG)) { in __ip6_append_data()
|
D | sit.c | 1350 #define SIT_FEATURES (NETIF_F_SG | \
|
/linux-4.4.14/drivers/net/usb/ |
D | r8152.c | 1390 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()
|
D | lan78xx.c | 2289 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/ |
D | fs_enet-main.c | 1061 ndev->features |= NETIF_F_SG; in fs_enet_probe()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | netcp_core.c | 1876 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/ |
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.4.14/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.4.14/drivers/net/ethernet/xilinx/ |
D | ll_temac_main.c | 1015 ndev->features = NETIF_F_SG; in temac_of_probe()
|
D | xilinx_axienet_main.c | 1521 ndev->features = NETIF_F_SG; in axienet_probe()
|
/linux-4.4.14/net/mac80211/ |
D | main.c | 849 NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_HIGHDMA | in ieee80211_register_hw()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_netdev.c | 1411 NETIF_F_SG | in fm10k_alloc_netdev()
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | netdev.c | 2719 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/ |
D | cxgb4vf_main.c | 2775 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/ |
D | switchx2.c | 989 dev->features |= NETIF_F_NETNS_LOCAL | NETIF_F_LLTX | NETIF_F_SG | in mlxsw_sx_port_create()
|
D | spectrum.c | 1252 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/ |
D | efx.c | 3123 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/ |
D | macb.c | 2396 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/ |
D | sc92031.c | 1440 dev->features = NETIF_F_SG | NETIF_F_HIGHDMA | in sc92031_probe()
|
/linux-4.4.14/drivers/net/ethernet/altera/ |
D | altera_tse_main.c | 1504 ndev->hw_features &= ~NETIF_F_SG; in altera_tse_probe()
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilepro.c | 2259 features |= NETIF_F_SG; in tile_net_setup()
|
D | tilegx.c | 2180 features |= NETIF_F_SG; in tile_net_setup()
|
/linux-4.4.14/drivers/net/ethernet/ |
D | jme.c | 3052 NETIF_F_SG | in jme_init_one() 3058 NETIF_F_SG | in jme_init_one()
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_main.c | 1451 NETIF_F_SG; in xgene_enet_probe()
|
/linux-4.4.14/drivers/net/ethernet/atheros/alx/ |
D | main.c | 1344 netdev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM; in alx_probe()
|
/linux-4.4.14/drivers/net/ethernet/aeroflex/ |
D | greth.c | 1526 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | in greth_of_probe()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 4013 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/ |
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()
|
/linux-4.4.14/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 | 1791 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 | 5113 dev->features |= NETIF_F_HW_CSUM | NETIF_F_SG; in cas_init_one()
|
D | niu.c | 9726 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/ |
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.4.14/drivers/net/ethernet/broadcom/ |
D | bgmac.c | 1678 net_dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in bgmac_probe()
|
D | bnx2.c | 8580 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.4.14/drivers/net/ethernet/calxeda/ |
D | xgmac.c | 1800 ndev->hw_features = NETIF_F_SG | NETIF_F_HIGHDMA; in xgmac_probe()
|
/linux-4.4.14/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 1536 netdev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in ibmveth_probe()
|
/linux-4.4.14/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 | 3181 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO; in mv643xx_eth_probe()
|
D | mvneta.c | 3404 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 | 6240 features = NETIF_F_SG | NETIF_F_IP_CSUM; in mvpp2_port_probe()
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_main.c | 1071 #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/ |
D | gianfar.c | 1362 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()
|
D | fec_main.c | 3228 | NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_TSO); in fec_enet_init()
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/brocade/bna/ |
D | bnad.c | 3459 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/ |
D | qlcnic_main.c | 2304 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/ |
D | starfire.c | 703 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in starfire_init_one()
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/natsemi/ |
D | ns83820.c | 2190 ndev->features |= NETIF_F_SG;
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe.c | 628 if (netdev->features & NETIF_F_SG) in fcoe_netdev_features_change()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_main.c | 2138 NETIF_F_SG | in i40evf_process_config()
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_nic.c | 1707 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/ |
D | ixgb_main.c | 476 netdev->hw_features = NETIF_F_SG | in ixgb_probe()
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/via/ |
D | via-rhine.c | 978 dev->features |= NETIF_F_SG|NETIF_F_HW_CSUM; in rhine_init_one_common()
|
D | via-velocity.c | 2864 netdev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | in velocity_probe()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 4620 #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/ |
D | atl1e_main.c | 2286 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/ |
D | qede_main.c | 1246 hw_features = NETIF_F_GRO | NETIF_F_SG | in qede_init_ndev()
|
/linux-4.4.14/drivers/net/team/ |
D | team.c | 968 #define TEAM_VLAN_FEATURES (NETIF_F_ALL_CSUM | NETIF_F_SG | \
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 2049 netdev->vlan_features |= NETIF_F_SG; in mlx5e_build_netdev()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 8770 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/ |
D | be_main.c | 5356 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/ |
D | atl1c_main.c | 2532 netdev->hw_features = NETIF_F_SG | in atl1c_init_netdev()
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 2914 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/ |
D | acenic.c | 473 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM; in acenic_probe_one()
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | enic_main.c | 2735 netdev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM; in enic_probe()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 5673 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/ |
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.4.14/drivers/net/ethernet/ibm/emac/ |
D | core.c | 2853 ndev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG; in emac_probe()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | lio_main.c | 3280 | NETIF_F_SG | NETIF_F_RXCSUM in setup_nic_devices()
|
/linux-4.4.14/drivers/net/ethernet/synopsys/ |
D | dwc_eth_qos.c | 2867 ndev->hw_features = NETIF_F_SG; in dwceqos_probe()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 2350 netdev->features |= NETIF_F_SG | in igb_probe() 2371 NETIF_F_SG; in igb_probe()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 7116 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/ |
D | forcedeth.c | 5710 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/ |
D | bcmgenet.c | 3387 dev->hw_features |= NETIF_F_SG | NETIF_F_IP_CSUM | in bcmgenet_probe()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 2960 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/ |
D | qla3xxx.c | 3823 ndev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in ql3xxx_probe()
|
/linux-4.4.14/drivers/s390/net/ |
D | qeth_l3_main.c | 3190 card->dev->hw_features = NETIF_F_SG | in qeth_l3_setup_netdev()
|
/linux-4.4.14/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 2852 netdev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in vmxnet3_declare_features()
|
/linux-4.4.14/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.4.14/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.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13190 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/ |
D | qlge_main.c | 4764 ndev->hw_features = NETIF_F_SG | in qlge_probe()
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 5014 dev->features |= NETIF_F_NETNS_LOCAL | NETIF_F_SG; in rocker_probe_port()
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/neterion/ |
D | s2io.c | 7918 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | in s2io_init_nic()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 8639 netdev->features = NETIF_F_SG | in i40e_config_netdev()
|