Searched refs:SF_XMT_INPROG (Results 1 – 2 of 2) sorted by relevance
498 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 …]
240 #define SF_XMT_INPROG 0x2 /* Write queue is not empty */ macro