/freebsd/sys/dev/mii/ |
H A D | miivar.h | 60 struct mii_data { struct 78 typedef struct mii_data mii_data_t; argument 84 int (*pf_service)(struct mii_softc *, struct mii_data *, int); 117 struct mii_data *mii_pdata; /* pointer to parent's mii_data */ 209 struct mii_data *mii_data; /* pointer to parent data */ member 273 int mii_mediachg(struct mii_data *); 274 void mii_tick(struct mii_data *); 275 void mii_pollstat(struct mii_data *);
|
H A D | mii.c | 102 DEFINE_CLASS_0(miibus, miibus_driver, miibus_methods, sizeof(struct mii_data)); 126 struct mii_data *mii; in miibus_attach() 134 ma->mii_data = mii; in miibus_attach() 157 struct mii_data *mii; in miibus_detach() 312 struct mii_data *mii; in miibus_statchg() 324 struct mii_data *mii; in miibus_linkchg() 346 struct mii_data *mii; in miibus_mediainit() 430 ma.mii_data = device_get_softc(*miibus); in mii_attach() 546 mii_mediachg(struct mii_data *mii) in mii_mediachg() 582 mii_tick(struct mii_data *mii) in mii_tick() [all …]
|
H A D | axphy.c | 69 static int axphy_service(struct mii_softc *, struct mii_data *, int); 105 axphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in axphy_service() 133 struct mii_data *mii = sc->mii_pdata; in axphy_status()
|
H A D | qsphy.c | 105 static int qsphy_service(struct mii_softc *, struct mii_data *, int); 136 qsphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in qsphy_service() 165 struct mii_data *mii = sc->mii_pdata; in qsphy_status()
|
H A D | icsphy.c | 103 static int icsphy_service(struct mii_softc *, struct mii_data *, int); 139 icsphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in icsphy_service() 167 struct mii_data *mii = sc->mii_pdata; in icsphy_status()
|
H A D | mv88e151x.c | 74 static int mv88e151x_service(struct mii_softc *, struct mii_data *, int); 153 mv88e151x_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in mv88e151x_service() 180 struct mii_data *mii = phy->mii_pdata; in mv88e151x_fiber_status() 258 struct mii_data *mii = phy->mii_pdata; in mv88e151x_status()
|
H A D | rdcphy.c | 79 static int rdcphy_service(struct mii_softc *, struct mii_data *, int); 110 rdcphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in rdcphy_service() 184 struct mii_data *mii; in rdcphy_status()
|
H A D | amphy.c | 80 static int amphy_service(struct mii_softc *, struct mii_data *, int); 112 amphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in amphy_service() 140 struct mii_data *mii = sc->mii_pdata; in amphy_status()
|
H A D | bmtphy.c | 105 static int bmtphy_service(struct mii_softc *, struct mii_data *, int); 152 bmtphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in bmtphy_service() 180 struct mii_data *mii; in bmtphy_status()
|
H A D | gentbi.c | 109 static int gentbi_service(struct mii_softc *, struct mii_data *, int); 184 gentbi_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in gentbi_service() 212 struct mii_data *mii = sc->mii_pdata; in gentbi_status()
|
H A D | nsgphy.c | 97 static int nsgphy_service(struct mii_softc *, struct mii_data *,int); 152 nsgphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in nsgphy_service() 180 struct mii_data *mii = sc->mii_pdata; in nsgphy_status()
|
H A D | nsphyter.c | 108 static int nsphyter_service(struct mii_softc *, struct mii_data *, int); 142 nsphyter_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in nsphyter_service() 170 struct mii_data *mii = sc->mii_pdata; in nsphyter_status()
|
H A D | rlphy.c | 81 static int rlphy_service(struct mii_softc *, struct mii_data *, int); 133 rlphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in rlphy_service() 163 struct mii_data *mii = phy->mii_pdata; in rlphy_status()
|
H A D | tdkphy.c | 85 static int tdkphy_service(struct mii_softc *, struct mii_data *, int); 115 tdkphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in tdkphy_service() 147 struct mii_data *mii = phy->mii_pdata; in tdkphy_status()
|
H A D | acphy.c | 101 static int acphy_service(struct mii_softc *, struct mii_data *, int); 158 acphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in acphy_service() 193 struct mii_data *mii = sc->mii_pdata; in acphy_status()
|
H A D | smscphy.c | 55 static int smscphy_service(struct mii_softc *, struct mii_data *, int); 110 smscphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in smscphy_service() 186 struct mii_data *mii; in smscphy_status()
|
H A D | ukphy.c | 100 static int ukphy_service(struct mii_softc *, struct mii_data *, int); 133 ukphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in ukphy_service()
|
H A D | lxtphy.c | 105 static int lxtphy_service(struct mii_softc *, struct mii_data *, int); 158 lxtphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in lxtphy_service() 192 struct mii_data *mii = sc->mii_pdata; in lxtphy_status()
|
H A D | nsphy.c | 105 static int nsphy_service(struct mii_softc *, struct mii_data *, int); 136 nsphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in nsphy_service() 201 struct mii_data *mii = sc->mii_pdata; in nsphy_status()
|
H A D | pnaphy.c | 83 static int pnaphy_service(struct mii_softc *, struct mii_data *,int); 113 pnaphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in pnaphy_service()
|
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_phy.c | 81 struct mii_data *mii; in ar40xx_phy_tick() 138 struct mii_data * 165 struct mii_data *mii = ar40xx_phy_miiforport(sc, if_getdunit(ifp)); in ar40xx_ifmedia_upd() 180 struct mii_data *mii = ar40xx_phy_miiforport(sc, if_getdunit(ifp)); in ar40xx_ifmedia_sts()
|
/freebsd/sys/dev/fxp/ |
H A D | inphy.c | 77 static int inphy_service(struct mii_softc *, struct mii_data *, int); 112 inphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in inphy_service() 146 struct mii_data *mii = sc->mii_pdata; in inphy_status()
|
/freebsd/sys/dev/dc/ |
H A D | pnphy.c | 89 static int pnphy_service(struct mii_softc *, struct mii_data *, int); 141 pnphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in pnphy_service() 198 struct mii_data *mii = sc->mii_pdata; in pnphy_status()
|
/freebsd/sys/dev/usb/net/ |
H A D | ruephy.c | 74 static int ruephy_service(struct mii_softc *, struct mii_data *, int); 113 ruephy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in ruephy_service() 179 struct mii_data *mii = phy->mii_pdata; in ruephy_status()
|
/freebsd/sys/dev/xl/ |
H A D | xlphy.c | 100 static int xlphy_service(struct mii_softc *, struct mii_data *, int); 145 xlphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in xlphy_service()
|