Home
last modified time | relevance | path

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

/drivers/net/wireless/b43legacy/
Dpio.c159 queue = pio->queue0; in parse_cookie()
416 b43legacy_destroy_pioqueue(pio->queue0); in b43legacy_pio_free()
417 pio->queue0 = NULL; in b43legacy_pio_free()
429 pio->queue0 = queue; in b43legacy_pio_init()
461 b43legacy_destroy_pioqueue(pio->queue0); in b43legacy_pio_init()
462 pio->queue0 = NULL; in b43legacy_pio_init()
671 pio->queue0->tx_frozen = 1; in b43legacy_pio_freeze_txqueues()
683 pio->queue0->tx_frozen = 0; in b43legacy_pio_thaw_txqueues()
687 if (!list_empty(&pio->queue0->txqueue)) in b43legacy_pio_thaw_txqueues()
688 tasklet_schedule(&pio->queue0->txtask); in b43legacy_pio_thaw_txqueues()
Db43legacy.h537 struct b43legacy_pioqueue *queue0; member
Dmain.c1380 b43legacy_pio_rx(dev->pio.queue0); in b43legacy_interrupt_tasklet()