Searched refs:xl_type (Results 1 – 2 of 2) sorted by relevance
166 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 …]
556 struct xl_type { struct598 const struct xl_type *xl_info; /* 3Com adapter info */601 u_int8_t xl_type; member