Searched refs:tx_frozen (Results 1 – 2 of 2) sorted by relevance
277 if (queue->tx_frozen) in tx_tasklet()657 pio->queue0->tx_frozen = 1; in b43legacy_pio_freeze_txqueues()658 pio->queue1->tx_frozen = 1; in b43legacy_pio_freeze_txqueues()659 pio->queue2->tx_frozen = 1; in b43legacy_pio_freeze_txqueues()660 pio->queue3->tx_frozen = 1; in b43legacy_pio_freeze_txqueues()669 pio->queue0->tx_frozen = 0; in b43legacy_pio_thaw_txqueues()670 pio->queue1->tx_frozen = 0; in b43legacy_pio_thaw_txqueues()671 pio->queue2->tx_frozen = 0; in b43legacy_pio_thaw_txqueues()672 pio->queue3->tx_frozen = 0; in b43legacy_pio_thaw_txqueues()
56 bool tx_frozen; member