Home
last modified time | relevance | path

Searched refs:queue1 (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/wireless/b43legacy/
Dpio.c162 queue = pio->queue1; in parse_cookie()
414 b43legacy_destroy_pioqueue(pio->queue1); in b43legacy_pio_free()
415 pio->queue1 = NULL; in b43legacy_pio_free()
434 pio->queue1 = queue; in b43legacy_pio_init()
458 b43legacy_destroy_pioqueue(pio->queue1); in b43legacy_pio_init()
459 pio->queue1 = NULL; in b43legacy_pio_init()
469 struct b43legacy_pioqueue *queue = dev->pio.queue1; in b43legacy_pio_tx()
672 pio->queue1->tx_frozen = 1; in b43legacy_pio_freeze_txqueues()
684 pio->queue1->tx_frozen = 0; in b43legacy_pio_thaw_txqueues()
689 if (!list_empty(&pio->queue1->txqueue)) in b43legacy_pio_thaw_txqueues()
[all …]
Db43legacy.h540 struct b43legacy_pioqueue *queue1; member