Lines Matching refs:wl
159 b43legacydbg(ring->dev->wl, in update_max_used_slots()
373 b43legacyerr(dev->wl, "DMA RX reset timed out\n"); in b43legacy_dmacontroller_rx_reset()
414 b43legacyerr(dev->wl, "DMA TX reset timed out\n"); in b43legacy_dmacontroller_tx_reset()
515 b43legacyerr(ring->dev->wl, in alloc_initial_descbuffers()
757 b43legacydbg(ring->dev->wl, "DMA-%u 0x%04X (%s) max used slots:" in b43legacy_destroy_dmaring()
822 b43legacyerr(dev->wl, "The machine/kernel does not support " in b43legacy_dma_set_mask()
828 b43legacyinfo(dev->wl, "DMA mask fallback from %u-bit to %u-" in b43legacy_dma_set_mask()
850 b43legacywarn(dev->wl, "DMA for this device not supported. " in b43legacy_dma_init()
855 b43legacyerr(dev->wl, "DMA for this device not supported and " in b43legacy_dma_init()
907 b43legacydbg(dev->wl, "%u-bit DMA initialized\n", (unsigned int)type); in b43legacy_dma_init()
1123 b43legacydbg(ring->dev->wl, in should_inject_overflow()
1148 b43legacyerr(dev->wl, "Packet after queue stopped\n"); in b43legacy_dma_tx()
1155 b43legacyerr(dev->wl, "DMA queue overflow\n"); in b43legacy_dma_tx()
1169 b43legacyerr(dev->wl, "DMA tx mapping failure\n"); in b43legacy_dma_tx()
1176 ieee80211_stop_queue(dev->wl->hw, skb_mapping); in b43legacy_dma_tx()
1177 dev->wl->tx_queue_stopped[skb_mapping] = 1; in b43legacy_dma_tx()
1180 b43legacydbg(dev->wl, "Stopped TX ring %d\n", in b43legacy_dma_tx()
1210 b43legacydbg(dev->wl, "Out of order TX status report on DMA " in b43legacy_dma_handle_txstatus()
1242 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43legacy_dma_handle_txstatus()
1268 ieee80211_tx_status_irqsafe(dev->wl->hw, meta->skb); in b43legacy_dma_handle_txstatus()
1291 if (dev->wl->tx_queue_stopped[ring->queue_prio]) { in b43legacy_dma_handle_txstatus()
1292 dev->wl->tx_queue_stopped[ring->queue_prio] = 0; in b43legacy_dma_handle_txstatus()
1296 ieee80211_wake_queue(dev->wl->hw, ring->queue_prio); in b43legacy_dma_handle_txstatus()
1298 b43legacydbg(dev->wl, "Woke up TX ring %d\n", in b43legacy_dma_handle_txstatus()
1302 ieee80211_queue_work(dev->wl->hw, &dev->wl->tx_work); in b43legacy_dma_handle_txstatus()
1378 b43legacyerr(ring->dev->wl, "DMA RX buffer too small " in dma_rx()
1387 b43legacydbg(ring->dev->wl, "DMA RX: setup_rx_descbuffer()" in dma_rx()