E1000_VMOLR
enable = (E1000_READ_REG(hw, E1000_VMOLR(sc->pool)) &
vmolr = E1000_READ_REG(hw, E1000_VMOLR(vf->pool));
E1000_WRITE_REG(hw, E1000_VMOLR(vf->pool), vmolr);
old_vmolr = E1000_READ_REG(hw, E1000_VMOLR(sc->pool));
E1000_WRITE_REG(hw, E1000_VMOLR(sc->pool), vmolr);
vmolr = E1000_READ_REG(hw, E1000_VMOLR(sc->pool));
E1000_WRITE_REG(hw, E1000_VMOLR(sc->pool), vmolr);