| /Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_fcoe.c | 83 netdev->vlan_features |= NETIF_F_FCOE_CRC; in cxgb_fcoe_enable() 85 netdev->vlan_features |= NETIF_F_FCOE_MTU; in cxgb_fcoe_enable() 114 netdev->vlan_features &= ~NETIF_F_FCOE_CRC; in cxgb_fcoe_disable() 116 netdev->vlan_features &= ~NETIF_F_FCOE_MTU; in cxgb_fcoe_disable()
|
| /Linux-v4.19/drivers/net/ |
| D | net_failover.c | 384 netdev_features_t vlan_features = FAILOVER_VLAN_FEATURES & in net_failover_compute_features() local 395 vlan_features = in net_failover_compute_features() 396 netdev_increment_features(vlan_features, in net_failover_compute_features() 397 primary_dev->vlan_features, in net_failover_compute_features() 411 vlan_features = in net_failover_compute_features() 412 netdev_increment_features(vlan_features, in net_failover_compute_features() 413 standby_dev->vlan_features, in net_failover_compute_features() 425 dev->vlan_features = vlan_features; in net_failover_compute_features()
|
| D | ifb.c | 224 dev->vlan_features |= IFB_FEATURES & ~(NETIF_F_HW_VLAN_CTAG_TX | in ifb_setup()
|
| D | macvlan.c | 870 dev->vlan_features = lowerdev->vlan_features & MACVLAN_FEATURES; in macvlan_init() 871 dev->vlan_features |= ALWAYS_ON_OFFLOADS; in macvlan_init()
|
| D | veth.c | 1041 dev->vlan_features = dev->features & in veth_setup()
|
| /Linux-v4.19/net/8021q/ |
| D | vlan_dev.c | 574 dev->vlan_features = real_dev->vlan_features & ~NETIF_F_ALL_FCOE; in vlan_dev_init() 634 lower_features = netdev_intersect_features((real_dev->vlan_features | in vlan_dev_fix_features()
|
| /Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt_vfr.c | 403 dev->vlan_features = pf_dev->vlan_features; in bnxt_vf_rep_netdev_init()
|
| /Linux-v4.19/net/openvswitch/ |
| D | vport-internal_dev.c | 160 netdev->vlan_features = netdev->features; in do_setup()
|
| /Linux-v4.19/drivers/net/ethernet/amd/xgbe/ |
| D | xgbe-main.c | 383 netdev->vlan_features |= NETIF_F_SG | in xgbe_config_netdev()
|
| /Linux-v4.19/drivers/net/team/ |
| D | team.c | 1003 netdev_features_t vlan_features = TEAM_VLAN_FEATURES & in __team_compute_features() local 1011 vlan_features = netdev_increment_features(vlan_features, in __team_compute_features() 1012 port->dev->vlan_features, in __team_compute_features() 1025 team->dev->vlan_features = vlan_features; in __team_compute_features()
|
| /Linux-v4.19/net/dsa/ |
| D | slave.c | 1310 slave_dev->features = master->vlan_features | NETIF_F_HW_TC; in dsa_slave_create() 1326 slave_dev->vlan_features = master->vlan_features; in dsa_slave_create()
|
| /Linux-v4.19/net/bridge/ |
| D | br_device.c | 423 dev->vlan_features = COMMON_FEATURES; in br_dev_setup()
|
| /Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_main.c | 4613 netdev->vlan_features |= NETIF_F_SG; in mlx5e_build_nic_netdev() 4614 netdev->vlan_features |= NETIF_F_IP_CSUM; in mlx5e_build_nic_netdev() 4615 netdev->vlan_features |= NETIF_F_IPV6_CSUM; in mlx5e_build_nic_netdev() 4616 netdev->vlan_features |= NETIF_F_GRO; in mlx5e_build_nic_netdev() 4617 netdev->vlan_features |= NETIF_F_TSO; in mlx5e_build_nic_netdev() 4618 netdev->vlan_features |= NETIF_F_TSO6; in mlx5e_build_nic_netdev() 4619 netdev->vlan_features |= NETIF_F_RXCSUM; in mlx5e_build_nic_netdev() 4620 netdev->vlan_features |= NETIF_F_RXHASH; in mlx5e_build_nic_netdev() 4627 netdev->vlan_features |= NETIF_F_LRO; in mlx5e_build_nic_netdev() 4629 netdev->hw_features = netdev->vlan_features; in mlx5e_build_nic_netdev()
|
| /Linux-v4.19/drivers/net/bonding/ |
| D | bond_main.c | 1073 netdev_features_t vlan_features = BOND_VLAN_FEATURES; in bond_compute_features() local 1084 vlan_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features() 1087 vlan_features = netdev_increment_features(vlan_features, in bond_compute_features() 1088 slave->dev->vlan_features, BOND_VLAN_FEATURES); in bond_compute_features() 1103 bond_dev->vlan_features = vlan_features; in bond_compute_features()
|
| /Linux-v4.19/Documentation/networking/ |
| D | netdev-features.txt | 30 3. netdev->vlan_features set contains features whose state is inherited
|
| /Linux-v4.19/drivers/net/ethernet/synopsys/ |
| D | dwc-xlgmac-common.c | 200 netdev->vlan_features |= netdev->hw_features; in xlgmac_init()
|
| /Linux-v4.19/drivers/net/ethernet/qualcomm/emac/ |
| D | emac.c | 689 netdev->vlan_features |= NETIF_F_SG | NETIF_F_HW_CSUM | in emac_probe()
|
| /Linux-v4.19/drivers/s390/net/ |
| D | qeth_l2_main.c | 920 card->dev->vlan_features |= NETIF_F_IP_CSUM; in qeth_l2_setup_netdev() 925 card->dev->vlan_features |= NETIF_F_IPV6_CSUM; in qeth_l2_setup_netdev() 930 card->dev->vlan_features |= NETIF_F_RXCSUM; in qeth_l2_setup_netdev()
|
| /Linux-v4.19/drivers/infiniband/hw/hfi1/ |
| D | vnic_main.c | 834 netdev->vlan_features = netdev->features; in hfi1_vnic_alloc_rn()
|
| /Linux-v4.19/drivers/net/ethernet/huawei/hinic/ |
| D | hinic_main.c | 810 netdev->vlan_features = netdev->hw_features; in netdev_features_init()
|
| /Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/ |
| D | aq_nic.c | 250 self->ndev->vlan_features |= NETIF_F_HW_CSUM | NETIF_F_RXCSUM | in aq_nic_ndev_init()
|
| /Linux-v4.19/drivers/net/ethernet/hisilicon/hns/ |
| D | hns_enet.c | 2334 ndev->vlan_features |= in hns_nic_dev_probe() 2336 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in hns_nic_dev_probe()
|
| /Linux-v4.19/drivers/net/ethernet/intel/igbvf/ |
| D | netdev.c | 2819 netdev->vlan_features |= netdev->features | NETIF_F_TSO_MANGLEID; in igbvf_probe() 2821 netdev->hw_enc_features |= netdev->vlan_features; in igbvf_probe()
|
| /Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_main.c | 2305 netdev->vlan_features |= (NETIF_F_SG | NETIF_F_IP_CSUM | in qlcnic_setup_netdev() 2310 netdev->vlan_features |= (NETIF_F_TSO | NETIF_F_TSO6); in qlcnic_setup_netdev() 2315 netdev->vlan_features |= NETIF_F_HIGHDMA; in qlcnic_setup_netdev()
|
| /Linux-v4.19/drivers/net/ethernet/myricom/myri10ge/ |
| D | myri10ge.c | 3915 netdev->vlan_features |= mgp->features; in myri10ge_probe() 3917 netdev->vlan_features &= ~NETIF_F_TSO6; in myri10ge_probe() 3919 netdev->vlan_features &= ~NETIF_F_TSO; in myri10ge_probe()
|