/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | netdev.c | 171 ndev->hw_features = NETIF_F_HW_CSUM | NETIF_F_RXCSUM | in wil_if_alloc() 173 ndev->features |= ndev->hw_features; in wil_if_alloc()
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-main.c | 469 netdev->hw_features = NETIF_F_SG | in xgbe_probe() 481 netdev->hw_features |= NETIF_F_RXHASH; in xgbe_probe() 489 netdev->features |= netdev->hw_features; in xgbe_probe()
|
/linux-4.1.27/drivers/net/ |
D | loopback.c | 173 dev->hw_features = NETIF_F_ALL_TSO | NETIF_F_UFO; in loopback_setup()
|
D | virtio_net.c | 1759 dev->hw_features |= NETIF_F_HW_CSUM | NETIF_F_SG; in virtnet_probe() 1764 dev->hw_features |= NETIF_F_TSO | NETIF_F_UFO in virtnet_probe() 1769 dev->hw_features |= NETIF_F_TSO; in virtnet_probe() 1771 dev->hw_features |= NETIF_F_TSO6; in virtnet_probe() 1773 dev->hw_features |= NETIF_F_TSO_ECN; in virtnet_probe() 1775 dev->hw_features |= NETIF_F_UFO; in virtnet_probe() 1780 dev->features |= dev->hw_features & (NETIF_F_ALL_TSO|NETIF_F_UFO); in virtnet_probe()
|
D | ntb_netdev.c | 343 ndev->hw_features = ndev->features; in ntb_netdev_probe()
|
D | veth.c | 314 dev->hw_features = VETH_FEATURES; in veth_setup()
|
D | xen-netfront.c | 1266 netdev->hw_features = NETIF_F_SG | in xennet_create_dev() 1276 netdev->features |= netdev->hw_features; in xennet_create_dev()
|
D | tun.c | 1662 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | in tun_set_iff() 1665 dev->features = dev->hw_features; in tun_set_iff()
|
D | vxlan.c | 2368 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXCSUM; in vxlan_setup() 2369 dev->hw_features |= NETIF_F_GSO_SOFTWARE; in vxlan_setup() 2370 dev->hw_features |= NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_STAG_TX; in vxlan_setup()
|
D | macvlan.c | 801 dev->hw_features |= NETIF_F_LRO; in macvlan_init()
|
/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() 403 dev->features = dev->hw_features; in hsr_dev_setup()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 193 if (adapter->port[0].dev->hw_features & NETIF_F_TSO) in enable_hw_csum() 1077 netdev->hw_features |= NETIF_F_SG | NETIF_F_IP_CSUM | in init_one() 1088 netdev->hw_features |= NETIF_F_HW_VLAN_CTAG_RX; in init_one() 1092 netdev->hw_features |= NETIF_F_TSO; in init_one() 1098 netdev->hard_header_len += (netdev->hw_features & NETIF_F_TSO) ? in init_one()
|
D | sge.c | 920 if (sge->adapter->port[0].dev->hw_features & NETIF_F_TSO) in t1_sge_intr_enable() 943 if (adapter->port[0].dev->hw_features & NETIF_F_TSO) in t1_sge_intr_error_handler()
|
/linux-4.1.27/net/core/ |
D | ethtool.c | 125 features[i].available = (u32)(dev->hw_features >> (32 * i)); in ethtool_get_features() 173 if (valid & ~dev->hw_features) { in ethtool_set_features() 174 valid &= dev->hw_features; in ethtool_set_features() 275 mask &= dev->hw_features; in ethtool_set_one_feature() 333 if (changed & ~dev->hw_features) in __ethtool_set_flags() 334 return (changed & dev->hw_features) ? -EINVAL : -EOPNOTSUPP; in __ethtool_set_flags()
|
D | dev.c | 6370 if (((dev->hw_features | dev->features) & in register_netdevice() 6388 dev->hw_features |= NETIF_F_SOFT_FEATURES; in register_netdevice() 6390 dev->wanted_features = dev->features & dev->hw_features; in register_netdevice() 6393 dev->hw_features |= NETIF_F_NOCACHE_COPY; in register_netdevice()
|
/linux-4.1.27/net/openvswitch/ |
D | vport-internal_dev.c | 151 netdev->hw_features = netdev->features & ~NETIF_F_LLTX; in do_setup()
|
/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() 2903 dev->hw_features |= NETIF_F_TSO | NETIF_F_TSO6; in mlx4_en_init_netdev() 2905 dev->vlan_features = dev->hw_features; in mlx4_en_init_netdev() 2907 dev->hw_features |= NETIF_F_RXCSUM | NETIF_F_RXHASH; in mlx4_en_init_netdev() 2908 dev->features = dev->hw_features | NETIF_F_HIGHDMA | in mlx4_en_init_netdev() 2911 dev->hw_features |= NETIF_F_LOOPBACK | in mlx4_en_init_netdev() 2915 dev->hw_features |= NETIF_F_RXFCS; in mlx4_en_init_netdev() 2918 dev->hw_features |= NETIF_F_RXALL; in mlx4_en_init_netdev() 2923 dev->hw_features |= NETIF_F_NTUPLE; in mlx4_en_init_netdev() 2940 dev->hw_features |= NETIF_F_GSO_UDP_TUNNEL; in mlx4_en_init_netdev()
|
/linux-4.1.27/drivers/net/xen-netback/ |
D | interface.c | 426 dev->hw_features = NETIF_F_SG | in xenvif_alloc() 429 dev->features = dev->hw_features | NETIF_F_RXCSUM; in xenvif_alloc()
|
/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() 2623 netdev->hw_features |= NETIF_F_TSO | in enic_probe() 2626 netdev->hw_features |= NETIF_F_RXHASH; in enic_probe() 2628 netdev->hw_features |= NETIF_F_RXCSUM; in enic_probe() 2630 netdev->features |= netdev->hw_features; in enic_probe() 2633 netdev->hw_features |= NETIF_F_NTUPLE; in enic_probe()
|
/linux-4.1.27/net/ipv4/ |
D | ip_gre.c | 491 dev->hw_features |= GRE_FEATURES; in __gre_tunnel_init() 496 dev->hw_features |= NETIF_F_GSO_SOFTWARE; in __gre_tunnel_init()
|
D | ipip.c | 295 dev->hw_features |= IPIP_FEATURES; in ipip_tunnel_setup()
|
/linux-4.1.27/net/bridge/ |
D | br_device.c | 380 dev->hw_features = COMMON_FEATURES | NETIF_F_HW_VLAN_CTAG_TX | in br_dev_setup()
|
/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() 1378 netdev->hw_features |= NETIF_F_IPV6_CSUM | NETIF_F_TSO6; in netxen_setup_netdev() 1380 netdev->vlan_features |= netdev->hw_features; in netxen_setup_netdev() 1388 netdev->hw_features |= NETIF_F_HW_VLAN_CTAG_TX; in netxen_setup_netdev() 1391 netdev->hw_features |= NETIF_F_LRO; in netxen_setup_netdev() 1393 netdev->features |= netdev->hw_features; in netxen_setup_netdev()
|
/linux-4.1.27/drivers/net/ethernet/davicom/ |
D | dm9000.c | 924 if (dev->hw_features & NETIF_F_RXCSUM) in dm9000_init_dm9000() 1650 ndev->hw_features = NETIF_F_RXCSUM | NETIF_F_IP_CSUM; in dm9000_probe() 1651 ndev->features |= ndev->hw_features; in dm9000_probe()
|
/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() 1712 netdev->hw_features |= NETIF_F_TSO; in nes_netdev_init() 1714 netdev->features = netdev->hw_features | NETIF_F_HIGHDMA | NETIF_F_HW_VLAN_CTAG_TX; in nes_netdev_init() 1715 netdev->hw_features |= NETIF_F_LRO; in nes_netdev_init()
|
/linux-4.1.27/drivers/net/ethernet/calxeda/ |
D | xgmac.c | 1800 ndev->hw_features = NETIF_F_SG | NETIF_F_HIGHDMA; in xgmac_probe() 1802 ndev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in xgmac_probe() 1804 ndev->features |= ndev->hw_features; in xgmac_probe()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 1554 priv->dev->hw_features = NETIF_F_SG | in ipoib_set_dev_features() 1558 priv->dev->hw_features |= NETIF_F_TSO; in ipoib_set_dev_features() 1560 priv->dev->features |= priv->dev->hw_features; in ipoib_set_dev_features()
|
/linux-4.1.27/Documentation/networking/ |
D | netdev-features.txt | 21 1. netdev->hw_features set contains features whose state may possibly
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_netdev.c | 1422 dev->hw_features |= dev->features; in fm10k_alloc_netdev() 1425 dev->hw_features |= NETIF_F_HW_L2FW_DOFFLOAD; in fm10k_alloc_netdev()
|
D | fm10k_pci.c | 1667 netdev->hw_features &= ~NETIF_F_GSO_UDP_TUNNEL; in fm10k_sw_init()
|
/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() 2723 netdev->hw_features |= NETIF_F_HIGHDMA; in vmxnet3_declare_features() 2724 netdev->vlan_features = netdev->hw_features & in vmxnet3_declare_features() 2727 netdev->features = netdev->hw_features | NETIF_F_HW_VLAN_CTAG_FILTER; in vmxnet3_declare_features() 3074 netdev->hw_features |= NETIF_F_RXHASH; in vmxnet3_probe_device()
|
/linux-4.1.27/drivers/net/ethernet/cadence/ |
D | macb.c | 2331 dev->hw_features = NETIF_F_SG; in macb_init() 2334 dev->hw_features |= NETIF_F_HW_CSUM | NETIF_F_RXCSUM; in macb_init() 2336 dev->hw_features &= ~NETIF_F_SG; in macb_init() 2337 dev->features = dev->hw_features; in macb_init()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | ipw2100.h | 512 unsigned long hw_features; member
|
D | ipw2100.c | 1175 if (!(priv->hw_features & HW_FEATURE_RFKILL)) { in rf_kill_active() 1232 priv->hw_features |= HW_FEATURE_RFKILL; in ipw2100_get_hw_features() 1235 (priv->hw_features & HW_FEATURE_RFKILL) ? "" : "not "); in ipw2100_get_hw_features()
|
/linux-4.1.27/drivers/net/ethernet/altera/ |
D | altera_tse_main.c | 1504 ndev->hw_features &= ~NETIF_F_SG; in altera_tse_probe() 1505 ndev->features |= ndev->hw_features | NETIF_F_HIGHDMA; in altera_tse_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_main.c | 476 netdev->hw_features = NETIF_F_SG | in ixgb_probe() 481 netdev->features = netdev->hw_features | in ixgb_probe() 483 netdev->hw_features |= NETIF_F_RXCSUM; in ixgb_probe()
|
/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() 1530 dev->features = dev->hw_features | NETIF_F_HIGHDMA; in greth_of_probe()
|
/linux-4.1.27/drivers/net/usb/ |
D | ax88179_178a.c | 1282 dev->net->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in ax88179_bind() 1573 dev->net->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in ax88179_reset()
|
D | smsc95xx.c | 1130 dev->net->hw_features = NETIF_F_HW_CSUM | NETIF_F_RXCSUM; in smsc95xx_bind()
|
D | smsc75xx.c | 1416 dev->net->hw_features = NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in smsc75xx_bind()
|
D | r8152.c | 4002 netdev->hw_features = NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG | in rtl8152_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() 1423 netdev->features |= netdev->hw_features; in ibmveth_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() 2288 netdev->features = netdev->hw_features | NETIF_F_LLTX | in atl1e_init_netdev() 2291 netdev->hw_features |= NETIF_F_RXALL | NETIF_F_RXFCS; in atl1e_init_netdev()
|
/linux-4.1.27/drivers/net/team/ |
D | team.c | 2067 dev->hw_features = TEAM_VLAN_FEATURES | in team_setup() 2072 dev->hw_features &= ~(NETIF_F_ALL_CSUM & ~NETIF_F_HW_CSUM); in team_setup() 2073 dev->features |= dev->hw_features; in team_setup()
|
/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() 2826 dev->features |= dev->hw_features | NETIF_F_RXCSUM; in happy_meal_sbus_probe_one() 3140 dev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM; in happy_meal_pci_probe() 3141 dev->features |= dev->hw_features | NETIF_F_RXCSUM; in happy_meal_pci_probe()
|
D | sunvnet.c | 1789 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GSO_SOFTWARE | in vnet_new() 1791 dev->features = dev->hw_features; in vnet_new()
|
D | sungem.c | 2976 dev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM; in gem_init_one() 2977 dev->features |= dev->hw_features | NETIF_F_RXCSUM; in gem_init_one()
|
D | niu.c | 9728 dev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXHASH; in niu_set_basic_features() 9729 dev->features |= dev->hw_features | NETIF_F_RXCSUM; in niu_set_basic_features()
|
/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/drivers/net/bonding/ |
D | bond_main.c | 4138 bond_dev->hw_features = BOND_VLAN_FEATURES | in bond_setup() 4143 bond_dev->hw_features &= ~(NETIF_F_ALL_CSUM & ~NETIF_F_HW_CSUM); in bond_setup() 4144 bond_dev->hw_features |= NETIF_F_GSO_ENCAP_ALL; in bond_setup() 4145 bond_dev->features |= bond_dev->hw_features; in bond_setup()
|
/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()
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 1962 dev->hw_features |= NETIF_F_RXCSUM; in cp_init_one() 1993 dev->hw_features |= NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one()
|
D | 8139too.c | 1022 dev->hw_features |= NETIF_F_RXALL; in rtl8139_init_one() 1023 dev->hw_features |= NETIF_F_RXFCS; in rtl8139_init_one()
|
D | r8169.c | 8275 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in rtl_init_one() 8289 dev->hw_features &= ~NETIF_F_HW_VLAN_CTAG_RX; in rtl_init_one() 8295 dev->hw_features |= NETIF_F_IPV6_CSUM | NETIF_F_TSO6; in rtl_init_one() 8299 dev->hw_features |= NETIF_F_RXALL; in rtl_init_one() 8300 dev->hw_features |= NETIF_F_RXFCS; in rtl_init_one()
|
/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() 2143 ndev->features |= ndev->hw_features | NETIF_F_HIGHDMA; in sxgbe_drv_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_main.c | 2138 netdev->hw_features |= netdev->features; in i40evf_init_task() 2139 netdev->hw_features &= ~NETIF_F_RXCSUM; in i40evf_init_task()
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | sky2.c | 4775 dev->hw_features |= NETIF_F_RXCSUM; in sky2_init_netdev() 4794 dev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_SG | NETIF_F_TSO; in sky2_init_netdev() 4801 dev->hw_features |= NETIF_F_RXHASH; in sky2_init_netdev() 4804 dev->hw_features |= NETIF_F_HW_VLAN_CTAG_TX | in sky2_init_netdev() 4809 dev->features |= dev->hw_features; in sky2_init_netdev()
|
D | skge.c | 3892 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | in skge_devinit() 3894 dev->features |= dev->hw_features; in skge_devinit()
|
D | mv643xx_eth.c | 3157 dev->hw_features = dev->features; in mv643xx_eth_probe()
|
D | mvneta.c | 3158 dev->hw_features |= dev->features; in mvneta_probe()
|
D | mvpp2.c | 6141 dev->hw_features |= features | NETIF_F_RXCSUM | NETIF_F_GRO; in mvpp2_port_probe()
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 3473 netdev->hw_features &= ~(NETIF_F_GSO_UDP_TUNNEL); in be_disable_vxlan_offloads() 4929 netdev->hw_features |= NETIF_F_GSO_UDP_TUNNEL; in be_add_vxlan_port() 5036 netdev->hw_features |= NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 | in be_netdev_init() 5040 netdev->hw_features |= NETIF_F_RXHASH; in be_netdev_init() 5042 netdev->features |= netdev->hw_features | in be_netdev_init()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 7718 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features() 8555 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | in bnx2_init_one() 8560 dev->hw_features |= NETIF_F_IPV6_CSUM | NETIF_F_TSO6; in bnx2_init_one() 8562 dev->vlan_features = dev->hw_features; in bnx2_init_one() 8563 dev->hw_features |= NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_CTAG_RX; in bnx2_init_one() 8564 dev->features |= dev->hw_features; in bnx2_init_one() 8568 dev->hw_features &= ~NETIF_F_HW_VLAN_CTAG_RX; in bnx2_init_one()
|
D | bgmac.c | 1661 net_dev->hw_features = net_dev->features; in bgmac_probe()
|
D | bcmsysport.c | 1736 dev->hw_features |= NETIF_F_RXCSUM | NETIF_F_HIGHDMA | in bcm_sysport_probe()
|
D | tg3.c | 17801 dev->hw_features |= features; in tg3_init_one()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 1056 netdev->hw_features = NETIF_F_SG | in e1000_probe() 1065 netdev->hw_features |= NETIF_F_TSO; in e1000_probe() 1069 netdev->features |= netdev->hw_features; in e1000_probe() 1070 netdev->hw_features |= (NETIF_F_RXCSUM | in e1000_probe()
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
D | typhoon.c | 2447 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in typhoon_init_one() 2449 dev->features = dev->hw_features | in typhoon_init_one()
|
/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() 2780 netdev->features = netdev->hw_features | in cxgb4vf_pci_probe()
|
/linux-4.1.27/include/linux/ |
D | netdevice.h | 1546 netdev_features_t hw_features; member 3664 return (dev->features & ~dev->hw_features) | dev->wanted_features; in netdev_get_wanted_features()
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
D | netdev.c | 2717 netdev->hw_features = NETIF_F_SG | in igbvf_probe() 2724 netdev->features = netdev->hw_features | in igbvf_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_fcoe.c | 1505 netdev->hw_features |= netdev->features; in i40e_fcoe_config_netdev()
|
D | i40e_main.c | 8184 netdev->hw_features |= netdev->features; in i40e_config_netdev()
|
/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() 2894 ndev->features |= ndev->hw_features | NETIF_F_HIGHDMA; in stmmac_dvr_probe()
|
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_main.c | 2639 netdev->hw_features = NETIF_F_RXCSUM | in pch_gbe_probe() 2641 netdev->features = netdev->hw_features; in pch_gbe_probe()
|
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_main.c | 2522 netdev->hw_features = NETIF_F_SG | in atl1c_init_netdev() 2527 netdev->features = netdev->hw_features | in atl1c_init_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() 3439 ndev->hw_features |= NETIF_F_RXHASH; in vxge_device_register() 3441 ndev->features |= ndev->hw_features | in vxge_device_register()
|
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 4097 netdev->hw_features = mgp->features | NETIF_F_RXCSUM; in myri10ge_probe() 4100 netdev->hw_features |= NETIF_F_HW_VLAN_CTAG_RX; in myri10ge_probe() 4102 netdev->features = netdev->hw_features; in myri10ge_probe()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 1310 dev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_RXCSUM; in init_netdev()
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 1489 netdev->hw_features = NETIF_F_IP_CSUM | NETIF_F_RXCSUM; in gelic_net_setup_netdev()
|
D | spider_net.c | 2297 netdev->hw_features = NETIF_F_RXCSUM | NETIF_F_IP_CSUM; in spider_net_setup_netdev()
|
/linux-4.1.27/drivers/net/ethernet/tile/ |
D | tilepro.c | 2274 dev->hw_features |= features; in tile_net_setup()
|
D | tilegx.c | 2183 dev->hw_features |= features; in tile_net_setup()
|
/linux-4.1.27/drivers/net/ethernet/intel/ |
D | e100.c | 2852 netdev->hw_features |= NETIF_F_RXFCS; in e100_probe() 2854 netdev->hw_features |= NETIF_F_RXALL; in e100_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() 2855 ndev->features |= ndev->hw_features | NETIF_F_RXCSUM; in emac_probe()
|
/linux-4.1.27/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 1329 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_RXCSUM; in ioc3_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/qlogic/qlge/ |
D | qlge_main.c | 4754 ndev->hw_features = NETIF_F_SG | in qlge_probe() 4762 ndev->features = ndev->hw_features; in qlge_probe() 4763 ndev->vlan_features = ndev->hw_features; in qlge_probe()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 4585 netdev->hw_features = NETIF_F_SG | TSO_FLAGS | in init_one() 4590 netdev->hw_features |= NETIF_F_HIGHDMA; in init_one() 4591 netdev->features |= netdev->hw_features; in init_one()
|
/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() 5719 dev->hw_features |= NETIF_F_HW_VLAN_CTAG_RX | in nv_probe() 5723 dev->features |= dev->hw_features; in nv_probe() 5726 dev->hw_features |= NETIF_F_LOOPBACK; in nv_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() 1409 dev->hw_features |= NETIF_F_HW_VLAN_CTAG_TX | in gfar_probe()
|
D | fec_main.c | 3106 ndev->hw_features = ndev->features; in fec_enet_init()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 3285 netdev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | in init_one() 3287 netdev->features |= netdev->hw_features | 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() 4007 netdev->features = netdev->hw_features | in ixgbevf_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() 6795 dev->hw_features |= NETIF_F_IPV6_CSUM; in netdev_init() 6797 dev->features |= dev->hw_features; in netdev_init()
|
/linux-4.1.27/net/ipv6/ |
D | sit.c | 1372 dev->hw_features |= SIT_FEATURES; in ipip6_tunnel_setup()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 8527 netdev->hw_features = netdev->features | NETIF_F_HW_L2FW_DOFFLOAD; in ixgbe_probe() 8535 netdev->hw_features |= NETIF_F_SCTP_CSUM | in ixgbe_probe() 8542 netdev->hw_features |= NETIF_F_RXALL; in ixgbe_probe() 8595 netdev->hw_features |= NETIF_F_LRO; in ixgbe_probe()
|
/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() 3454 netdev->features |= netdev->hw_features | NETIF_F_HW_VLAN_CTAG_FILTER; in bnad_netdev_init()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 6905 netdev->hw_features = netdev->features; in e1000_probe() 6906 netdev->hw_features |= NETIF_F_RXFCS; in e1000_probe() 6908 netdev->hw_features |= NETIF_F_RXALL; in e1000_probe()
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | netcp_core.c | 1864 ndev->hw_features = ndev->features; in netcp_create_interface()
|
/linux-4.1.27/drivers/net/ethernet/tehuti/ |
D | tehuti.c | 2023 ndev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | in bdx_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 2372 netdev->hw_features |= netdev->features; in igb_probe() 2373 netdev->hw_features |= NETIF_F_RXALL; in igb_probe() 2392 netdev->hw_features |= NETIF_F_SCTP_CSUM; in igb_probe()
|
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/ |
D | atl2.c | 1415 netdev->hw_features = NETIF_F_SG | NETIF_F_HW_VLAN_CTAG_RX; in atl2_probe()
|
D | atl1.c | 3028 netdev->hw_features = NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_TSO | in atl1_probe()
|
/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() 7921 dev->features |= dev->hw_features | in s2io_init_nic() 7924 dev->hw_features |= NETIF_F_UFO; in s2io_init_nic()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 12111 bp->dev->hw_features &= ~NETIF_F_LRO; in bnx2x_init_bp() 12783 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in bnx2x_init_dev() 12788 dev->hw_features |= NETIF_F_GSO_GRE | NETIF_F_GSO_UDP_TUNNEL | in bnx2x_init_dev() 12801 dev->features |= dev->hw_features | NETIF_F_HW_VLAN_CTAG_RX; in bnx2x_init_dev() 12805 dev->hw_features |= NETIF_F_LOOPBACK; in bnx2x_init_dev()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | efx.c | 3001 net_dev->hw_features = net_dev->features & ~NETIF_F_HIGHDMA; in efx_pci_probe()
|
/linux-4.1.27/drivers/net/ethernet/ |
D | jme.c | 3051 netdev->hw_features = NETIF_F_IP_CSUM | in jme_init_one()
|
/linux-4.1.27/drivers/net/ethernet/via/ |
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/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/ehea/ |
D | ehea_main.c | 3035 dev->hw_features = NETIF_F_SG | NETIF_F_TSO | in ehea_setup_single_port()
|
/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/qlogic/qlcnic/ |
D | qlcnic_main.c | 2332 netdev->hw_features = netdev->features; in qlcnic_setup_netdev()
|