Searched refs:requested_features (Results 1 – 1 of 1) sorted by relevance
4613 netdev_features_t requested_features) in iavf_fix_netdev_vlan_features() argument4620 if (!IAVF_NETDEV_VLAN_FEATURE_ALLOWED(requested_features, in iavf_fix_netdev_vlan_features()4623 requested_features &= ~NETIF_F_HW_VLAN_CTAG_TX; in iavf_fix_netdev_vlan_features()4625 if (!IAVF_NETDEV_VLAN_FEATURE_ALLOWED(requested_features, in iavf_fix_netdev_vlan_features()4628 requested_features &= ~NETIF_F_HW_VLAN_CTAG_RX; in iavf_fix_netdev_vlan_features()4630 if (!IAVF_NETDEV_VLAN_FEATURE_ALLOWED(requested_features, in iavf_fix_netdev_vlan_features()4633 requested_features &= ~NETIF_F_HW_VLAN_STAG_TX; in iavf_fix_netdev_vlan_features()4634 if (!IAVF_NETDEV_VLAN_FEATURE_ALLOWED(requested_features, in iavf_fix_netdev_vlan_features()4637 requested_features &= ~NETIF_F_HW_VLAN_STAG_RX; in iavf_fix_netdev_vlan_features()4639 if (!IAVF_NETDEV_VLAN_FEATURE_ALLOWED(requested_features, in iavf_fix_netdev_vlan_features()[all …]