Lines Matching refs:tx_active
193 bool tx_active; member
961 if (!info->tx_active) in tx_done()
964 info->tx_active = false; in tx_done()
1005 if (!info->tx_active) in tx_ready()
1013 info->tx_active = false; in tx_ready()
1497 if (info->params.mode == MGSL_MODE_ASYNC || !info->tx_active) { in mgslpc_put_char()
1533 if (!info->tx_active) in mgslpc_flush_chars()
1568 if (info->tx_active) in mgslpc_write()
1595 if (!info->tx_active) in mgslpc_write()
1618 if (info->tx_active) in mgslpc_write_room()
1649 rc = info->tx_active ? info->max_frame_size : 0; in mgslpc_chars_in_buffer()
1908 if (info->tx_active && info->tx_count && in tx_abort()
2390 while (info->tx_active) { in mgslpc_wait_until_sent()
2398 while ((info->tx_count || info->tx_active) && in mgslpc_wait_until_sent()
2589 info->tx_active,info->bh_requested,info->bh_running, in line_info()
3297 if (!info->tx_active) { in tx_start()
3298 info->tx_active = true; in tx_start()
3302 info->tx_active = true; in tx_start()
3322 info->tx_active = false; in tx_stop()
3834 if (info->tx_active && in tx_timeout()
3839 info->tx_active = false; in tx_timeout()
3946 if (!info->tx_active) { in hdlcdev_xmit()