Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/elxl/
H A Delxl.c755 if (sc->ex_suspended) in elxl_init()
815 if (sc->ex_suspended) in elxl_set_rxfilter()
939 if (sc->ex_running && !sc->ex_suspended) { in elxl_linkcheck()
1068 if (sc->ex_suspended) { in elxl_m_tx()
1566 if (!sc->ex_suspended) { in elxl_m_setprop()
1741 if (sc->ex_suspended) { in elxl_intr()
1843 if (sc->ex_suspended) { in elxl_getstats()
1895 if (sc->ex_suspended) in elxl_stop()
1920 sc->ex_suspended = B_TRUE; in elxl_suspend()
1936 sc->ex_suspended = B_FALSE; in elxl_resume()
[all …]
H A Delxl.h479 boolean_t ex_suspended; member