Home
last modified time | relevance | path

Searched refs:xl_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/xl/
H A Dif_xl.c166 static const struct xl_type xl_devs[] = {
456 if (sc->xl_type == XL_TYPE_905B) { in xl_miibus_statchg()
465 if (sc->xl_type == XL_TYPE_905B) in xl_miibus_statchg()
496 if (sc->xl_type == XL_TYPE_905B && in xl_miibus_mediainit()
594 if (sc->xl_type == XL_TYPE_905B) in xl_rxfilter()
898 const struct xl_type *t; in xl_probe()
950 if (sc->xl_type == XL_TYPE_905B && in xl_mediacheck()
1312 sc->xl_type = XL_TYPE_905B; in xl_attach()
1314 sc->xl_type = XL_TYPE_90X; in xl_attach()
1334 if (sc->xl_type == XL_TYPE_905B) { in xl_attach()
[all …]
H A Dif_xlreg.h556 struct xl_type { struct
598 const struct xl_type *xl_info; /* 3Com adapter info */
601 u_int8_t xl_type; member