Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/st/cw1200/
Dbh.c352 int *tx_burst) in cw1200_bh_tx_helper() argument
373 ret = wsm_get_tx(priv, &data, &tx_len, tx_burst); in cw1200_bh_tx_helper()
412 if (*tx_burst > 1) { in cw1200_bh_tx_helper()
427 int tx_burst; in cw1200_bh() local
569 tx_burst = priv->wsm_caps.input_buffers - priv->hw_bufs_used; in cw1200_bh()
570 tx_allowed = tx_burst > 0; in cw1200_bh()
579 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()