Searched refs:queue2 (Results 1 – 2 of 2) sorted by relevance
165 queue = pio->queue2; in parse_cookie()412 b43legacy_destroy_pioqueue(pio->queue2); in b43legacy_pio_free()413 pio->queue2 = NULL; in b43legacy_pio_free()439 pio->queue2 = queue; in b43legacy_pio_init()455 b43legacy_destroy_pioqueue(pio->queue2); in b43legacy_pio_init()456 pio->queue2 = NULL; in b43legacy_pio_init()673 pio->queue2->tx_frozen = 1; in b43legacy_pio_freeze_txqueues()685 pio->queue2->tx_frozen = 0; in b43legacy_pio_thaw_txqueues()691 if (!list_empty(&pio->queue2->txqueue)) in b43legacy_pio_thaw_txqueues()692 tasklet_schedule(&pio->queue2->txtask); in b43legacy_pio_thaw_txqueues()
539 struct b43legacy_pioqueue *queue2; member