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()
1510 if (info->params.mode == MGSL_MODE_ASYNC || !info->tx_active) { in mgslpc_put_char()
1546 if (!info->tx_active) in mgslpc_flush_chars()
1581 if (info->tx_active) in mgslpc_write()
1608 if (!info->tx_active) in mgslpc_write()
1631 if (info->tx_active) in mgslpc_write_room()
1662 rc = info->tx_active ? info->max_frame_size : 0; in mgslpc_chars_in_buffer()
1921 if (info->tx_active && info->tx_count && in tx_abort()
2408 while (info->tx_active) { in mgslpc_wait_until_sent()
2416 while ((info->tx_count || info->tx_active) && in mgslpc_wait_until_sent()
2611 info->tx_active,info->bh_requested,info->bh_running, in line_info()
3332 if (!info->tx_active) { in tx_start()
3333 info->tx_active = true; in tx_start()
3337 info->tx_active = true; in tx_start()
3357 info->tx_active = false; in tx_stop()
3869 if (info->tx_active && in tx_timeout()
3874 info->tx_active = false; in tx_timeout()
3981 if (!info->tx_active) { in hdlcdev_xmit()