Searched refs:shadow_vfta (Results 1 – 5 of 5) sorted by relevance
530 u32 shadow_vfta[EM_VFTA_SIZE]; member
4024 sc->shadow_vfta[index] |= (1 << bit); in em_if_vlan_register()4045 sc->shadow_vfta[index] &= ~(1 << bit); in em_if_vlan_unregister()4074 if (sc->shadow_vfta[i] != 0) in em_if_vlan_filter_used()4115 if (sc->shadow_vfta[i] != 0) in em_if_vlan_filter_write()4116 e1000_write_vfta(hw, i, sc->shadow_vfta[i]); in em_if_vlan_filter_write()
1565 if (sc->shadow_vfta[i] == 0) in ixv_setup_vlan_support()1567 vfta = sc->shadow_vfta[i]; in ixv_setup_vlan_support()1603 sc->shadow_vfta[index] |= (1 << bit); in ixv_if_register_vlan()1621 sc->shadow_vfta[index] &= ~(1 << bit); in ixv_if_unregister_vlan()
398 u32 shadow_vfta[IXGBE_VFTA_SIZE]; member
2328 sc->shadow_vfta[index] |= (1 << bit); in ixgbe_if_vlan_register()2346 sc->shadow_vfta[index] &= ~(1 << bit); in ixgbe_if_vlan_unregister()2420 if (sc->shadow_vfta[i] != 0) in ixgbe_setup_vlan_hw_support()2422 sc->shadow_vfta[i]); in ixgbe_setup_vlan_hw_support()