Searched refs:tx_burst (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wireless/st/cw1200/ |
| A D | bh.c | 347 int *tx_burst) in cw1200_bh_tx_helper() argument 368 ret = wsm_get_tx(priv, &data, &tx_len, tx_burst); in cw1200_bh_tx_helper() 407 if (*tx_burst > 1) { in cw1200_bh_tx_helper() 422 int tx_burst; in cw1200_bh() local 564 tx_burst = priv->wsm_caps.input_buffers - priv->hw_bufs_used; in cw1200_bh() 565 tx_allowed = tx_burst > 0; in cw1200_bh() 574 ret = cw1200_bh_tx_helper(priv, &pending_tx, &tx_burst); in cw1200_bh()
|
| A D | debug.h | 23 int tx_burst; member 77 ++priv->debug->tx_burst; in cw1200_debug_tx_burst()
|
| A D | debug.c | 280 d->tx_burst); in cw1200_status_show()
|
| /linux/arch/mips/lantiq/xway/ |
| 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/ |
| A D | xway_dma.h | 48 extern void ltq_dma_init_port(int p, int tx_burst, int rx_burst);
|
| /linux/sound/soc/fsl/ |
| A D | fsl_spdif.c | 63 u32 tx_burst; member 145 .tx_burst = FSL_SPDIF_TXFIFO_WML, 155 .tx_burst = FSL_SPDIF_TXFIFO_WML, 165 .tx_burst = FSL_SPDIF_TXFIFO_WML, 176 .tx_burst = 2, /* Applied for EDMA */ 186 .tx_burst = FSL_SPDIF_TXFIFO_WML, 196 .tx_burst = 2, /* Applied for EDMA */ 1511 spdif_priv->dma_params_tx.maxburst = spdif_priv->soc->tx_burst; in fsl_spdif_probe()
|
Completed in 17 milliseconds