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()
132 B43legacy_WARN_ON(!(slot >= 0 && slot <= ring->nr_slots - 1)); in prev_slot()
165 B43legacy_WARN_ON(!ring->tx); in request_slot()
166 B43legacy_WARN_ON(ring->stopped); in request_slot()
167 B43legacy_WARN_ON(free_slots(ring) == 0); in request_slot()
191 B43legacy_WARN_ON(1); in priority_to_txring()
228 B43legacy_WARN_ON(!(controller_idx >= 0 && in b43legacy_dmacontroller_base()
274 B43legacy_WARN_ON(ring->tx); in sync_descbuffer_for_cpu()
285 B43legacy_WARN_ON(ring->tx); in sync_descbuffer_for_device()
437 B43legacy_WARN_ON(ring->tx); in setup_rx_descbuffer()
580 B43legacy_WARN_ON(!ring->tx); in free_all_descbuffers()
686 B43legacy_WARN_ON(1); in b43legacy_setup_dmaring()
891 B43legacy_WARN_ON(!(((u16)slot & 0xF000) == 0x0000)); in generate_cookie()
925 B43legacy_WARN_ON(1); in parse_cookie()
928 B43legacy_WARN_ON(!(ring && *slot >= 0 && *slot < ring->nr_slots)); in parse_cookie()
947 B43legacy_WARN_ON(skb_shinfo(skb)->nr_frags != 0); in dma_tx_fragment()
1063 B43legacy_WARN_ON(!ring->tx); in b43legacy_dma_tx()
1121 B43legacy_WARN_ON(!ring->tx); in b43legacy_dma_handle_txstatus()
1140 B43legacy_WARN_ON(!(slot >= 0 && slot < ring->nr_slots)); in b43legacy_dma_handle_txstatus()
1198 B43legacy_WARN_ON(meta->skb != NULL); in b43legacy_dma_handle_txstatus()
1210 B43legacy_WARN_ON(free_slots(ring) < SLOTS_PER_PACKET); in b43legacy_dma_handle_txstatus()
1332 B43legacy_WARN_ON(ring->tx); in b43legacy_dma_rx()
1334 B43legacy_WARN_ON(!(current_slot >= 0 && current_slot < in b43legacy_dma_rx()
1348 B43legacy_WARN_ON(!ring->tx); in b43legacy_dma_tx_suspend_ring()
1354 B43legacy_WARN_ON(!ring->tx); in b43legacy_dma_tx_resume_ring()