Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/b43legacy/
Dpio.c227 queue->nr_txfree++; in free_txpacket()
317 queue->nr_txfree = B43legacy_PIO_MAXTXPACKETS; in setup_txqueues()
480 queue->nr_txfree--; in b43legacy_pio_tx()
481 B43legacy_WARN_ON(queue->nr_txfree >= B43legacy_PIO_MAXTXPACKETS); in b43legacy_pio_tx()
Dpio.h68 unsigned int nr_txfree; member