Home
last modified time | relevance | path

Searched refs:tx_burst_idx (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/cw1200/
Dwsm.c451 priv->tx_burst_idx = -1; in wsm_join()
690 priv->tx_burst_idx = -1; in wsm_start()
1612 if (winner >= 0 && priv->tx_burst_idx >= 0 && in cw1200_get_prio_queue()
1613 winner != priv->tx_burst_idx && in cw1200_get_prio_queue()
1618 &priv->tx_queue[priv->tx_burst_idx], in cw1200_get_prio_queue()
1620 winner = priv->tx_burst_idx; in cw1200_get_prio_queue()
1743 priv->tx_burst_idx = queue_num; in wsm_get_tx()
1745 priv->tx_burst_idx = -1; in wsm_get_tx()
Dcw1200.h135 int tx_burst_idx; member