Lines Matching refs:tx_active
311 bool tx_active; member
916 while (info->tx_active) { in wait_until_sent()
934 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE; in write_room()
1290 info->tx_active,info->bh_requested,info->bh_running, in line_info()
2135 if (info->tx_active) in isr_serial()
2273 if (info->tx_active) { in isr_txeom()
2286 info->tx_active = false; in isr_txeom()
4041 info->tx_active = true; in tx_start()
4065 info->tx_active = false; in tx_stop()
4850 if (info->tx_active) in tbuf_bytes()
4920 if (!info->tx_active) in tx_load()
5099 if(info->tx_active && info->params.mode == MGSL_MODE_HDLC) { in tx_timeout()