Searched refs:tx_burst (Results 1 – 4 of 4) sorted by relevance
171 int tx_burst = 0; in imx_spi_flush_txfifo() local187 tx_burst = (s->burst_length % 32) ? : 32; in imx_spi_flush_txfifo()191 while (tx_burst > 0) { in imx_spi_flush_txfifo()192 uint8_t byte = tx >> (tx_burst - 8); in imx_spi_flush_txfifo()204 tx_burst -= 8; in imx_spi_flush_txfifo()
289 uint32_t tx_burst = s->regs[REG_INDEX(SPI_TC_REG)]; in allwinner_a10_spi_flush_txfifo() local290 trace_allwinner_a10_spi_burst_length(tx_burst); in allwinner_a10_spi_flush_txfifo()310 if (tx_burst > 0u) { in allwinner_a10_spi_flush_txfifo()312 tx_burst--; in allwinner_a10_spi_flush_txfifo()
177 int32_t tx_burst; member
2703 if (ret >= n->tx_burst) { in virtio_net_tx_complete()2811 if (++num_packets >= n->tx_burst) { in virtio_net_flush_tx()2909 if (ret >= n->tx_burst) { in virtio_net_tx_timer()2959 if (ret >= n->tx_burst) { in virtio_net_tx_bh()3896 n->tx_burst = n->net_conf.txburst; in virtio_net_device_realize()