| /openbsd-src/sys/dev/mii/ |
| H A D | miivar.h | 61 struct mii_data { struct 89 typedef struct mii_data mii_data_t; argument 92 int (*pf_service)(struct mii_softc *, struct mii_data *, int); 125 struct mii_data *mii_pdata; /* pointer to parent's mii_data */ 175 struct mii_data *mii_data; /* pointer to parent data */ member 240 void mii_attach(struct device *, struct mii_data *, int, int, 242 void mii_detach(struct mii_data *, int, int); 244 int mii_mediachg(struct mii_data *); 245 void mii_tick(struct mii_data *); 246 void mii_pollstat(struct mii_data *); [all …]
|
| H A D | gentbi.c | 91 int gentbi_service(struct mii_softc *, struct mii_data *, int); 102 struct mii_data *mii = ma->mii_data; in gentbimatch() 136 struct mii_data *mii = ma->mii_data; in gentbiattach() 165 gentbi_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in gentbi_service() 226 struct mii_data *mii = sc->mii_pdata; in gentbi_status()
|
| H A D | mii.c | 62 mii_attach(struct device *parent, struct mii_data *mii, int capmask, in mii_attach() 133 ma.mii_data = mii; in mii_attach() 153 mii_detach(struct mii_data *mii, int phyloc, int offloc) in mii_detach() 210 mii_mediachg(struct mii_data *mii) in mii_mediachg() 231 mii_tick(struct mii_data *mii) in mii_tick() 244 mii_pollstat(struct mii_data *mii) in mii_pollstat() 260 mii_down(struct mii_data *mii) in mii_down()
|
| H A D | txphy.c | 59 int txphy_service(struct mii_softc *, struct mii_data *, int); 89 struct mii_data *mii = ma->mii_data; in txphyattach() 110 txphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in txphy_service()
|
| H A D | iophy.c | 88 int iophy_service(struct mii_softc *, struct mii_data *, int); 122 struct mii_data *mii = ma->mii_data; in iophyattach() 143 iophy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in iophy_service() 207 struct mii_data *mii = sc->mii_pdata; in iophy_status()
|
| H A D | sqphy.c | 89 int sqphy_service(struct mii_softc *, struct mii_data *, int); 124 struct mii_data *mii = ma->mii_data; in sqphyattach() 145 sqphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in sqphy_service() 209 struct mii_data *mii = sc->mii_pdata; in sqphy_status()
|
| H A D | tqphy.c | 90 int tqphy_service(struct mii_softc *, struct mii_data *, int); 121 struct mii_data *mii = ma->mii_data; in tqphyattach() 144 tqphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in tqphy_service() 208 struct mii_data *mii = sc->mii_pdata; in tqphy_status()
|
| H A D | nsphyter.c | 91 int nsphyter_service(struct mii_softc *, struct mii_data *, int); 126 struct mii_data *mii = ma->mii_data; in nsphyterattach() 147 nsphyter_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in nsphyter_service() 211 struct mii_data *mii = sc->mii_pdata; in nsphyter_status()
|
| H A D | inphy.c | 90 int inphy_service(struct mii_softc *, struct mii_data *, int); 127 struct mii_data *mii = ma->mii_data; in inphyattach() 148 inphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in inphy_service() 212 struct mii_data *mii = sc->mii_pdata; in inphy_status()
|
| H A D | luphy.c | 68 int luphy_service(struct mii_softc *, struct mii_data *, int); 98 struct mii_data *mii = ma->mii_data; in luphyattach() 121 luphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in luphy_service()
|
| H A D | mtdphy.c | 59 int mtdphy_service(struct mii_softc *, struct mii_data *, int); 89 struct mii_data *mii = ma->mii_data; in mtdphyattach() 110 mtdphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in mtdphy_service()
|
| H A D | icsphy.c | 90 int icsphy_service(struct mii_softc *, struct mii_data *, int); 127 struct mii_data *mii = ma->mii_data; in icsphyattach() 148 icsphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in icsphy_service() 212 struct mii_data *mii = sc->mii_pdata; in icsphy_status()
|
| H A D | qsphy.c | 89 int qsphy_service(struct mii_softc *, struct mii_data *, int); 121 struct mii_data *mii = ma->mii_data; in qsphyattach() 142 qsphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in qsphy_service() 206 struct mii_data *mii = sc->mii_pdata; in qsphy_status()
|
| H A D | acphy.c | 70 int acphy_service(struct mii_softc *, struct mii_data *, int); 105 struct mii_data *mii = ma->mii_data; in acphyattach() 141 acphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in acphy_service() 202 struct mii_data *mii = sc->mii_pdata; in acphy_status()
|
| H A D | exphy.c | 86 int exphy_service(struct mii_softc *, struct mii_data *, int); 118 struct mii_data *mii = ma->mii_data; in exphyattach() 149 exphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in exphy_service()
|
| H A D | ukphy.c | 86 int ukphy_service(struct mii_softc *, struct mii_data *, int); 107 struct mii_data *mii = ma->mii_data; in ukphyattach() 141 ukphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in ukphy_service()
|
| H A D | nsgphy.c | 79 int nsgphy_service(struct mii_softc *, struct mii_data *, int); 114 struct mii_data *mii = ma->mii_data; in nsgphyattach() 154 nsgphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in nsgphy_service() 217 struct mii_data *mii = sc->mii_pdata; in nsgphy_status()
|
| H A D | lxtphy.c | 90 int lxtphy_service(struct mii_softc *, struct mii_data *, int); 128 struct mii_data *mii = ma->mii_data; in lxtphyattach() 157 lxtphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in lxtphy_service() 221 struct mii_data *mii = sc->mii_pdata; in lxtphy_status()
|
| H A D | amphy.c | 69 int amphy_service(struct mii_softc *, struct mii_data *, int); 108 struct mii_data *mii = ma->mii_data; in amphyattach() 131 amphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in amphy_service() 191 struct mii_data *mii = sc->mii_pdata; in amphy_status()
|
| H A D | urlphy.c | 72 int urlphy_service(struct mii_softc *, struct mii_data *, int); 105 struct mii_data *mii = ma->mii_data; in urlphy_attach() 133 urlphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in urlphy_service() 224 struct mii_data *mii = sc->mii_pdata; in urlphy_status()
|
| H A D | jmphy.c | 50 int jmphy_service(struct mii_softc *, struct mii_data *, int); 96 struct mii_data *mii = ma->mii_data; in jmphy_attach() 125 jmphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in jmphy_service() 207 struct mii_data *mii = sc->mii_pdata; in jmphy_status() 342 struct mii_data *mii; in jmphy_auto()
|
| H A D | rlphy.c | 67 int rlphy_service(struct mii_softc *, struct mii_data *, int); 116 struct mii_data *mii = ma->mii_data; in rlphyattach() 143 rlphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in rlphy_service() 220 struct mii_data *mii = sc->mii_pdata; in rlphy_status()
|
| H A D | nsphy.c | 90 int nsphy_service(struct mii_softc *, struct mii_data *, int); 122 struct mii_data *mii = ma->mii_data; in nsphyattach() 144 nsphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in nsphy_service() 238 struct mii_data *mii = sc->mii_pdata; in nsphy_status()
|
| H A D | bmtphy.c | 52 int bmtphy_service(struct mii_softc *, struct mii_data *, int); 98 struct mii_data *mii = ma->mii_data; in bmtphyattach() 125 bmtphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in bmtphy_service() 189 struct mii_data *mii = sc->mii_pdata; in bmtphy_status()
|
| H A D | rdcphy.c | 93 int rdcphy_service(struct mii_softc *, struct mii_data *, int); 136 struct mii_data *mii = ma->mii_data; in rdcphy_attach() 161 rdcphy_service(struct mii_softc *self, struct mii_data *mii, int cmd) in rdcphy_service() 264 struct mii_data *mii = sc->mii_pdata; in rdcphy_status()
|