Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/atu/
H A Datu.c390 if (!ATU_RUNNING(sc)) in atu_start_scan()
647 if (ATU_RUNNING(sc)) in atu_rxeof()
899 if (!ATU_RUNNING(sc)) { in atu_watchdog()
1494 if (ATU_RUNNING(sc)) { in atu_m_setprop()
1546 if (ATU_RUNNING(sc)) { in atu_m_ioctl()
H A Datu.h107 #define ATU_RUNNING(sc) ((sc)->sc_flags & ATU_FLAG_RUNNING) macro