/openbmc/linux/drivers/net/wireless/st/cw1200/ |
H A D | bh.c | 341 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 D | debug.h | 23 int tx_burst; member 77 ++priv->debug->tx_burst; in cw1200_debug_tx_burst()
|
H A D | debug.c | 280 d->tx_burst); in cw1200_status_show()
|
/openbmc/qemu/hw/ssi/ |
H A D | imx_spi.c | 171 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 D | allwinner-a10-spi.c | 289 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 D | xway_dma.h | 48 extern void ltq_dma_init_port(int p, int tx_burst, int rx_burst);
|
/openbmc/linux/arch/mips/lantiq/xway/ |
H A D | dma.c | 185 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 D | fsl_spdif.c | 68 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 D | rtw8851be.c | 17 .tx_burst = MAC_AX_TX_BURST_2048B,
|
H A D | rtw8852ae.c | 17 .tx_burst = MAC_AX_TX_BURST_2048B,
|
H A D | rtw8852ce.c | 26 .tx_burst = MAC_AX_TX_BURST_V1_256B,
|
H A D | rtw8852be.c | 17 .tx_burst = MAC_AX_TX_BURST_2048B,
|
H A D | pci.h | 765 enum mac_ax_tx_burst tx_burst; member
|
H A D | pci.c | 2401 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 D | virtio-net.h | 177 int32_t tx_burst; member
|
/openbmc/qemu/hw/net/ |
H A D | virtio-net.c | 2700 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()
|