Searched refs:dv_flags (Results 1 – 25 of 39) sorted by relevance
12
107 if (!(sc->dev.dv_flags & DVF_ACTIVE) || !(sc->flags & FREAD)) in midi_iintr()146 if (!(sc->dev.dv_flags & DVF_ACTIVE)) in midiread()182 if (!(sc->dev.dv_flags & DVF_ACTIVE) || !(sc->flags & FWRITE)) in midi_ointr()287 if (!(sc->dev.dv_flags & DVF_ACTIVE)) in midiwrite()468 if (!(sc->dev.dv_flags & DVF_ACTIVE)) in midiclose()
451 dev->dv_flags = DVF_ACTIVE; /* always initially active */ in config_make_softc()659 int rv = 0, oflags = dev->dv_flags; in config_deactivate()661 if (dev->dv_flags & DVF_ACTIVE) { in config_deactivate()662 dev->dv_flags &= ~DVF_ACTIVE; in config_deactivate()665 dev->dv_flags = oflags; in config_deactivate()951 if (!(dv->dv_flags & DVF_ACTIVE)) in device_lookup()
114 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in txphy_service()
115 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in mtdphy_service()
153 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in exphy_service()
146 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in ukphy_service()
153 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in inphy_service()
148 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in iophy_service()
152 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in nsphyter_service()
150 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in sqphy_service()
149 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in tqphy_service()
153 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in icsphy_service()
147 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in qsphy_service()
162 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in lxtphy_service()
159 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in nsgphy_service()
140 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in urlphy_service()
149 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in nsphy_service()
147 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in rlphy_service()
130 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in bmtphy_service()
167 if ((sc->sc_mii.mii_dev.dv_flags & DVF_ACTIVE) == 0) in rdcphy_service()
140 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in xmphy_service()
212 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in mlphy_service()
186 if ((sc->sc_mii.mii_dev.dv_flags & DVF_ACTIVE) == 0) in tlphy_service()
236 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in brswphy_service()
79 int dv_flags; /* misc. flags; see below */ member