Lines Matching refs:tx_active
193 bool tx_active; member
963 if (!info->tx_active) in tx_done()
966 info->tx_active = false; in tx_done()
1007 if (!info->tx_active) in tx_ready()
1015 info->tx_active = false; in tx_ready()
1503 if (info->params.mode == MGSL_MODE_ASYNC || !info->tx_active) { in mgslpc_put_char()
1539 if (!info->tx_active) in mgslpc_flush_chars()
1574 if (info->tx_active) in mgslpc_write()
1601 if (!info->tx_active) in mgslpc_write()
1624 if (info->tx_active) in mgslpc_write_room()
1655 rc = info->tx_active ? info->max_frame_size : 0; in mgslpc_chars_in_buffer()
1914 if (info->tx_active && info->tx_count && in tx_abort()
2395 while (info->tx_active) { in mgslpc_wait_until_sent()
2403 while ((info->tx_count || info->tx_active) && in mgslpc_wait_until_sent()
2598 info->tx_active,info->bh_requested,info->bh_running, in line_info()
3306 if (!info->tx_active) { in tx_start()
3307 info->tx_active = true; in tx_start()
3311 info->tx_active = true; in tx_start()
3331 info->tx_active = false; in tx_stop()
3843 if (info->tx_active && in tx_timeout()
3848 info->tx_active = false; in tx_timeout()
3955 if (!info->tx_active) { in hdlcdev_xmit()