Home
last modified time | relevance | path

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

/drivers/net/wireless/broadcom/b43legacy/
Dpio.c155 queue = pio->queue3; in parse_cookie()
396 b43legacy_destroy_pioqueue(pio->queue3); in b43legacy_pio_free()
397 pio->queue3 = NULL; in b43legacy_pio_free()
430 pio->queue3 = queue; in b43legacy_pio_init()
660 pio->queue3->tx_frozen = 1; in b43legacy_pio_freeze_txqueues()
672 pio->queue3->tx_frozen = 0; in b43legacy_pio_thaw_txqueues()
679 if (!list_empty(&pio->queue3->txqueue)) in b43legacy_pio_thaw_txqueues()
680 tasklet_schedule(&pio->queue3->txtask); in b43legacy_pio_thaw_txqueues()
Db43legacy.h541 struct b43legacy_pioqueue *queue3; member
Dmain.c1360 b43legacy_pio_rx(dev->pio.queue3); in b43legacy_interrupt_tasklet()