Searched refs:shadow_vfta (Results 1 – 5 of 5) sorted by relevance
519 u32 shadow_vfta[EM_VFTA_SIZE]; member
4032 sc->shadow_vfta[index] |= (1 << bit); in em_if_vlan_register()4045 sc->shadow_vfta[index] &= ~(1 << bit); in em_if_vlan_unregister()4071 if (sc->shadow_vfta[i] != 0) in em_if_vlan_filter_used()4113 if (sc->shadow_vfta[i] != 0) { in em_if_vlan_filter_write()4116 e1000_vfta_set_vf(hw, sc->shadow_vfta[i], in em_if_vlan_filter_write()4119 e1000_write_vfta(hw, i, sc->shadow_vfta[i]); in em_if_vlan_filter_write()
387 u32 shadow_vfta[IXGBE_VFTA_SIZE]; member
1560 if (sc->shadow_vfta[i] == 0) in ixv_setup_vlan_support()1562 vfta = sc->shadow_vfta[i]; in ixv_setup_vlan_support()1598 sc->shadow_vfta[index] |= (1 << bit); in ixv_if_register_vlan()1616 sc->shadow_vfta[index] &= ~(1 << bit); in ixv_if_unregister_vlan()
1985 sc->shadow_vfta[index] |= (1 << bit); in ixgbe_if_vlan_register()2003 sc->shadow_vfta[index] &= ~(1 << bit); in ixgbe_if_vlan_unregister()2077 if (sc->shadow_vfta[i] != 0) in ixgbe_setup_vlan_hw_support()2079 sc->shadow_vfta[i]); in ixgbe_setup_vlan_hw_support()