Lines Matching refs:B43legacy_WARN_ON
57 B43legacy_WARN_ON(!(slot >= 0 && slot < ring->nr_slots)); in op32_fill_descriptor()
124 B43legacy_WARN_ON(!(slot >= -1 && slot <= ring->nr_slots - 1)); in next_slot()
157 B43legacy_WARN_ON(!ring->tx); in request_slot()
158 B43legacy_WARN_ON(ring->stopped); in request_slot()
159 B43legacy_WARN_ON(free_slots(ring) == 0); in request_slot()
183 B43legacy_WARN_ON(1); in priority_to_txring()
220 B43legacy_WARN_ON(!(controller_idx >= 0 && in b43legacy_dmacontroller_base()
266 B43legacy_WARN_ON(ring->tx); in sync_descbuffer_for_cpu()
277 B43legacy_WARN_ON(ring->tx); in sync_descbuffer_for_device()
429 B43legacy_WARN_ON(ring->tx); in setup_rx_descbuffer()
572 B43legacy_WARN_ON(!ring->tx); in free_all_descbuffers()
678 B43legacy_WARN_ON(1); in b43legacy_setup_dmaring()
883 B43legacy_WARN_ON(!(((u16)slot & 0xF000) == 0x0000)); in generate_cookie()
917 B43legacy_WARN_ON(1); in parse_cookie()
920 B43legacy_WARN_ON(!(ring && *slot >= 0 && *slot < ring->nr_slots)); in parse_cookie()
939 B43legacy_WARN_ON(skb_shinfo(skb)->nr_frags != 0); in dma_tx_fragment()
1055 B43legacy_WARN_ON(!ring->tx); in b43legacy_dma_tx()
1113 B43legacy_WARN_ON(!ring->tx); in b43legacy_dma_handle_txstatus()
1132 B43legacy_WARN_ON(!(slot >= 0 && slot < ring->nr_slots)); in b43legacy_dma_handle_txstatus()
1190 B43legacy_WARN_ON(meta->skb != NULL); in b43legacy_dma_handle_txstatus()
1202 B43legacy_WARN_ON(free_slots(ring) < SLOTS_PER_PACKET); in b43legacy_dma_handle_txstatus()
1324 B43legacy_WARN_ON(ring->tx); in b43legacy_dma_rx()
1326 B43legacy_WARN_ON(!(current_slot >= 0 && current_slot < in b43legacy_dma_rx()
1340 B43legacy_WARN_ON(!ring->tx); in b43legacy_dma_tx_suspend_ring()
1346 B43legacy_WARN_ON(!ring->tx); in b43legacy_dma_tx_resume_ring()