Searched refs:queue2 (Results 1 – 2 of 2) sorted by relevance
152 queue = pio->queue2; in parse_cookie()398 b43legacy_destroy_pioqueue(pio->queue2); in b43legacy_pio_free()399 pio->queue2 = NULL; in b43legacy_pio_free()425 pio->queue2 = queue; in b43legacy_pio_init()441 b43legacy_destroy_pioqueue(pio->queue2); in b43legacy_pio_init()442 pio->queue2 = NULL; in b43legacy_pio_init()659 pio->queue2->tx_frozen = 1; in b43legacy_pio_freeze_txqueues()671 pio->queue2->tx_frozen = 0; in b43legacy_pio_thaw_txqueues()677 if (!list_empty(&pio->queue2->txqueue)) in b43legacy_pio_thaw_txqueues()678 tasklet_schedule(&pio->queue2->txtask); in b43legacy_pio_thaw_txqueues()
540 struct b43legacy_pioqueue *queue2; member