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

/freebsd-10.0-release/sys/dev/xl/
H A Dif_xl.c755 sc->xl_xcvr = XL_XCVR_10BT;
767 sc->xl_xcvr = XL_XCVR_100BFX;
778 sc->xl_xcvr = XL_XCVR_AUI;
787 sc->xl_xcvr = XL_XCVR_AUI;
799 sc->xl_xcvr = XL_XCVR_COAX;
943 if (sc->xl_xcvr <= XL_XCVR_AUTO)
947 "bogus xcvr value in EEPROM (%x)\n", sc->xl_xcvr);
982 sc->xl_xcvr = XL_XCVR_10BT;
990 sc->xl_xcvr = XL_XCVR_10BT;
997 sc->xl_xcvr
[all...]
H A Dif_xlreg.h602 u_int32_t xl_xcvr; member in struct:xl_softc

Completed in 164 milliseconds