Home
last modified time | relevance | path

Searched refs:tx_in_progress (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/tty/serial/
H A Dserial-tegra.c121 int tx_in_progress; member
508 tup->tx_in_progress = TEGRA_UART_TX_PIO; in tegra_uart_start_pio_tx()
527 tup->tx_in_progress = 0; in tegra_uart_tx_dma_complete()
559 tup->tx_in_progress = TEGRA_UART_TX_DMA; in tegra_uart_start_tx_dma()
597 if (!kfifo_is_empty(&tport->xmit_fifo) && !tup->tx_in_progress) in tegra_uart_start_tx()
608 if (!tup->tx_in_progress) { in tegra_uart_tx_empty()
623 if (tup->tx_in_progress != TEGRA_UART_TX_DMA) in tegra_uart_stop_tx()
632 tup->tx_in_progress = 0; in tegra_uart_stop_tx()
640 tup->tx_in_progress = 0; in tegra_uart_handle_tx_pio()
985 tup->tx_in_progress = 0; in tegra_uart_hw_deinit()
[all …]
H A Dsamsung_tty.c141 unsigned int tx_in_progress; member
307 if (dma && dma->tx_chan && ourport->tx_in_progress == S3C24XX_TX_DMA) { in s3c24xx_serial_stop_tx()
320 ourport->tx_in_progress = 0; in s3c24xx_serial_stop_tx()
351 ourport->tx_in_progress = 0; in s3c24xx_serial_tx_dma_complete()
394 ourport->tx_in_progress = S3C24XX_TX_PIO; in enable_tx_pio()
462 ourport->tx_in_progress = S3C24XX_TX_DMA; in s3c24xx_serial_start_tx_dma()
506 !ourport->tx_in_progress) in s3c24xx_serial_start_tx()
1186 ourport->tx_in_progress = 0; in s3c64xx_serial_shutdown()
1213 ourport->tx_in_progress = 0; in apple_s5l_serial_shutdown()
/linux/drivers/net/ovpn/
H A Dtcp.c263 if (peer->tcp.tx_in_progress) in ovpn_tcp_send_sock()
266 peer->tcp.tx_in_progress = true; in ovpn_tcp_send_sock()
312 peer->tcp.tx_in_progress = false; in ovpn_tcp_send_sock()
/linux/drivers/net/ethernet/ti/
H A Dtlan.h191 u32 tx_in_progress; member
H A Dtlan.c1081 if (!priv->tx_in_progress) { in tlan_start_tx()
1082 priv->tx_in_progress = 1; in tlan_start_tx()
1400 priv->tx_in_progress = 0; in tlan_handle_tx_eof()
1643 priv->tx_in_progress = 0; in tlan_handle_tx_eoc()