Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dpio.h56 #define B43_PIO_MAX_NR_TXPACKETS 32 macro
91 struct b43_pio_txpacket packets[B43_PIO_MAX_NR_TXPACKETS];
H A Dpio.c139 q->free_packet_slots = B43_PIO_MAX_NR_TXPACKETS; in b43_setup_pioqueue_tx()