|
@@ -110,12 +110,10 @@ static int ixgbe_set_vf_vlan(struct ixgbe_adapter *adapter, int add, int vid,
|
|
|
return adapter->hw.mac.ops.set_vfta(&adapter->hw, vid, vf, (bool)add);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
static void ixgbe_set_vmolr(struct ixgbe_hw *hw, u32 vf, bool aupe)
|
|
|
{
|
|
|
u32 vmolr = IXGBE_READ_REG(hw, IXGBE_VMOLR(vf));
|
|
|
vmolr |= (IXGBE_VMOLR_ROMPE |
|
|
|
- IXGBE_VMOLR_ROPE |
|
|
|
IXGBE_VMOLR_BAM);
|
|
|
if (aupe)
|
|
|
vmolr |= IXGBE_VMOLR_AUPE;
|