Searched refs:TX_SLOTS_PER_FRAME (Results 1 – 1 of 1) sorted by relevance
35 #define TX_SLOTS_PER_FRAME 2 macro888 BUILD_BUG_ON(B43_TXRING_SLOTS % TX_SLOTS_PER_FRAME != 0); in b43_setup_dmaring()890 ring->txhdr_cache = kcalloc(ring->nr_slots / TX_SLOTS_PER_FRAME, in b43_setup_dmaring()906 ring->txhdr_cache = kcalloc(ring->nr_slots / TX_SLOTS_PER_FRAME, in b43_setup_dmaring()1216 header = &(ring->txhdr_cache[(slot / TX_SLOTS_PER_FRAME) * hdrsize]); in dma_tx_fragment()1372 if (WARN_ON(free_slots(ring) < TX_SLOTS_PER_FRAME)) { in b43_dma_tx()1397 if ((free_slots(ring) < TX_SLOTS_PER_FRAME) || in b43_dma_tx()1563 B43_WARN_ON(free_slots(ring) < TX_SLOTS_PER_FRAME); in b43_dma_handle_txstatus()