/drivers/net/ |
D | ifb.c | 183 dev->vlan_features |= IFB_FEATURES; in ifb_setup()
|
D | virtio_net.c | 1522 dev->vlan_features = dev->features; in virtnet_probe()
|
D | tun.c | 1672 dev->vlan_features = dev->features; in tun_set_iff()
|
/drivers/net/team/ |
D | team.c | 868 u32 vlan_features = TEAM_VLAN_FEATURES; in __team_compute_features() local 873 vlan_features = netdev_increment_features(vlan_features, in __team_compute_features() 874 port->dev->vlan_features, in __team_compute_features() 882 team->dev->vlan_features = vlan_features; in __team_compute_features()
|
/drivers/net/ethernet/intel/igbvf/ |
D | netdev.c | 2734 netdev->vlan_features |= NETIF_F_TSO; in igbvf_probe() 2735 netdev->vlan_features |= NETIF_F_TSO6; in igbvf_probe() 2736 netdev->vlan_features |= NETIF_F_IP_CSUM; in igbvf_probe() 2737 netdev->vlan_features |= NETIF_F_IPV6_CSUM; in igbvf_probe() 2738 netdev->vlan_features |= NETIF_F_SG; in igbvf_probe()
|
/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 3420 netdev->vlan_features |= NETIF_F_TSO; in ixgbevf_probe() 3421 netdev->vlan_features |= NETIF_F_TSO6; in ixgbevf_probe() 3422 netdev->vlan_features |= NETIF_F_IP_CSUM; in ixgbevf_probe() 3423 netdev->vlan_features |= NETIF_F_IPV6_CSUM; in ixgbevf_probe() 3424 netdev->vlan_features |= NETIF_F_SG; in ixgbevf_probe()
|
/drivers/net/bonding/ |
D | bond_main.c | 1387 netdev_features_t vlan_features = BOND_VLAN_FEATURES; in bond_compute_features() local 1400 vlan_features = netdev_increment_features(vlan_features, in bond_compute_features() 1401 slave->dev->vlan_features, BOND_VLAN_FEATURES); in bond_compute_features() 1412 bond_dev->vlan_features = vlan_features; in bond_compute_features()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 7481 netdev->vlan_features |= NETIF_F_TSO; in ixgbe_probe() 7482 netdev->vlan_features |= NETIF_F_TSO6; in ixgbe_probe() 7483 netdev->vlan_features |= NETIF_F_IP_CSUM; in ixgbe_probe() 7484 netdev->vlan_features |= NETIF_F_IPV6_CSUM; in ixgbe_probe() 7485 netdev->vlan_features |= NETIF_F_SG; in ixgbe_probe() 7511 netdev->vlan_features |= NETIF_F_FSO | in ixgbe_probe() 7518 netdev->vlan_features |= NETIF_F_HIGHDMA; in ixgbe_probe()
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 1843 netdev->vlan_features |= (NETIF_F_SG | NETIF_F_IP_CSUM | in qlcnic_setup_netdev() 1848 netdev->vlan_features |= (NETIF_F_TSO | NETIF_F_TSO6); in qlcnic_setup_netdev() 1853 netdev->vlan_features |= NETIF_F_HIGHDMA; in qlcnic_setup_netdev()
|
/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 3899 netdev->vlan_features |= mgp->features; in myri10ge_probe() 3901 netdev->vlan_features &= ~NETIF_F_TSO6; in myri10ge_probe() 3903 netdev->vlan_features &= ~NETIF_F_TSO; in myri10ge_probe()
|
/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 1340 netdev->vlan_features |= netdev->hw_features; in netxen_setup_netdev() 1344 netdev->vlan_features |= NETIF_F_HIGHDMA; in netxen_setup_netdev()
|
/drivers/net/ethernet/marvell/ |
D | sky2.c | 1435 dev->vlan_features |= SKY2_VLAN_OFFLOADS; in sky2_vlan_mode() 1441 dev->vlan_features &= ~SKY2_VLAN_OFFLOADS; in sky2_vlan_mode() 4800 dev->vlan_features |= SKY2_VLAN_OFFLOADS; in sky2_init_netdev()
|
D | mv643xx_eth.c | 2766 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM; in mv643xx_eth_probe()
|
D | mvneta.c | 2766 dev->vlan_features |= NETIF_F_SG | NETIF_F_IP_CSUM; in mvneta_probe()
|
/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 1967 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one()
|
D | 8139too.c | 1006 dev->vlan_features = dev->features; in rtl8139_init_one()
|
/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_main.c | 492 netdev->vlan_features |= NETIF_F_HIGHDMA; in ixgb_probe()
|
/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 1082 netdev->vlan_features |= NETIF_F_HIGHDMA; in e1000_probe() 1085 netdev->vlan_features |= (NETIF_F_TSO | in e1000_probe()
|
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 2652 netdev->vlan_features = NETIF_F_SG | TSO_FLAGS | in cxgb4vf_pci_probe()
|
/drivers/net/ethernet/sfc/ |
D | efx.c | 2778 net_dev->vlan_features |= (NETIF_F_ALL_CSUM | NETIF_F_SG | in efx_pci_probe()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 2256 dev->vlan_features = dev->hw_features; in mlx4_en_init_netdev()
|
/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 7710 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features() 7712 dev->vlan_features &= ~NETIF_F_ALL_TSO; in bnx2_set_features() 8553 dev->vlan_features = dev->hw_features; in bnx2_init_one()
|
/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 2139 netdev->vlan_features |= NETIF_F_TSO | in igb_probe() 2149 netdev->vlan_features |= NETIF_F_HIGHDMA; in igb_probe()
|
/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 6656 netdev->vlan_features |= (NETIF_F_SG | in e1000_probe() 6665 netdev->vlan_features |= NETIF_F_HIGHDMA; in e1000_probe()
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 3295 netdev->vlan_features |= netdev->features & VLAN_FEAT; in init_one()
|