Searched refs:tx_in_progress (Results 1 – 6 of 6) sorted by relevance
121 int tx_in_progress; member508 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 …]
141 unsigned int tx_in_progress; member307 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()
232 if (peer->tcp.tx_in_progress) in ovpn_tcp_send_sock()235 peer->tcp.tx_in_progress = true; in ovpn_tcp_send_sock()281 peer->tcp.tx_in_progress = false; in ovpn_tcp_send_sock()
81 bool tx_in_progress; member
191 u32 tx_in_progress; member
1081 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()
Completed in 21 milliseconds