Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/b43legacy/
Dpio.c393 static void b43legacy_destroy_pioqueue(struct b43legacy_pioqueue *queue) in b43legacy_destroy_pioqueue() function
410 b43legacy_destroy_pioqueue(pio->queue3); in b43legacy_pio_free()
412 b43legacy_destroy_pioqueue(pio->queue2); in b43legacy_pio_free()
414 b43legacy_destroy_pioqueue(pio->queue1); in b43legacy_pio_free()
416 b43legacy_destroy_pioqueue(pio->queue0); in b43legacy_pio_free()
455 b43legacy_destroy_pioqueue(pio->queue2); in b43legacy_pio_init()
458 b43legacy_destroy_pioqueue(pio->queue1); in b43legacy_pio_init()
461 b43legacy_destroy_pioqueue(pio->queue0); in b43legacy_pio_init()