Home
last modified time | relevance | path

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

/drivers/net/wireless/broadcom/b43legacy/
Dpio.c149 queue = pio->queue1; in parse_cookie()
400 b43legacy_destroy_pioqueue(pio->queue1); in b43legacy_pio_free()
401 pio->queue1 = NULL; in b43legacy_pio_free()
420 pio->queue1 = queue; in b43legacy_pio_init()
444 b43legacy_destroy_pioqueue(pio->queue1); in b43legacy_pio_init()
445 pio->queue1 = NULL; in b43legacy_pio_init()
455 struct b43legacy_pioqueue *queue = dev->pio.queue1; in b43legacy_pio_tx()
658 pio->queue1->tx_frozen = 1; in b43legacy_pio_freeze_txqueues()
670 pio->queue1->tx_frozen = 0; in b43legacy_pio_thaw_txqueues()
675 if (!list_empty(&pio->queue1->txqueue)) in b43legacy_pio_thaw_txqueues()
[all …]
Db43legacy.h539 struct b43legacy_pioqueue *queue1; member