Searched refs:vlan_features (Results 1 - 25 of 99) sorted by relevance

1234

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_fcoe.c83 netdev->vlan_features |= NETIF_F_FCOE_CRC;
85 netdev->vlan_features |= NETIF_F_FCOE_MTU;
114 netdev->vlan_features &= ~NETIF_F_FCOE_CRC;
116 netdev->vlan_features &= ~NETIF_F_FCOE_MTU;
/linux-master/drivers/net/
H A Dnet_failover.c378 netdev_features_t vlan_features = FAILOVER_VLAN_FEATURES & local
389 vlan_features =
390 netdev_increment_features(vlan_features,
391 primary_dev->vlan_features,
405 vlan_features =
406 netdev_increment_features(vlan_features,
407 standby_dev->vlan_features,
419 dev->vlan_features = vlan_features;
H A Difb.c323 dev->vlan_features |= IFB_FEATURES & ~(NETIF_F_HW_VLAN_CTAG_TX |
H A Dmacvlan.c932 dev->vlan_features = lowerdev->vlan_features & MACVLAN_FEATURES;
933 dev->vlan_features |= ALWAYS_ON_OFFLOADS;
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_vf.c144 ndev->vlan_features = NETIF_F_SG | NETIF_F_HW_CSUM |
/linux-master/net/openvswitch/
H A Dvport-internal_dev.c115 netdev->vlan_features = netdev->features;
/linux-master/net/8021q/
H A Dvlan_dev.c569 if (real_dev->vlan_features & NETIF_F_HW_MACSEC)
577 dev->vlan_features = real_dev->vlan_features & ~NETIF_F_ALL_FCOE;
647 lower_features = netdev_intersect_features((real_dev->vlan_features |
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_vfr.c479 dev->vlan_features = pf_dev->vlan_features;
/linux-master/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_main.c548 netdev->vlan_features |= netdev->features | NETIF_F_TSO_MANGLEID;
549 netdev->hw_enc_features |= netdev->vlan_features;
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c376 netdev->vlan_features |= NETIF_F_SG |
/linux-master/drivers/net/ipvlan/
H A Dipvlan_main.c141 dev->vlan_features = phy_dev->vlan_features & IPVLAN_FEATURES;
142 dev->vlan_features |= IPVLAN_ALWAYS_ON_OFLOADS;
/linux-master/drivers/net/team/
H A Dteam.c992 netdev_features_t vlan_features = TEAM_VLAN_FEATURES & local
1001 vlan_features = netdev_increment_features(vlan_features,
1002 port->dev->vlan_features,
1016 team->dev->vlan_features = vlan_features;
/linux-master/drivers/net/ethernet/sfc/
H A Def100_netdev.c451 net_dev->vlan_features |= NETIF_F_HW_CSUM | NETIF_F_SG |
/linux-master/drivers/s390/net/
H A Dqeth_l2_main.c1108 card->dev->vlan_features |= NETIF_F_IP_CSUM;
1113 card->dev->vlan_features |= NETIF_F_IPV6_CSUM;
1118 card->dev->vlan_features |= NETIF_F_RXCSUM;
1122 card->dev->vlan_features |= NETIF_F_TSO;
1126 card->dev->vlan_features |= NETIF_F_TSO6;
H A Dqeth_l3_main.c1877 card->dev->vlan_features |= NETIF_F_TSO |
1883 card->dev->vlan_features |= NETIF_F_IPV6_CSUM;
1887 card->dev->vlan_features |= NETIF_F_TSO6;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5163 netdev->vlan_features |= NETIF_F_SG;
5164 netdev->vlan_features |= NETIF_F_HW_CSUM;
5165 netdev->vlan_features |= NETIF_F_HW_MACSEC;
5166 netdev->vlan_features |= NETIF_F_GRO;
5167 netdev->vlan_features |= NETIF_F_TSO;
5168 netdev->vlan_features |= NETIF_F_TSO6;
5169 netdev->vlan_features |= NETIF_F_RXCSUM;
5170 netdev->vlan_features |= NETIF_F_RXHASH;
5171 netdev->vlan_features |= NETIF_F_GSO_PARTIAL;
5191 netdev->vlan_features |
[all...]
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-common.c200 netdev->vlan_features |= netdev->hw_features;
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c365 netdev->vlan_features = netdev->hw_features;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c593 netdev->vlan_features = netdev->features;
/linux-master/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c586 netdev->vlan_features |= netdev->features;
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac.c672 netdev->vlan_features |= NETIF_F_SG | NETIF_F_HW_CSUM |
/linux-master/net/bridge/
H A Dbr_device.c489 dev->vlan_features = COMMON_FEATURES;
/linux-master/drivers/net/bonding/
H A Dbond_main.c1435 netdev_features_t vlan_features = BOND_VLAN_FEATURES; local
1450 vlan_features &= NETIF_F_ALL_FOR_ALL;
1454 vlan_features = netdev_increment_features(vlan_features,
1455 slave->dev->vlan_features, BOND_VLAN_FEATURES);
1481 bond_dev->vlan_features = vlan_features;
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c2336 ndev->vlan_features |=
2338 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO;
2348 ndev->vlan_features |= NETIF_F_TSO | NETIF_F_TSO6;
/linux-master/drivers/net/usb/
H A Daqc111.c736 dev->net->vlan_features |= AQ_SUPPORT_VLAN_FEATURE;
1001 dev->net->vlan_features |= AQ_SUPPORT_VLAN_FEATURE;

Completed in 550 milliseconds

1234