| /freebsd-10-stable/sys/dev/mii/ |
| D | miivar.h | 58 struct mii_data { struct 83 typedef struct mii_data mii_data_t; argument 89 int (*pf_service)(struct mii_softc *, struct mii_data *, int); 122 struct mii_data *mii_pdata; /* pointer to parent's mii_data */ 175 struct mii_data *mii_data; /* pointer to parent data */ member 251 void mii_down(struct mii_data *); 252 int mii_mediachg(struct mii_data *); 253 void mii_tick(struct mii_data *); 254 void mii_pollstat(struct mii_data *);
|
| D | mii.c | 104 sizeof(struct mii_data) 129 struct mii_data *mii; in miibus_attach() 137 ma->mii_data = mii; in miibus_attach() 159 struct mii_data *mii; in miibus_detach() 304 struct mii_data *mii; in miibus_statchg() 316 struct mii_data *mii; in miibus_linkchg() 338 struct mii_data *mii; in miibus_mediainit() 420 ma.mii_data = device_get_softc(*miibus); in mii_attach() 540 mii_mediachg(struct mii_data *mii) in mii_mediachg() 576 mii_tick(struct mii_data *mii) in mii_tick() [all …]
|
| D | axphy.c | 72 static int axphy_service(struct mii_softc *, struct mii_data *, int); 108 axphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in axphy_service() 142 struct mii_data *mii = sc->mii_pdata; in axphy_status()
|
| D | qsphy.c | 107 static int qsphy_service(struct mii_softc *, struct mii_data *, int); 138 qsphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in qsphy_service() 179 struct mii_data *mii = sc->mii_pdata; in qsphy_status()
|
| D | icsphy.c | 105 static int icsphy_service(struct mii_softc *, struct mii_data *, int); 140 icsphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in icsphy_service() 174 struct mii_data *mii = sc->mii_pdata; in icsphy_status()
|
| D | rdcphy.c | 81 static int rdcphy_service(struct mii_softc *, struct mii_data *, int); 111 rdcphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in rdcphy_service() 191 struct mii_data *mii; in rdcphy_status()
|
| D | gentbi.c | 111 static int gentbi_service(struct mii_softc *, struct mii_data *, int); 186 gentbi_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in gentbi_service() 220 struct mii_data *mii = sc->mii_pdata; in gentbi_status()
|
| D | amphy.c | 82 static int amphy_service(struct mii_softc *, struct mii_data *, int); 114 amphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in amphy_service() 148 struct mii_data *mii = sc->mii_pdata; in amphy_status()
|
| D | nsgphy.c | 99 static int nsgphy_service(struct mii_softc *, struct mii_data *,int); 154 nsgphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in nsgphy_service() 188 struct mii_data *mii = sc->mii_pdata; in nsgphy_status()
|
| D | tdkphy.c | 87 static int tdkphy_service(struct mii_softc *, struct mii_data *, int); 117 tdkphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in tdkphy_service() 155 struct mii_data *mii = phy->mii_pdata; in tdkphy_status()
|
| D | rlphy.c | 82 static int rlphy_service(struct mii_softc *, struct mii_data *, int); 136 rlphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in rlphy_service() 178 struct mii_data *mii = phy->mii_pdata; in rlphy_status()
|
| D | bmtphy.c | 107 static int bmtphy_service(struct mii_softc *, struct mii_data *, int); 154 bmtphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in bmtphy_service() 188 struct mii_data *mii; in bmtphy_status()
|
| D | nsphyter.c | 110 static int nsphyter_service(struct mii_softc *, struct mii_data *, int); 144 nsphyter_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in nsphyter_service() 178 struct mii_data *mii = sc->mii_pdata; in nsphyter_status()
|
| D | jmphy.c | 77 static int jmphy_service(struct mii_softc *, struct mii_data *, int); 107 if (strcmp(ma->mii_data->mii_ifp->if_dname, "jme") == 0 && in jmphy_attach() 115 jmphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in jmphy_service() 177 struct mii_data *mii = sc->mii_pdata; in jmphy_status()
|
| D | ip1000phy.c | 78 static int ip1000phy_service(struct mii_softc *, struct mii_data *, int); 111 strcmp(ma->mii_data->mii_ifp->if_dname, "stge") == 0 && in ip1000phy_attach() 119 ip1000phy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in ip1000phy_service() 231 struct mii_data *mii = sc->mii_pdata; in ip1000phy_status()
|
| D | acphy.c | 103 static int acphy_service(struct mii_softc *, struct mii_data *, int); 162 acphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in acphy_service() 209 struct mii_data *mii = sc->mii_pdata; in acphy_status()
|
| D | smscphy.c | 55 static int smscphy_service(struct mii_softc *, struct mii_data *, int); 111 smscphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in smscphy_service() 197 struct mii_data *mii; in smscphy_status()
|
| D | ukphy.c | 102 static int ukphy_service(struct mii_softc *, struct mii_data *, int); 135 ukphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in ukphy_service()
|
| D | lxtphy.c | 107 static int lxtphy_service(struct mii_softc *, struct mii_data *, int); 162 lxtphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in lxtphy_service() 202 struct mii_data *mii = sc->mii_pdata; in lxtphy_status()
|
| D | pnaphy.c | 85 static int pnaphy_service(struct mii_softc *, struct mii_data *,int); 115 pnaphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in pnaphy_service()
|
| D | nsphy.c | 106 static int nsphy_service(struct mii_softc *, struct mii_data *, int); 146 nsphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in nsphy_service() 217 struct mii_data *mii = sc->mii_pdata; in nsphy_status()
|
| D | smcphy.c | 56 static int smcphy_service(struct mii_softc *, struct mii_data *, int); 125 smcphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in smcphy_service() 235 struct mii_data *mii; in smcphy_status()
|
| /freebsd-10-stable/sys/dev/fxp/ |
| D | inphy.c | 78 static int inphy_service(struct mii_softc *, struct mii_data *, int); 113 inphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in inphy_service() 147 struct mii_data *mii = sc->mii_pdata; in inphy_status()
|
| /freebsd-10-stable/sys/dev/dc/ |
| D | pnphy.c | 90 static int pnphy_service(struct mii_softc *, struct mii_data *, int); 142 pnphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in pnphy_service() 199 struct mii_data *mii = sc->mii_pdata; in pnphy_status()
|
| /freebsd-10-stable/sys/dev/usb/net/ |
| D | ruephy.c | 77 static int ruephy_service(struct mii_softc *, struct mii_data *, int); 116 ruephy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in ruephy_service() 194 struct mii_data *mii = phy->mii_pdata; in ruephy_status()
|