Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/yge/
H A Dyge.c440 if (port->p_running && (link == LINK_STATE_UP)) { in yge_mii_notify()
1389 ASSERT(!port->p_running); in yge_uninit_port()
1721 if (port->p_running) { in yge_suspend()
1789 if (port != NULL && port->p_running) { in yge_resume()
1801 if (port->p_running) { in yge_resume()
1821 if (!port->p_running) in yge_rxeof()
1881 if (!port->p_running) { in yge_txeof_locked()
1918 if (resched && port->p_running) { in yge_txeof()
1933 if (port->p_running) in yge_restart_task()
1940 if (port->p_running) in yge_restart_task()
[all …]
H A Dyge.h2271 boolean_t p_running; member