Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/pcn/
H A Dpcnimpl.h231 #define PCN_SUSPENDED (1L << 1) macro
239 #define IS_SUSPENDED(p) ((p)->pcn_flags & PCN_SUSPENDED)
H A Dpcn.c466 pcnp->pcn_flags |= PCN_SUSPENDED; in pcn_detach()
488 pcnp->pcn_flags &= ~PCN_SUSPENDED; in pcn_ddi_resume()
492 pcnp->pcn_flags |= PCN_SUSPENDED; in pcn_ddi_resume()
694 if (pcnp->pcn_flags & PCN_SUSPENDED) { in pcn_m_tx()