Searched refs:tx_frozen (Results 1 – 2 of 2) sorted by relevance
290 if (queue->tx_frozen) in tx_tasklet()671 pio->queue0->tx_frozen = 1; in b43legacy_pio_freeze_txqueues()672 pio->queue1->tx_frozen = 1; in b43legacy_pio_freeze_txqueues()673 pio->queue2->tx_frozen = 1; in b43legacy_pio_freeze_txqueues()674 pio->queue3->tx_frozen = 1; in b43legacy_pio_freeze_txqueues()683 pio->queue0->tx_frozen = 0; in b43legacy_pio_thaw_txqueues()684 pio->queue1->tx_frozen = 0; in b43legacy_pio_thaw_txqueues()685 pio->queue2->tx_frozen = 0; in b43legacy_pio_thaw_txqueues()686 pio->queue3->tx_frozen = 0; in b43legacy_pio_thaw_txqueues()
55 bool tx_frozen; member