Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/broadcom/b43legacy/
Dpio.c214 queue->nr_txfree++; in free_txpacket()
304 queue->nr_txfree = B43legacy_PIO_MAXTXPACKETS; in setup_txqueues()
466 queue->nr_txfree--; in b43legacy_pio_tx()
467 B43legacy_WARN_ON(queue->nr_txfree >= B43legacy_PIO_MAXTXPACKETS); in b43legacy_pio_tx()
Dpio.h69 unsigned int nr_txfree; member