Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcn.c498 if (IS_RUNNING(pcnp)) in pcn_ddi_resume()
639 if (IS_RUNNING(pcnp)) in pcn_m_promisc()
648 if (IS_RUNNING(pcnp)) in pcn_m_promisc()
669 if (IS_RUNNING(pcnp)) in pcn_m_unicast()
677 if (IS_RUNNING(pcnp)) in pcn_m_unicast()
1113 if (IS_RUNNING(pcnp)) in pcn_startall()
H A Dpcnimpl.h238 #define IS_RUNNING(p) ((p)->pcn_flags & PCN_RUNNING) macro