Home
last modified time | relevance | path

Searched defs:tulip_21x4x_media (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dtulipvar.h266 struct tulip_21x4x_media { struct
267 int tm_type; /* type of media; see tulipreg.h */
268 const char *tm_name; /* name of media */
270 void (*tm_get)(struct tulip_softc *, struct ifmediareq *);
271 int (*tm_set)(struct tulip_softc *);
273 int tm_phyno; /* PHY # on MII */
275 int tm_gp_length; /* MII select sequence length */
276 int tm_gp_offset; /* MII select sequence offset */
278 int tm_reset_length;/* MII reset sequence length */
279 int tm_reset_offset;/* MII reset sequence offset */
[all …]