Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/
H A 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()
H A Difb.c223 dev->vlan_features |= IFB_FEATURES & ~(NETIF_F_HW_VLAN_CTAG_TX | in ifb_setup()
H A Dmacvlan.c898 dev->vlan_features = lowerdev->vlan_features & MACVLAN_FEATURES; in macvlan_init()
899 dev->vlan_features |= ALWAYS_ON_OFFLOADS; in macvlan_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_vfr.c381 dev->vlan_features = pf_dev->vlan_features; in bnxt_vf_rep_netdev_init()
/OK3568_Linux_fs/kernel/net/8021q/
H A Dvlan_dev.c572 dev->vlan_features = real_dev->vlan_features & ~NETIF_F_ALL_FCOE; in vlan_dev_init()
637 lower_features = netdev_intersect_features((real_dev->vlan_features | in vlan_dev_fix_features()
/OK3568_Linux_fs/kernel/drivers/net/ipvlan/
H A Dipvlan_main.c138 dev->vlan_features = phy_dev->vlan_features & IPVLAN_FEATURES; in ipvlan_init()
139 dev->vlan_features |= IPVLAN_ALWAYS_ON_OFLOADS; in ipvlan_init()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dvport-internal_dev.c130 netdev->vlan_features = netdev->features; in do_setup()
/OK3568_Linux_fs/kernel/drivers/net/team/
H A Dteam.c987 netdev_features_t vlan_features = TEAM_VLAN_FEATURES & in __team_compute_features() local
996 vlan_features = netdev_increment_features(vlan_features, in __team_compute_features()
997 port->dev->vlan_features, in __team_compute_features()
1011 team->dev->vlan_features = vlan_features; in __team_compute_features()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_l2_main.c921 card->dev->vlan_features |= NETIF_F_IP_CSUM; in qeth_l2_setup_netdev()
926 card->dev->vlan_features |= NETIF_F_IPV6_CSUM; in qeth_l2_setup_netdev()
931 card->dev->vlan_features |= NETIF_F_RXCSUM; in qeth_l2_setup_netdev()
935 card->dev->vlan_features |= NETIF_F_TSO; in qeth_l2_setup_netdev()
939 card->dev->vlan_features |= NETIF_F_TSO6; in qeth_l2_setup_netdev()
H A Dqeth_l3_main.c1892 card->dev->vlan_features |= NETIF_F_TSO | in qeth_l3_setup_netdev()
1898 card->dev->vlan_features |= NETIF_F_IPV6_CSUM; in qeth_l3_setup_netdev()
1902 card->dev->vlan_features |= NETIF_F_TSO6; in qeth_l3_setup_netdev()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c376 netdev->vlan_features |= NETIF_F_SG | in xgbe_config_netdev()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4995 netdev->vlan_features |= NETIF_F_SG; in mlx5e_build_nic_netdev()
4996 netdev->vlan_features |= NETIF_F_HW_CSUM; in mlx5e_build_nic_netdev()
4997 netdev->vlan_features |= NETIF_F_GRO; in mlx5e_build_nic_netdev()
4998 netdev->vlan_features |= NETIF_F_TSO; in mlx5e_build_nic_netdev()
4999 netdev->vlan_features |= NETIF_F_TSO6; in mlx5e_build_nic_netdev()
5000 netdev->vlan_features |= NETIF_F_RXCSUM; in mlx5e_build_nic_netdev()
5001 netdev->vlan_features |= NETIF_F_RXHASH; in mlx5e_build_nic_netdev()
5020 netdev->vlan_features |= NETIF_F_LRO; in mlx5e_build_nic_netdev()
5022 netdev->hw_features = netdev->vlan_features; in mlx5e_build_nic_netdev()
5044 netdev->vlan_features |= NETIF_F_GSO_UDP_TUNNEL | in mlx5e_build_nic_netdev()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_device.c458 dev->vlan_features = COMMON_FEATURES; in br_dev_setup()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c1367 netdev_features_t vlan_features = BOND_VLAN_FEATURES; in bond_compute_features() local
1382 vlan_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features()
1386 vlan_features = netdev_increment_features(vlan_features, in bond_compute_features()
1387 slave->dev->vlan_features, BOND_VLAN_FEATURES); in bond_compute_features()
1413 bond_dev->vlan_features = vlan_features; in bond_compute_features()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c366 netdev->vlan_features = netdev->hw_features; in nfp_repr_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-common.c200 netdev->vlan_features |= netdev->hw_features; in xlgmac_init()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnetdev-features.rst33 3. netdev->vlan_features set contains features whose state is inherited
/OK3568_Linux_fs/kernel/net/dsa/
H A Dslave.c1815 slave_dev->features = master->vlan_features | NETIF_F_HW_TC; in dsa_slave_create()
1846 slave_dev->vlan_features = master->vlan_features; in dsa_slave_create()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/emac/
H A Demac.c676 netdev->vlan_features |= NETIF_F_SG | NETIF_F_HW_CSUM | in emac_probe()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c635 netdev->vlan_features = netdev->features; in hfi1_vnic_alloc_rn()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Defx.c1056 net_dev->vlan_features |= (NETIF_F_HW_CSUM | NETIF_F_SG | in efx_pci_probe_post_io()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2804 netdev->vlan_features |= netdev->features | NETIF_F_TSO_MANGLEID; in igbvf_probe()
2806 netdev->hw_enc_features |= netdev->vlan_features; in igbvf_probe()

1234