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

/freebsd-11.0-release/sys/dev/ixgbe/
H A Dixgbe_common.c3866 u32 vfta; local
3891 vfta = IXGBE_READ_REG(hw, IXGBE_VFTA(regindex));
3894 if (!(vfta & targetbit)) {
3895 vfta |= targetbit;
3899 if ((vfta & targetbit)) {
3900 vfta &= ~targetbit;
3914 IXGBE_WRITE_REG(hw, IXGBE_VFTA(regindex), vfta);
4015 /* someone wants to clear the vfta entry
H A Dif_ixv.c1760 u32 ctrl, vid, vfta, retry; local
1792 vfta = ixv_shadow_vfta[i];
1800 if ((vfta & (1 << j)) == 0)
1844 ** in the soft vfta.

Completed in 172 milliseconds