Home
last modified time | relevance | path

Searched refs:NETIF_F_HW_VLAN_CTAG_FILTER (Results 1 – 25 of 88) sorted by relevance

1234

/linux/include/linux/
H A Dnetdev_features.h118 #define NETIF_F_HW_VLAN_CTAG_FILTER __NETIF_F(HW_VLAN_CTAG_FILTER) macro
250 #define NETIF_F_VLAN_FEATURES (NETIF_F_HW_VLAN_CTAG_FILTER | \
/linux/drivers/net/usb/
H A Daqc111.h35 NETIF_F_TSO | NETIF_F_HW_VLAN_CTAG_FILTER)
H A Daqc111.c603 if (changed & NETIF_F_HW_VLAN_CTAG_FILTER) { in aqc111_set_features()
604 if (features & NETIF_F_HW_VLAN_CTAG_FILTER) { in aqc111_set_features()
911 if (dev->net->features & NETIF_F_HW_VLAN_CTAG_FILTER) in aqc111_link_reset()
H A Dcdc_mbim.c188 dev->net->features |= NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_CTAG_FILTER; in cdc_mbim_bind()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c175 if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER)) { in aq_ndev_set_features()
176 if (aq_nic->ndev->features & NETIF_F_HW_VLAN_CTAG_FILTER) { in aq_ndev_set_features()
H A Daq_filters.c167 if ((aq_nic->ndev->features & NETIF_F_HW_VLAN_CTAG_FILTER) && in aq_check_approve_fvlan()
838 if (aq_nic->ndev->features & NETIF_F_HW_VLAN_CTAG_FILTER) { in aq_filters_vlans_update()
852 if (aq_nic->ndev->features & NETIF_F_HW_VLAN_CTAG_FILTER) { in aq_filters_vlans_update()
/linux/net/8021q/
H A Dvlan.c382 (dev->features & NETIF_F_HW_VLAN_CTAG_FILTER)) { in vlan_device_event()
388 (dev->features & NETIF_F_HW_VLAN_CTAG_FILTER)) in vlan_device_event()
H A Dvlan_core.c172 dev->features & NETIF_F_HW_VLAN_CTAG_FILTER) in vlan_hw_filter_capable()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_main.c929 netdev->features = netdev->hw_features | NETIF_F_HW_VLAN_CTAG_FILTER; in netdev_features_init()
1095 if (changed & NETIF_F_HW_VLAN_CTAG_FILTER) { in set_features()
1098 NETIF_F_HW_VLAN_CTAG_FILTER)); in set_features()
1101 failed_features |= NETIF_F_HW_VLAN_CTAG_FILTER; in set_features()
/linux/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c1326 if ((efx_supported_features(efx) & NETIF_F_HW_VLAN_CTAG_FILTER) && in efx_mcdi_filter_table_probe()
1333 net_dev->features &= ~NETIF_F_HW_VLAN_CTAG_FILTER; in efx_mcdi_filter_table_probe()
1334 efx->fixed_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER; in efx_mcdi_filter_table_probe()
1335 net_dev->hw_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER; in efx_mcdi_filter_table_probe()
1347 !!(efx->net_dev->features & NETIF_F_HW_VLAN_CTAG_FILTER); in efx_mcdi_filter_table_probe()
1764 vlan_filter = !!(net_dev->features & NETIF_F_HW_VLAN_CTAG_FILTER); in efx_mcdi_filter_sync_rx_mode()
H A Def10_sriov.c246 efx->fixed_features |= NETIF_F_HW_VLAN_CTAG_FILTER; in efx_ef10_vadaptor_alloc_set_features()
248 efx->fixed_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER; in efx_ef10_vadaptor_alloc_set_features()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c2754 if ((request & NETIF_F_HW_VLAN_CTAG_FILTER) && in liquidio_fix_features()
2755 !(lio->dev_capability & NETIF_F_HW_VLAN_CTAG_FILTER)) in liquidio_fix_features()
2756 request &= ~NETIF_F_HW_VLAN_CTAG_FILTER; in liquidio_fix_features()
2797 if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) && in liquidio_set_features()
2798 (lio->dev_capability & NETIF_F_HW_VLAN_CTAG_FILTER) && in liquidio_set_features()
2799 !(netdev->features & NETIF_F_HW_VLAN_CTAG_FILTER)) in liquidio_set_features()
2802 else if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER) && in liquidio_set_features()
2803 (lio->dev_capability & NETIF_F_HW_VLAN_CTAG_FILTER) && in liquidio_set_features()
2804 (netdev->features & NETIF_F_HW_VLAN_CTAG_FILTER)) in liquidio_set_features()
3598 lio->dev_capability |= NETIF_F_HW_VLAN_CTAG_FILTER | in setup_nic_devices()
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h158 NETIF_F_HW_VLAN_CTAG_FILTER | \
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c354 NETIF_F_HW_VLAN_CTAG_FILTER; in xgbe_config_netdev()
H A Dxgbe-drv.c2251 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xgbe_set_features()
2270 if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) && !rxvlan_filter) in xgbe_set_features()
2272 else if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER) && rxvlan_filter) in xgbe_set_features()
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c889 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xlgmac_set_features()
908 if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) && !rxvlan_filter) in xlgmac_set_features()
910 else if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER) && rxvlan_filter) in xlgmac_set_features()
H A Ddwc-xlgmac-common.c206 netdev->hw_features |= NETIF_F_HW_VLAN_CTAG_FILTER; in xlgmac_init()
/linux/drivers/net/ethernet/mscc/
H A Docelot_net.c842 if (features & NETIF_F_HW_VLAN_CTAG_FILTER) in ocelot_vlan_mode()
864 if (changed & NETIF_F_HW_VLAN_CTAG_FILTER) in ocelot_set_features()
1807 dev->hw_features |= NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_RXFCS | in ocelot_probe_port()
1809 dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_HW_TC; in ocelot_probe_port()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c721 if (changed & NETIF_F_HW_VLAN_CTAG_FILTER) { in enetc_pf_set_features()
724 if (!!(features & NETIF_F_HW_VLAN_CTAG_FILTER)) in enetc_pf_set_features()
797 NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_LOOPBACK | in enetc_pf_netdev_setup()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c376 netdev->hw_features |= NETIF_F_HW_VLAN_CTAG_FILTER; in nfp_repr_init()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c4534 features |= NETIF_F_HW_VLAN_CTAG_FILTER | in iavf_get_netdev_vlan_features()
4596 features |= NETIF_F_HW_VLAN_CTAG_FILTER; in iavf_get_netdev_vlan_features()
4606 features |= NETIF_F_HW_VLAN_CTAG_FILTER; in iavf_get_netdev_vlan_features()
4656 NETIF_F_HW_VLAN_CTAG_FILTER)) in iavf_fix_netdev_vlan_features()
4657 requested_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER; in iavf_fix_netdev_vlan_features()
4859 netdev->features |= NETIF_F_HW_VLAN_CTAG_FILTER; in iavf_process_config()
/linux/drivers/net/
H A Dnet_failover.c742 NETIF_F_HW_VLAN_CTAG_FILTER; in net_failover_create()
/linux/net/batman-adv/
H A Dsoft-interface.c1023 dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_NETNS_LOCAL; in batadv_softif_init_early()
/linux/net/dsa/
H A Duser.c1924 user->features |= NETIF_F_HW_VLAN_CTAG_FILTER; in dsa_user_manage_vlan_filtering()
1929 user->features &= ~NETIF_F_HW_VLAN_CTAG_FILTER; in dsa_user_manage_vlan_filtering()
1937 user->features &= ~NETIF_F_HW_VLAN_CTAG_FILTER; in dsa_user_manage_vlan_filtering()
2646 user->features |= NETIF_F_HW_VLAN_CTAG_FILTER; in dsa_user_setup_tagger()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c48 NETIF_F_HW_VLAN_CTAG_FILTER | \

1234