Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c589 u32 bits[2], vlvfb, vid, vfta, vlvf; in ixgbe_clear_vf_vlans() local
593 vlvfb = IXGBE_READ_REG(hw, IXGBE_VLVFB(word)); in ixgbe_clear_vf_vlans()
596 if (!(vlvfb & vlvfb_mask)) in ixgbe_clear_vf_vlans()
600 vlvfb ^= vlvfb_mask; in ixgbe_clear_vf_vlans()
603 bits[word % 2] = vlvfb; in ixgbe_clear_vf_vlans()
632 vlvfb = 0; in ixgbe_clear_vf_vlans()
635 IXGBE_WRITE_REG(hw, IXGBE_VLVFB(word), vlvfb); in ixgbe_clear_vf_vlans()
Dixgbe_main.c4587 u32 vlvfb = IXGBE_READ_REG(hw, reg_offset); in ixgbe_vlan_promisc_enable() local
4589 vlvfb |= BIT(VMDQ_P(0) % 32); in ixgbe_vlan_promisc_enable()
4590 IXGBE_WRITE_REG(hw, reg_offset, vlvfb); in ixgbe_vlan_promisc_enable()