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

/freebsd-11-stable/sys/dev/xl/
H A Dif_xl.c166 static const struct xl_type xl_devs[] = {
457 if (sc->xl_type == XL_TYPE_905B) {
466 if (sc->xl_type == XL_TYPE_905B)
497 if (sc->xl_type == XL_TYPE_905B &&
595 if (sc->xl_type == XL_TYPE_905B)
902 const struct xl_type *t;
954 if (sc->xl_type == XL_TYPE_905B &&
1323 sc->xl_type = XL_TYPE_905B;
1325 sc->xl_type = XL_TYPE_90X;
1345 if (sc->xl_type
[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 in struct:xl_softc

Completed in 107 milliseconds