Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun/io/
H A Dzs_hdlc.c498 zss->sl_flags |= SF_XMT_INPROG; in zsh_init_port()
816 zss->sl_flags |= SF_XMT_INPROG; in zsh_hdp_ok_or_rts_state()
947 if (zss->sl_flags & SF_XMT_INPROG) { in zsh_wput()
966 zss->sl_flags |= SF_XMT_INPROG; in zsh_wput()
1165 sl_flags &= ~SF_XMT_INPROG; in zsh_start()
1184 sl_flags &= ~SF_XMT_INPROG; in zsh_start()
1659 zss->sl_flags &= ~SF_XMT_INPROG; in zsh_xsint()
2180 if (!(zss->sl_flags & SF_XMT_INPROG) && wq->q_first) { in zsh_watchdog()
2181 zss->sl_flags |= SF_XMT_INPROG; in zsh_watchdog()
2212 zss->sl_flags |= SF_XMT_INPROG; in zsh_watchdog()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dser_sync.h240 #define SF_XMT_INPROG 0x2 /* Write queue is not empty */ macro