Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/elxl/
H A Delxl.c914 if (sc->ex_fdx) { in elxl_set_media()
1427 str = sc->ex_fdx ? "tp-fdx" : "tp-hdx"; in elxl_m_getprop()
1434 str = sc->ex_fdx ? "fl-fdx" : "fl-hdx"; in elxl_m_getprop()
1440 str = sc->ex_fdx ? "fx-fdx" : "fx-hdx"; in elxl_m_getprop()
1496 sc->ex_fdx = B_TRUE; in elxl_m_setprop()
1504 sc->ex_fdx = B_FALSE; in elxl_m_setprop()
1511 sc->ex_fdx = B_TRUE; in elxl_m_setprop()
1518 sc->ex_fdx = B_FALSE; in elxl_m_setprop()
1525 sc->ex_fdx = B_FALSE; in elxl_m_setprop()
1532 sc->ex_fdx = B_FALSE; in elxl_m_setprop()
[all …]
H A Delxl.h487 boolean_t ex_fdx; member