• Home
  • Raw
  • Download

Lines Matching refs:B43legacy_WARN_ON

70 	B43legacy_WARN_ON(!(slot >= 0 && slot < ring->nr_slots));  in op32_fill_descriptor()
137 B43legacy_WARN_ON(!(slot >= -1 && slot <= ring->nr_slots - 1)); in next_slot()
145 B43legacy_WARN_ON(!(slot >= 0 && slot <= ring->nr_slots - 1)); in prev_slot()
178 B43legacy_WARN_ON(!ring->tx); in request_slot()
179 B43legacy_WARN_ON(ring->stopped); in request_slot()
180 B43legacy_WARN_ON(free_slots(ring) == 0); in request_slot()
204 B43legacy_WARN_ON(1); in priority_to_txring()
254 B43legacy_WARN_ON(!(controller_idx >= 0 && in b43legacy_dmacontroller_base()
300 B43legacy_WARN_ON(ring->tx); in sync_descbuffer_for_cpu()
311 B43legacy_WARN_ON(ring->tx); in sync_descbuffer_for_device()
463 B43legacy_WARN_ON(ring->tx); in setup_rx_descbuffer()
606 B43legacy_WARN_ON(!ring->tx); in free_all_descbuffers()
642 B43legacy_WARN_ON(1); in dma_mask_to_engine_type()
723 B43legacy_WARN_ON(1); in b43legacy_setup_dmaring()
968 B43legacy_WARN_ON(!(((u16)slot & 0xF000) == 0x0000)); in generate_cookie()
1002 B43legacy_WARN_ON(1); in parse_cookie()
1005 B43legacy_WARN_ON(!(ring && *slot >= 0 && *slot < ring->nr_slots)); in parse_cookie()
1024 B43legacy_WARN_ON(skb_shinfo(skb)->nr_frags != 0); in dma_tx_fragment()
1140 B43legacy_WARN_ON(!ring->tx); in b43legacy_dma_tx()
1198 B43legacy_WARN_ON(!ring->tx); in b43legacy_dma_handle_txstatus()
1217 B43legacy_WARN_ON(!(slot >= 0 && slot < ring->nr_slots)); in b43legacy_dma_handle_txstatus()
1275 B43legacy_WARN_ON(meta->skb != NULL); in b43legacy_dma_handle_txstatus()
1287 B43legacy_WARN_ON(free_slots(ring) < SLOTS_PER_PACKET); in b43legacy_dma_handle_txstatus()
1409 B43legacy_WARN_ON(ring->tx); in b43legacy_dma_rx()
1411 B43legacy_WARN_ON(!(current_slot >= 0 && current_slot < in b43legacy_dma_rx()
1425 B43legacy_WARN_ON(!ring->tx); in b43legacy_dma_tx_suspend_ring()
1431 B43legacy_WARN_ON(!ring->tx); in b43legacy_dma_tx_resume_ring()