HomeSort by: relevance | last modified time | path
    Searched refs:shadow_vfta (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe.h 500 u32 shadow_vfta[IXGBE_VFTA_SIZE]; member in struct:ixgbe_softc
ixv.c 2173 /* Cleanup shadow_vfta */
2175 sc->shadow_vfta[i] = 0;
2176 /* Generate shadow_vfta from ec_vids */
2183 sc->shadow_vfta[idx] |= (u32)1 << (vlanidp->vid % 32);
2192 if (sc->shadow_vfta[i] == 0)
2194 vfta = sc->shadow_vfta[i];
2271 sc->shadow_vfta[index] |= ((u32)1 << bit);
2301 sc->shadow_vfta[index] &= ~((u32)1 << bit);
ixgbe.c 2469 sc->shadow_vfta[index] |= ((u32)1 << bit);
2496 sc->shadow_vfta[index] &= ~((u32)1 << bit);
2572 /* Cleanup shadow_vfta */
2574 sc->shadow_vfta[i] = 0;
2575 /* Generate shadow_vfta from ec_vids */
2582 sc->shadow_vfta[idx] |= (u32)1 << (vlanidp->vid % 32);
2586 IXGBE_WRITE_REG(hw, IXGBE_VFTA(i), sc->shadow_vfta[i]);

Completed in 24 milliseconds