Home
last modified time | relevance | path

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

1234

/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()
/drivers/net/
Dnet_failover.c381 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()
Difb.c221 dev->vlan_features |= IFB_FEATURES & ~(NETIF_F_HW_VLAN_CTAG_TX | in ifb_setup()
Dmacvlan.c883 dev->vlan_features = lowerdev->vlan_features & MACVLAN_FEATURES; in macvlan_init()
884 dev->vlan_features |= ALWAYS_ON_OFFLOADS; in macvlan_init()
Dveth.c1200 dev->vlan_features = dev->features & in veth_setup()
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_vfr.c382 dev->vlan_features = pf_dev->vlan_features; in bnxt_vf_rep_netdev_init()
/drivers/s390/net/
Dqeth_l2_main.c730 card->dev->vlan_features |= NETIF_F_IP_CSUM; in qeth_l2_setup_netdev()
735 card->dev->vlan_features |= NETIF_F_IPV6_CSUM; in qeth_l2_setup_netdev()
740 card->dev->vlan_features |= NETIF_F_RXCSUM; in qeth_l2_setup_netdev()
744 card->dev->vlan_features |= NETIF_F_TSO; in qeth_l2_setup_netdev()
748 card->dev->vlan_features |= NETIF_F_TSO6; in qeth_l2_setup_netdev()
Dqeth_l3_main.c2194 card->dev->vlan_features |= NETIF_F_TSO | in qeth_l3_setup_netdev()
2200 card->dev->vlan_features |= NETIF_F_IPV6_CSUM; in qeth_l3_setup_netdev()
2204 card->dev->vlan_features |= NETIF_F_TSO6; in qeth_l3_setup_netdev()
/drivers/net/team/
Dteam.c983 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()
/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c383 netdev->vlan_features |= NETIF_F_SG | in xgbe_config_netdev()
/drivers/net/bonding/
Dbond_main.c1090 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()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c4846 netdev->vlan_features |= NETIF_F_SG; in mlx5e_build_nic_netdev()
4847 netdev->vlan_features |= NETIF_F_HW_CSUM; in mlx5e_build_nic_netdev()
4848 netdev->vlan_features |= NETIF_F_GRO; in mlx5e_build_nic_netdev()
4849 netdev->vlan_features |= NETIF_F_TSO; in mlx5e_build_nic_netdev()
4850 netdev->vlan_features |= NETIF_F_TSO6; in mlx5e_build_nic_netdev()
4851 netdev->vlan_features |= NETIF_F_RXCSUM; in mlx5e_build_nic_netdev()
4852 netdev->vlan_features |= NETIF_F_RXHASH; in mlx5e_build_nic_netdev()
4864 netdev->vlan_features |= NETIF_F_LRO; in mlx5e_build_nic_netdev()
4866 netdev->hw_features = netdev->vlan_features; in mlx5e_build_nic_netdev()
/drivers/net/ethernet/netronome/nfp/
Dnfp_net_repr.c350 netdev->vlan_features = netdev->hw_features; in nfp_repr_init()
/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c200 netdev->vlan_features |= netdev->hw_features; in xlgmac_init()
/drivers/net/ethernet/qualcomm/emac/
Demac.c675 netdev->vlan_features |= NETIF_F_SG | NETIF_F_HW_CSUM | in emac_probe()
/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()
/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c2341 ndev->vlan_features |= in hns_nic_dev_probe()
2343 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in hns_nic_dev_probe()
2353 ndev->vlan_features |= NETIF_F_TSO | NETIF_F_TSO6; in hns_nic_dev_probe()
/drivers/infiniband/hw/hfi1/
Dvnic_main.c833 netdev->vlan_features = netdev->features; in hfi1_vnic_alloc_rn()
/drivers/net/ethernet/huawei/hinic/
Dhinic_main.c848 netdev->vlan_features = netdev->hw_features; in netdev_features_init()
/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2818 netdev->vlan_features |= netdev->features | NETIF_F_TSO_MANGLEID; in igbvf_probe()
2820 netdev->hw_enc_features |= netdev->vlan_features; in igbvf_probe()
/drivers/net/ethernet/aquantia/atlantic/
Daq_nic.c290 self->ndev->vlan_features |= NETIF_F_HW_CSUM | NETIF_F_RXCSUM | in aq_nic_ndev_init()
/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c3911 netdev->vlan_features |= mgp->features; in myri10ge_probe()
3913 netdev->vlan_features &= ~NETIF_F_TSO6; in myri10ge_probe()
3915 netdev->vlan_features &= ~NETIF_F_TSO; in myri10ge_probe()
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2306 netdev->vlan_features |= (NETIF_F_SG | NETIF_F_IP_CSUM | in qlcnic_setup_netdev()
2311 netdev->vlan_features |= (NETIF_F_TSO | NETIF_F_TSO6); in qlcnic_setup_netdev()
2316 netdev->vlan_features |= NETIF_F_HIGHDMA; in qlcnic_setup_netdev()
/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c1703 dev->vlan_features |= dev->features; in fm10k_alloc_netdev()
/drivers/net/ethernet/hisilicon/
Dhix5hd2_gmac.c1244 ndev->vlan_features |= ndev->features; in hix5hd2_dev_probe()

1234