Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dpio.c379 static void b43legacy_destroy_pioqueue(struct b43legacy_pioqueue *queue) in b43legacy_destroy_pioqueue() function
396 b43legacy_destroy_pioqueue(pio->queue3); in b43legacy_pio_free()
398 b43legacy_destroy_pioqueue(pio->queue2); in b43legacy_pio_free()
400 b43legacy_destroy_pioqueue(pio->queue1); in b43legacy_pio_free()
402 b43legacy_destroy_pioqueue(pio->queue0); in b43legacy_pio_free()
441 b43legacy_destroy_pioqueue(pio->queue2); in b43legacy_pio_init()
444 b43legacy_destroy_pioqueue(pio->queue1); in b43legacy_pio_init()
447 b43legacy_destroy_pioqueue(pio->queue0); in b43legacy_pio_init()