Home
last modified time | relevance | path

Searched refs:tx_burst (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dbh.c341 int *tx_burst) in cw1200_bh_tx_helper() argument
362 ret = wsm_get_tx(priv, &data, &tx_len, tx_burst); in cw1200_bh_tx_helper()
401 if (*tx_burst > 1) { in cw1200_bh_tx_helper()
416 int tx_burst; in cw1200_bh() local
558 tx_burst = priv->wsm_caps.input_buffers - priv->hw_bufs_used; in cw1200_bh()
559 tx_allowed = tx_burst > 0; in cw1200_bh()
568 ret = cw1200_bh_tx_helper(priv, &pending_tx, &tx_burst); in cw1200_bh()
H A Ddebug.h23 int tx_burst; member
77 ++priv->debug->tx_burst; in cw1200_debug_tx_burst()
H A Ddebug.c280 d->tx_burst); in cw1200_status_show()
/openbmc/qemu/hw/ssi/
H A Dimx_spi.c171 int tx_burst = 0; in imx_spi_flush_txfifo() local
187 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()
H A Dallwinner-a10-spi.c289 uint32_t tx_burst = s->regs[REG_INDEX(SPI_TC_REG)]; in allwinner_a10_spi_flush_txfifo() local
290 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()
/openbmc/linux/arch/mips/include/asm/mach-lantiq/xway/
H A Dxway_dma.h48 extern void ltq_dma_init_port(int p, int tx_burst, int rx_burst);
/openbmc/linux/arch/mips/lantiq/xway/
H A Ddma.c185 ltq_dma_init_port(int p, int tx_burst, int rx_burst) in ltq_dma_init_port() argument
219 switch (tx_burst) { in ltq_dma_init_port()
/openbmc/linux/sound/soc/fsl/
H A Dfsl_spdif.c68 u32 tx_burst; member
158 .tx_burst = FSL_SPDIF_TXFIFO_WML,
168 .tx_burst = FSL_SPDIF_TXFIFO_WML,
178 .tx_burst = FSL_SPDIF_TXFIFO_WML,
189 .tx_burst = 2, /* Applied for EDMA */
199 .tx_burst = FSL_SPDIF_TXFIFO_WML,
209 .tx_burst = 2, /* Applied for EDMA */
1633 spdif_priv->dma_params_tx.maxburst = spdif_priv->soc->tx_burst; in fsl_spdif_probe()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8851be.c17 .tx_burst = MAC_AX_TX_BURST_2048B,
H A Drtw8852ae.c17 .tx_burst = MAC_AX_TX_BURST_2048B,
H A Drtw8852ce.c26 .tx_burst = MAC_AX_TX_BURST_V1_256B,
H A Drtw8852be.c17 .tx_burst = MAC_AX_TX_BURST_2048B,
H A Dpci.h765 enum mac_ax_tx_burst tx_burst; member
H A Dpci.c2401 enum mac_ax_tx_burst tx_burst = info->tx_burst; in rtw89_pci_mode_op() local
2434 rtw89_write32_mask(rtwdev, R_AX_PCIE_INIT_CFG1, B_AX_PCIE_MAX_TXDMA_MASK, tx_burst); in rtw89_pci_mode_op()
2437 rtw89_write32_mask(rtwdev, R_AX_HAXI_INIT_CFG1, B_AX_HAXI_MAX_TXDMA_MASK, tx_burst); in rtw89_pci_mode_op()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-net.h177 int32_t tx_burst; member
/openbmc/qemu/hw/net/
H A Dvirtio-net.c2700 if (ret >= n->tx_burst) { in virtio_net_tx_complete()
2808 if (++num_packets >= n->tx_burst) { in virtio_net_flush_tx()
2906 if (ret >= n->tx_burst) { in virtio_net_tx_timer()
2956 if (ret >= n->tx_burst) { in virtio_net_tx_bh()
3781 n->tx_burst = n->net_conf.txburst; in virtio_net_device_realize()