Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/st/cw1200/
Dbh.c349 int *tx_burst) in cw1200_bh_tx_helper() argument
370 ret = wsm_get_tx(priv, &data, &tx_len, tx_burst); in cw1200_bh_tx_helper()
409 if (*tx_burst > 1) { in cw1200_bh_tx_helper()
424 int tx_burst; in cw1200_bh() local
566 tx_burst = priv->wsm_caps.input_buffers - priv->hw_bufs_used; in cw1200_bh()
567 tx_allowed = tx_burst > 0; in cw1200_bh()
576 ret = cw1200_bh_tx_helper(priv, &pending_tx, &tx_burst); in cw1200_bh()
Ddebug.h23 int tx_burst; member
77 ++priv->debug->tx_burst; in cw1200_debug_tx_burst()
Ddebug.c280 d->tx_burst); in cw1200_status_show()
/Linux-v5.15/sound/soc/fsl/
Dfsl_spdif.c63 u32 tx_burst; member
143 .tx_burst = FSL_SPDIF_TXFIFO_WML,
153 .tx_burst = FSL_SPDIF_TXFIFO_WML,
163 .tx_burst = FSL_SPDIF_TXFIFO_WML,
174 .tx_burst = 2, /* Applied for EDMA */
184 .tx_burst = FSL_SPDIF_TXFIFO_WML,
1427 spdif_priv->dma_params_tx.maxburst = spdif_priv->soc->tx_burst; in fsl_spdif_probe()