/Linux-v6.6/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-v6.6/drivers/net/ |
D | net_failover.c | 378 netdev_features_t vlan_features = FAILOVER_VLAN_FEATURES & in net_failover_compute_features() local 389 vlan_features = in net_failover_compute_features() 390 netdev_increment_features(vlan_features, in net_failover_compute_features() 391 primary_dev->vlan_features, in net_failover_compute_features() 405 vlan_features = in net_failover_compute_features() 406 netdev_increment_features(vlan_features, in net_failover_compute_features() 407 standby_dev->vlan_features, in net_failover_compute_features() 419 dev->vlan_features = vlan_features; in net_failover_compute_features()
|
D | ifb.c | 323 dev->vlan_features |= IFB_FEATURES & ~(NETIF_F_HW_VLAN_CTAG_TX | in ifb_setup()
|
D | macvlan.c | 931 dev->vlan_features = lowerdev->vlan_features & MACVLAN_FEATURES; in macvlan_init() 932 dev->vlan_features |= ALWAYS_ON_OFFLOADS; in macvlan_init()
|
/Linux-v6.6/net/8021q/ |
D | vlan_dev.c | 591 if (real_dev->vlan_features & NETIF_F_HW_MACSEC) in vlan_dev_init() 599 dev->vlan_features = real_dev->vlan_features & ~NETIF_F_ALL_FCOE; in vlan_dev_init() 669 lower_features = netdev_intersect_features((real_dev->vlan_features | in vlan_dev_fix_features()
|
/Linux-v6.6/net/openvswitch/ |
D | vport-internal_dev.c | 115 netdev->vlan_features = netdev->features; in do_setup()
|
/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_vfr.c | 479 dev->vlan_features = pf_dev->vlan_features; in bnxt_vf_rep_netdev_init()
|
/Linux-v6.6/drivers/net/ethernet/freescale/enetc/ |
D | enetc_vf.c | 144 ndev->vlan_features = NETIF_F_SG | NETIF_F_HW_CSUM | in enetc_vf_netdev_setup()
|
/Linux-v6.6/drivers/net/ethernet/wangxun/txgbe/ |
D | txgbe_main.c | 630 netdev->vlan_features |= netdev->features | NETIF_F_TSO_MANGLEID; in txgbe_probe() 631 netdev->hw_enc_features |= netdev->vlan_features; in txgbe_probe()
|
/Linux-v6.6/drivers/net/ipvlan/ |
D | ipvlan_main.c | 141 dev->vlan_features = phy_dev->vlan_features & IPVLAN_FEATURES; in ipvlan_init() 142 dev->vlan_features |= IPVLAN_ALWAYS_ON_OFLOADS; in ipvlan_init()
|
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-main.c | 376 netdev->vlan_features |= NETIF_F_SG | in xgbe_config_netdev()
|
/Linux-v6.6/drivers/net/team/ |
D | team.c | 991 netdev_features_t vlan_features = TEAM_VLAN_FEATURES & in __team_compute_features() local 1000 vlan_features = netdev_increment_features(vlan_features, in __team_compute_features() 1001 port->dev->vlan_features, in __team_compute_features() 1015 team->dev->vlan_features = vlan_features; in __team_compute_features()
|
/Linux-v6.6/drivers/s390/net/ |
D | qeth_l2_main.c | 1108 card->dev->vlan_features |= NETIF_F_IP_CSUM; in qeth_l2_setup_netdev() 1113 card->dev->vlan_features |= NETIF_F_IPV6_CSUM; in qeth_l2_setup_netdev() 1118 card->dev->vlan_features |= NETIF_F_RXCSUM; in qeth_l2_setup_netdev() 1122 card->dev->vlan_features |= NETIF_F_TSO; in qeth_l2_setup_netdev() 1126 card->dev->vlan_features |= NETIF_F_TSO6; in qeth_l2_setup_netdev()
|
D | qeth_l3_main.c | 1874 card->dev->vlan_features |= NETIF_F_TSO | in qeth_l3_setup_netdev() 1880 card->dev->vlan_features |= NETIF_F_IPV6_CSUM; in qeth_l3_setup_netdev() 1884 card->dev->vlan_features |= NETIF_F_TSO6; in qeth_l3_setup_netdev()
|
/Linux-v6.6/drivers/net/ethernet/sfc/ |
D | ef100_netdev.c | 451 net_dev->vlan_features |= NETIF_F_HW_CSUM | NETIF_F_SG | in ef100_probe_netdev()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 5107 netdev->vlan_features |= NETIF_F_SG; in mlx5e_build_nic_netdev() 5108 netdev->vlan_features |= NETIF_F_HW_CSUM; in mlx5e_build_nic_netdev() 5109 netdev->vlan_features |= NETIF_F_HW_MACSEC; in mlx5e_build_nic_netdev() 5110 netdev->vlan_features |= NETIF_F_GRO; in mlx5e_build_nic_netdev() 5111 netdev->vlan_features |= NETIF_F_TSO; in mlx5e_build_nic_netdev() 5112 netdev->vlan_features |= NETIF_F_TSO6; in mlx5e_build_nic_netdev() 5113 netdev->vlan_features |= NETIF_F_RXCSUM; in mlx5e_build_nic_netdev() 5114 netdev->vlan_features |= NETIF_F_RXHASH; in mlx5e_build_nic_netdev() 5115 netdev->vlan_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev() 5135 netdev->vlan_features |= NETIF_F_LRO; in mlx5e_build_nic_netdev() [all …]
|
/Linux-v6.6/net/bridge/ |
D | br_device.c | 503 dev->vlan_features = COMMON_FEATURES; in br_dev_setup()
|
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_repr.c | 365 netdev->vlan_features = netdev->hw_features; in nfp_repr_init()
|
/Linux-v6.6/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-common.c | 200 netdev->vlan_features |= netdev->hw_features; in xlgmac_init()
|
/Linux-v6.6/Documentation/networking/ |
D | netdev-features.rst | 33 3. netdev->vlan_features set contains features whose state is inherited
|
/Linux-v6.6/drivers/net/ethernet/qualcomm/emac/ |
D | emac.c | 672 netdev->vlan_features |= NETIF_F_SG | NETIF_F_HW_CSUM | in emac_probe()
|
/Linux-v6.6/drivers/net/ethernet/wangxun/ngbe/ |
D | ngbe_main.c | 574 netdev->vlan_features |= netdev->features; in ngbe_probe()
|
/Linux-v6.6/drivers/infiniband/hw/hfi1/ |
D | vnic_main.c | 593 netdev->vlan_features = netdev->features; in hfi1_vnic_alloc_rn()
|
/Linux-v6.6/drivers/net/bonding/ |
D | bond_main.c | 1435 netdev_features_t vlan_features = BOND_VLAN_FEATURES; in bond_compute_features() local 1450 vlan_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features() 1454 vlan_features = netdev_increment_features(vlan_features, in bond_compute_features() 1455 slave->dev->vlan_features, BOND_VLAN_FEATURES); in bond_compute_features() 1481 bond_dev->vlan_features = vlan_features; in bond_compute_features()
|
/Linux-v6.6/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()
|