Searched refs:BCSP_XMIT (Results 1 – 1 of 1) sorted by relevance
131 #define BCSP_XMIT (1 << 0) /* transmit active */ macro507 sc->sc_flags &= ~BCSP_XMIT; in bcsp_slip_transmit()1657 sc->sc_flags &= ~BCSP_XMIT; in bcsp_enable()1694 KASSERT((sc->sc_flags & BCSP_XMIT) == 0); in bcsp_start()1700 sc->sc_flags |= BCSP_XMIT; in bcsp_start()1707 sc->sc_flags |= BCSP_XMIT; in bcsp_start()1715 sc->sc_flags |= BCSP_XMIT; in bcsp_start()1735 if ((sc->sc_flags & BCSP_XMIT) == 0) in bcsp_output_cmd()1754 if ((sc->sc_flags & BCSP_XMIT) == 0) in bcsp_output_acl()1772 if ((sc->sc_flags & BCSP_XMIT) == 0) in bcsp_output_sco()