Searched refs:tx_burst (Results 1 – 7 of 7) sorted by relevance
/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()
|
/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()
|
/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);
|
/linux/sound/soc/fsl/ |
H A D | fsl_spdif.c | 56 * @tx_burst: tx maxburst size 66 u32 tx_burst; member 156 .tx_burst = FSL_SPDIF_TXFIFO_WML, 166 .tx_burst = FSL_SPDIF_TXFIFO_WML, 176 .tx_burst = FSL_SPDIF_TXFIFO_WML, 187 .tx_burst = 2, /* Applied for EDMA */ 197 .tx_burst = FSL_SPDIF_TXFIFO_WML, 207 .tx_burst = 2, /* Applied for EDMA */ 1631 spdif_priv->dma_params_tx.maxburst = spdif_priv->soc->tx_burst; in fsl_spdif_probe()
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8852bte.c | 18 .tx_burst = MAC_AX_TX_BURST_2048B,
|