Lines Matching refs:tx_active
285 bool tx_active; member
860 while (info->tx_active) { in wait_until_sent()
878 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE; in write_room()
1234 info->tx_active,info->bh_requested,info->bh_running, in line_info()
2074 if (info->tx_active) in isr_serial()
2212 if (info->tx_active) { in isr_txeom()
2225 info->tx_active = false; in isr_txeom()
3972 info->tx_active = true; in tx_start()
3996 info->tx_active = false; in tx_stop()
4781 if (info->tx_active) in tbuf_bytes()
4851 if (!info->tx_active) in tx_load()
5030 if(info->tx_active && info->params.mode == MGSL_MODE_HDLC) { in tx_timeout()