Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c593 u32 bits[2], vlvfb, vid, vfta, vlvf; in ixgbe_clear_vf_vlans() local
597 vlvfb = IXGBE_READ_REG(hw, IXGBE_VLVFB(word)); in ixgbe_clear_vf_vlans()
600 if (!(vlvfb & vlvfb_mask)) in ixgbe_clear_vf_vlans()
603 /* clear our bit from vlvfb */ in ixgbe_clear_vf_vlans()
604 vlvfb ^= vlvfb_mask; in ixgbe_clear_vf_vlans()
607 bits[word % 2] = vlvfb; in ixgbe_clear_vf_vlans()
636 vlvfb = 0; in ixgbe_clear_vf_vlans()
639 IXGBE_WRITE_REG(hw, IXGBE_VLVFB(word), vlvfb); in ixgbe_clear_vf_vlans()