Home
last modified time | relevance | path

Searched refs:B43_TXRING_SLOTS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Ddma.h172 #define B43_TXRING_SLOTS 256 macro
H A Ddma.c847 ring->nr_slots = B43_TXRING_SLOTS; in b43_setup_dmaring()
888 /* Assumption: B43_TXRING_SLOTS can be divided by TX_SLOTS_PER_FRAME */ in b43_setup_dmaring()
889 BUILD_BUG_ON(B43_TXRING_SLOTS % TX_SLOTS_PER_FRAME != 0); in b43_setup_dmaring()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Ddma.h172 #define B43_TXRING_SLOTS 256 macro
H A Ddma.c847 ring->nr_slots = B43_TXRING_SLOTS; in b43_setup_dmaring()
888 /* Assumption: B43_TXRING_SLOTS can be divided by TX_SLOTS_PER_FRAME */ in b43_setup_dmaring()
889 BUILD_BUG_ON(B43_TXRING_SLOTS % TX_SLOTS_PER_FRAME != 0); in b43_setup_dmaring()

Completed in 6 milliseconds