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

/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddma.c35 #define TX_SLOTS_PER_FRAME 2 macro
888 /* Assumption: B43_TXRING_SLOTS can be divided by TX_SLOTS_PER_FRAME */
889 BUILD_BUG_ON(B43_TXRING_SLOTS % TX_SLOTS_PER_FRAME != 0);
891 ring->txhdr_cache = kcalloc(ring->nr_slots / TX_SLOTS_PER_FRAME,
907 ring->txhdr_cache = kcalloc(ring->nr_slots / TX_SLOTS_PER_FRAME,
1205 * is changed here, the TX_SLOTS_PER_FRAME definition at the top of
1217 header = &(ring->txhdr_cache[(slot / TX_SLOTS_PER_FRAME) * hdrsize]);
1373 if (WARN_ON(free_slots(ring) < TX_SLOTS_PER_FRAME)) {
1398 if ((free_slots(ring) < TX_SLOTS_PER_FRAME) ||
1564 B43_WARN_ON(free_slots(ring) < TX_SLOTS_PER_FRAME);
[all...]

Completed in 267 milliseconds