| /Linux-v5.4/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-v5.4/drivers/net/ |
| D | net_failover.c | 381 netdev_features_t vlan_features = FAILOVER_VLAN_FEATURES & in net_failover_compute_features() local 392 vlan_features = in net_failover_compute_features() 393 netdev_increment_features(vlan_features, in net_failover_compute_features() 394 primary_dev->vlan_features, in net_failover_compute_features() 408 vlan_features = in net_failover_compute_features() 409 netdev_increment_features(vlan_features, in net_failover_compute_features() 410 standby_dev->vlan_features, in net_failover_compute_features() 422 dev->vlan_features = vlan_features; in net_failover_compute_features()
|
| D | ifb.c | 221 dev->vlan_features |= IFB_FEATURES & ~(NETIF_F_HW_VLAN_CTAG_TX | in ifb_setup()
|
| D | macvlan.c | 881 dev->vlan_features = lowerdev->vlan_features & MACVLAN_FEATURES; in macvlan_init() 882 dev->vlan_features |= ALWAYS_ON_OFFLOADS; in macvlan_init()
|
| /Linux-v5.4/net/8021q/ |
| D | vlan_dev.c | 551 dev->vlan_features = real_dev->vlan_features & ~NETIF_F_ALL_FCOE; in vlan_dev_init() 610 lower_features = netdev_intersect_features((real_dev->vlan_features | in vlan_dev_fix_features()
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt_vfr.c | 382 dev->vlan_features = pf_dev->vlan_features; in bnxt_vf_rep_netdev_init()
|
| /Linux-v5.4/net/openvswitch/ |
| D | vport-internal_dev.c | 148 netdev->vlan_features = netdev->features; in do_setup()
|
| /Linux-v5.4/drivers/s390/net/ |
| D | qeth_l2_main.c | 729 card->dev->vlan_features |= NETIF_F_IP_CSUM; in qeth_l2_setup_netdev() 734 card->dev->vlan_features |= NETIF_F_IPV6_CSUM; in qeth_l2_setup_netdev() 739 card->dev->vlan_features |= NETIF_F_RXCSUM; in qeth_l2_setup_netdev() 743 card->dev->vlan_features |= NETIF_F_TSO; in qeth_l2_setup_netdev() 747 card->dev->vlan_features |= NETIF_F_TSO6; in qeth_l2_setup_netdev()
|
| D | qeth_l3_main.c | 2193 card->dev->vlan_features |= NETIF_F_TSO | in qeth_l3_setup_netdev() 2199 card->dev->vlan_features |= NETIF_F_IPV6_CSUM; in qeth_l3_setup_netdev() 2203 card->dev->vlan_features |= NETIF_F_TSO6; in qeth_l3_setup_netdev()
|
| /Linux-v5.4/drivers/net/ethernet/amd/xgbe/ |
| D | xgbe-main.c | 383 netdev->vlan_features |= NETIF_F_SG | in xgbe_config_netdev()
|
| /Linux-v5.4/drivers/net/team/ |
| D | team.c | 983 netdev_features_t vlan_features = TEAM_VLAN_FEATURES & in __team_compute_features() local 991 vlan_features = netdev_increment_features(vlan_features, in __team_compute_features() 992 port->dev->vlan_features, in __team_compute_features() 1005 team->dev->vlan_features = vlan_features; in __team_compute_features()
|
| /Linux-v5.4/net/bridge/ |
| D | br_device.c | 423 dev->vlan_features = COMMON_FEATURES; in br_dev_setup()
|
| /Linux-v5.4/drivers/net/bonding/ |
| D | bond_main.c | 1090 netdev_features_t vlan_features = BOND_VLAN_FEATURES; in bond_compute_features() local 1102 vlan_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features() 1106 vlan_features = netdev_increment_features(vlan_features, in bond_compute_features() 1107 slave->dev->vlan_features, BOND_VLAN_FEATURES); in bond_compute_features() 1127 bond_dev->vlan_features = vlan_features; in bond_compute_features()
|
| /Linux-v5.4/net/dsa/ |
| D | slave.c | 1412 slave_dev->features = master->vlan_features | NETIF_F_HW_TC; in dsa_slave_create() 1429 slave_dev->vlan_features = master->vlan_features; in dsa_slave_create()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_main.c | 4869 netdev->vlan_features |= NETIF_F_SG; in mlx5e_build_nic_netdev() 4870 netdev->vlan_features |= NETIF_F_HW_CSUM; in mlx5e_build_nic_netdev() 4871 netdev->vlan_features |= NETIF_F_GRO; in mlx5e_build_nic_netdev() 4872 netdev->vlan_features |= NETIF_F_TSO; in mlx5e_build_nic_netdev() 4873 netdev->vlan_features |= NETIF_F_TSO6; in mlx5e_build_nic_netdev() 4874 netdev->vlan_features |= NETIF_F_RXCSUM; in mlx5e_build_nic_netdev() 4875 netdev->vlan_features |= NETIF_F_RXHASH; in mlx5e_build_nic_netdev() 4887 netdev->vlan_features |= NETIF_F_LRO; in mlx5e_build_nic_netdev() 4889 netdev->hw_features = netdev->vlan_features; in mlx5e_build_nic_netdev()
|
| /Linux-v5.4/drivers/net/ethernet/netronome/nfp/ |
| D | nfp_net_repr.c | 350 netdev->vlan_features = netdev->hw_features; in nfp_repr_init()
|
| /Linux-v5.4/drivers/net/ethernet/synopsys/ |
| D | dwc-xlgmac-common.c | 200 netdev->vlan_features |= netdev->hw_features; in xlgmac_init()
|
| /Linux-v5.4/Documentation/networking/ |
| D | netdev-features.txt | 30 3. netdev->vlan_features set contains features whose state is inherited
|
| /Linux-v5.4/drivers/net/ethernet/qualcomm/emac/ |
| D | emac.c | 675 netdev->vlan_features |= NETIF_F_SG | NETIF_F_HW_CSUM | in emac_probe()
|
| /Linux-v5.4/drivers/net/usb/ |
| D | aqc111.c | 736 dev->net->vlan_features |= AQ_SUPPORT_VLAN_FEATURE; in aqc111_bind() 1001 dev->net->vlan_features |= AQ_SUPPORT_VLAN_FEATURE; in aqc111_reset()
|
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns/ |
| D | hns_enet.c | 2343 ndev->vlan_features |= in hns_nic_dev_probe() 2345 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in hns_nic_dev_probe() 2355 ndev->vlan_features |= NETIF_F_TSO | NETIF_F_TSO6; in hns_nic_dev_probe()
|
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | vnic_main.c | 833 netdev->vlan_features = netdev->features; in hfi1_vnic_alloc_rn()
|
| /Linux-v5.4/drivers/net/ethernet/huawei/hinic/ |
| D | hinic_main.c | 848 netdev->vlan_features = netdev->hw_features; in netdev_features_init()
|
| /Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/ |
| D | aq_nic.c | 290 self->ndev->vlan_features |= NETIF_F_HW_CSUM | NETIF_F_RXCSUM | in aq_nic_ndev_init()
|
| /Linux-v5.4/drivers/net/ethernet/intel/igbvf/ |
| D | netdev.c | 2818 netdev->vlan_features |= netdev->features | NETIF_F_TSO_MANGLEID; in igbvf_probe() 2820 netdev->hw_enc_features |= netdev->vlan_features; in igbvf_probe()
|