Searched refs:vfta (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/ixgbe/
H A Dixgbe_common.c3821 u32 vfta; local
3846 vfta = IXGBE_READ_REG(hw, IXGBE_VFTA(regindex));
3849 if (!(vfta & targetbit)) {
3850 vfta |= targetbit;
3854 if ((vfta & targetbit)) {
3855 vfta &= ~targetbit;
3869 IXGBE_WRITE_REG(hw, IXGBE_VFTA(regindex), vfta);
3970 /* someone wants to clear the vfta entry
H A Dixv.c3565 u32 ctrl, vid, vfta, retry; local
3591 vfta = ixv_shadow_vfta[i];
3599 if ((vfta & (1 << j)) == 0)
3643 ** in the soft vfta.

Completed in 72 milliseconds