Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/cw1200/
Dbh.c355 int *tx_burst) in cw1200_bh_tx_helper() argument
376 ret = wsm_get_tx(priv, &data, &tx_len, tx_burst); in cw1200_bh_tx_helper()
415 if (*tx_burst > 1) { in cw1200_bh_tx_helper()
430 int tx_burst; in cw1200_bh() local
572 tx_burst = priv->wsm_caps.input_buffers - priv->hw_bufs_used; in cw1200_bh()
573 tx_allowed = tx_burst > 0; in cw1200_bh()
582 ret = cw1200_bh_tx_helper(priv, &pending_tx, &tx_burst); in cw1200_bh()
Ddebug.h26 int tx_burst; member
80 ++priv->debug->tx_burst; in cw1200_debug_tx_burst()
Ddebug.c283 d->tx_burst); in cw1200_status_show()