Searched refs:vlvfb (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_sriov.c | 584 u32 bits[2], vlvfb, vid, vfta, vlvf; in ixgbe_clear_vf_vlans() local 588 vlvfb = IXGBE_READ_REG(hw, IXGBE_VLVFB(word)); in ixgbe_clear_vf_vlans() 591 if (!(vlvfb & vlvfb_mask)) in ixgbe_clear_vf_vlans() 595 vlvfb ^= vlvfb_mask; in ixgbe_clear_vf_vlans() 598 bits[word % 2] = vlvfb; in ixgbe_clear_vf_vlans() 627 vlvfb = 0; in ixgbe_clear_vf_vlans() 630 IXGBE_WRITE_REG(hw, IXGBE_VLVFB(word), vlvfb); in ixgbe_clear_vf_vlans()
|
| D | ixgbe_main.c | 4589 u32 vlvfb = IXGBE_READ_REG(hw, reg_offset); in ixgbe_vlan_promisc_enable() local 4591 vlvfb |= BIT(VMDQ_P(0) % 32); in ixgbe_vlan_promisc_enable() 4592 IXGBE_WRITE_REG(hw, reg_offset, vlvfb); in ixgbe_vlan_promisc_enable()
|