Home
last modified time | relevance | path

Searched refs:shadow_vfta (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/e1000/
H A Dif_em.h530 u32 shadow_vfta[EM_VFTA_SIZE]; member
H A Dif_em.c4024 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()
/freebsd/sys/dev/ixgbe/
H A Dif_ixv.c1565 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()
H A Dixgbe.h398 u32 shadow_vfta[IXGBE_VFTA_SIZE]; member
H A Dif_ix.c2328 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()