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()
1495 if (info->params.mode == MGSL_MODE_ASYNC || !info->tx_active) { in mgslpc_put_char()
1531 if (!info->tx_active) in mgslpc_flush_chars()
1566 if (info->tx_active) in mgslpc_write()
1593 if (!info->tx_active) in mgslpc_write()
1616 if (info->tx_active) in mgslpc_write_room()
1647 rc = info->tx_active ? info->max_frame_size : 0; in mgslpc_chars_in_buffer()
1906 if (info->tx_active && info->tx_count && in tx_abort()
2387 while (info->tx_active) { in mgslpc_wait_until_sent()
2395 while ((info->tx_count || info->tx_active) && in mgslpc_wait_until_sent()
2588 info->tx_active,info->bh_requested,info->bh_running, in line_info()
3296 if (!info->tx_active) { in tx_start()
3297 info->tx_active = true; in tx_start()
3301 info->tx_active = true; in tx_start()
3321 info->tx_active = false; in tx_stop()
3833 if (info->tx_active && in tx_timeout()
3838 info->tx_active = false; in tx_timeout()
3945 if (!info->tx_active) { in hdlcdev_xmit()