Home
last modified time | relevance | path

Searched refs:queue3 (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/b43legacy/
Dpio.c168 queue = pio->queue3; in parse_cookie()
410 b43legacy_destroy_pioqueue(pio->queue3); in b43legacy_pio_free()
411 pio->queue3 = NULL; in b43legacy_pio_free()
444 pio->queue3 = queue; in b43legacy_pio_init()
674 pio->queue3->tx_frozen = 1; in b43legacy_pio_freeze_txqueues()
686 pio->queue3->tx_frozen = 0; in b43legacy_pio_thaw_txqueues()
693 if (!list_empty(&pio->queue3->txqueue)) in b43legacy_pio_thaw_txqueues()
694 tasklet_schedule(&pio->queue3->txtask); in b43legacy_pio_thaw_txqueues()
Db43legacy.h540 struct b43legacy_pioqueue *queue3; member
Dmain.c1389 b43legacy_pio_rx(dev->pio.queue3); in b43legacy_interrupt_tasklet()