Home
last modified time | relevance | path

Searched refs:vlan_features (Results 1 – 25 of 94) sorted by relevance

1234

/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_fcoe.c83 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.15/drivers/net/
Dnet_failover.c382 netdev_features_t vlan_features = FAILOVER_VLAN_FEATURES & in net_failover_compute_features() local
393 vlan_features = in net_failover_compute_features()
394 netdev_increment_features(vlan_features, in net_failover_compute_features()
395 primary_dev->vlan_features, in net_failover_compute_features()
409 vlan_features = in net_failover_compute_features()
410 netdev_increment_features(vlan_features, in net_failover_compute_features()
411 standby_dev->vlan_features, in net_failover_compute_features()
423 dev->vlan_features = vlan_features; in net_failover_compute_features()
Difb.c219 dev->vlan_features |= IFB_FEATURES & ~(NETIF_F_HW_VLAN_CTAG_TX | in ifb_setup()
Dmacvlan.c899 dev->vlan_features = lowerdev->vlan_features & MACVLAN_FEATURES; in macvlan_init()
900 dev->vlan_features |= ALWAYS_ON_OFFLOADS; in macvlan_init()
/Linux-v5.15/net/8021q/
Dvlan_dev.c581 dev->vlan_features = real_dev->vlan_features & ~NETIF_F_ALL_FCOE; in vlan_dev_init()
643 lower_features = netdev_intersect_features((real_dev->vlan_features | in vlan_dev_fix_features()
/Linux-v5.15/net/openvswitch/
Dvport-internal_dev.c115 netdev->vlan_features = netdev->features; in do_setup()
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_vfr.c473 dev->vlan_features = pf_dev->vlan_features; in bnxt_vf_rep_netdev_init()
/Linux-v5.15/drivers/net/ipvlan/
Dipvlan_main.c140 dev->vlan_features = phy_dev->vlan_features & IPVLAN_FEATURES; in ipvlan_init()
141 dev->vlan_features |= IPVLAN_ALWAYS_ON_OFLOADS; in ipvlan_init()
/Linux-v5.15/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c376 netdev->vlan_features |= NETIF_F_SG | in xgbe_config_netdev()
/Linux-v5.15/drivers/net/team/
Dteam.c988 netdev_features_t vlan_features = TEAM_VLAN_FEATURES & in __team_compute_features() local
997 vlan_features = netdev_increment_features(vlan_features, in __team_compute_features()
998 port->dev->vlan_features, in __team_compute_features()
1012 team->dev->vlan_features = vlan_features; in __team_compute_features()
/Linux-v5.15/drivers/s390/net/
Dqeth_l2_main.c1094 card->dev->vlan_features |= NETIF_F_IP_CSUM; in qeth_l2_setup_netdev()
1099 card->dev->vlan_features |= NETIF_F_IPV6_CSUM; in qeth_l2_setup_netdev()
1104 card->dev->vlan_features |= NETIF_F_RXCSUM; in qeth_l2_setup_netdev()
1108 card->dev->vlan_features |= NETIF_F_TSO; in qeth_l2_setup_netdev()
1112 card->dev->vlan_features |= NETIF_F_TSO6; in qeth_l2_setup_netdev()
Dqeth_l3_main.c1884 card->dev->vlan_features |= NETIF_F_TSO | in qeth_l3_setup_netdev()
1890 card->dev->vlan_features |= NETIF_F_IPV6_CSUM; in qeth_l3_setup_netdev()
1894 card->dev->vlan_features |= NETIF_F_TSO6; in qeth_l3_setup_netdev()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c4424 netdev->vlan_features |= NETIF_F_SG; in mlx5e_build_nic_netdev()
4425 netdev->vlan_features |= NETIF_F_HW_CSUM; in mlx5e_build_nic_netdev()
4426 netdev->vlan_features |= NETIF_F_GRO; in mlx5e_build_nic_netdev()
4427 netdev->vlan_features |= NETIF_F_TSO; in mlx5e_build_nic_netdev()
4428 netdev->vlan_features |= NETIF_F_TSO6; in mlx5e_build_nic_netdev()
4429 netdev->vlan_features |= NETIF_F_RXCSUM; in mlx5e_build_nic_netdev()
4430 netdev->vlan_features |= NETIF_F_RXHASH; in mlx5e_build_nic_netdev()
4449 netdev->vlan_features |= NETIF_F_LRO; in mlx5e_build_nic_netdev()
4451 netdev->hw_features = netdev->vlan_features; in mlx5e_build_nic_netdev()
4467 netdev->vlan_features |= NETIF_F_GSO_UDP_TUNNEL; in mlx5e_build_nic_netdev()
/Linux-v5.15/net/bridge/
Dbr_device.c498 dev->vlan_features = COMMON_FEATURES; in br_dev_setup()
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/
Dnfp_net_repr.c367 netdev->vlan_features = netdev->hw_features; in nfp_repr_init()
/Linux-v5.15/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c200 netdev->vlan_features |= netdev->hw_features; in xlgmac_init()
/Linux-v5.15/drivers/net/bonding/
Dbond_main.c1409 netdev_features_t vlan_features = BOND_VLAN_FEATURES; in bond_compute_features() local
1424 vlan_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features()
1428 vlan_features = netdev_increment_features(vlan_features, in bond_compute_features()
1429 slave->dev->vlan_features, BOND_VLAN_FEATURES); in bond_compute_features()
1455 bond_dev->vlan_features = vlan_features; in bond_compute_features()
/Linux-v5.15/drivers/net/ethernet/qualcomm/emac/
Demac.c676 netdev->vlan_features |= NETIF_F_SG | NETIF_F_HW_CSUM | in emac_probe()
/Linux-v5.15/drivers/infiniband/hw/hfi1/
Dvnic_main.c593 netdev->vlan_features = netdev->features; in hfi1_vnic_alloc_rn()
/Linux-v5.15/Documentation/networking/
Dnetdev-features.rst33 3. netdev->vlan_features set contains features whose state is inherited
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c652 netdev->vlan_features |= netdev->features; in otx2vf_probe()
/Linux-v5.15/drivers/net/usb/
Daqc111.c736 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.15/net/dsa/
Dslave.c1886 slave->features = master->vlan_features | NETIF_F_HW_TC; in dsa_slave_setup_tagger()
1971 slave_dev->vlan_features = master->vlan_features; in dsa_slave_create()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c2331 ndev->vlan_features |= in hns_nic_dev_probe()
2333 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in hns_nic_dev_probe()
2343 ndev->vlan_features |= NETIF_F_TSO | NETIF_F_TSO6; in hns_nic_dev_probe()
/Linux-v5.15/drivers/net/ethernet/sfc/
Defx.c1014 net_dev->vlan_features |= (NETIF_F_HW_CSUM | NETIF_F_SG | in efx_pci_probe_post_io()

1234