Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/elxl/
H A Delxl.c710 sc->ex_xcvr = default_media; in elxl_probe_media()
717 sc->ex_xcvr = default_media; in elxl_probe_media()
721 sc->ex_xcvr = exm->exm_xcvr; in elxl_probe_media()
850 switch (sc->ex_xcvr) { in elxl_set_media()
902 configreg |= (sc->ex_xcvr); in elxl_set_media()
940 switch (sc->ex_xcvr) { in elxl_linkcheck()
1421 switch (sc->ex_xcvr) { in elxl_m_getprop()
1486 sc->ex_xcvr = XCVR_SEL_AUTO; in elxl_m_setprop()
1488 sc->ex_xcvr = XCVR_SEL_MII; in elxl_m_setprop()
1495 sc->ex_xcvr = XCVR_SEL_10T; in elxl_m_setprop()
[all …]
H A Delxl.h484 uint32_t ex_xcvr; member