Lines Matching refs:wl

299 		b43dbg(ring->dev->wl,  in update_max_used_slots()
413 ieee80211_free_txskb(ring->dev->wl->hw, meta->skb); in free_descriptor_buffer()
483 b43err(dev->wl, "DMA RX reset timed out\n"); in b43_dmacontroller_rx_reset()
541 b43err(dev->wl, "DMA TX reset timed out\n"); in b43_dmacontroller_tx_reset()
632 b43err(ring->dev->wl, "RX DMA buffer allocation failed\n"); in setup_rx_descbuffer()
660 b43err(ring->dev->wl, in alloc_initial_descbuffers()
947 b43err(dev->wl, in b43_setup_dmaring()
1011 b43dbg(ring->dev->wl, "DMA-%u %s: " in b43_destroy_dmaring()
1081 b43err(dev->wl, "The machine/kernel does not support " in b43_dma_set_mask()
1087 b43info(dev->wl, "DMA mask fallback from %u-bit to %u-bit\n", in b43_dma_set_mask()
1178 b43dbg(dev->wl, "%u-bit DMA initialized\n", in b43_dma_init()
1243 b43dbg(dev->wl, "TX-status contains " in parse_cookie()
1361 b43dbg(ring->dev->wl, in should_inject_overflow()
1430 b43err(dev->wl, "Packet after queue stopped\n"); in b43_dma_tx()
1438 b43err(dev->wl, "DMA queue overflow\n"); in b43_dma_tx()
1452 ieee80211_free_txskb(dev->wl->hw, skb); in b43_dma_tx()
1457 b43err(dev->wl, "DMA tx mapping failure\n"); in b43_dma_tx()
1464 ieee80211_stop_queue(dev->wl->hw, skb_mapping); in b43_dma_tx()
1465 dev->wl->tx_queue_stopped[skb_mapping] = 1; in b43_dma_tx()
1468 b43dbg(dev->wl, "Stopped TX ring %d\n", ring->index); in b43_dma_tx()
1514 b43dbg(dev->wl, in b43_dma_handle_txstatus()
1524 b43dbg(dev->wl, in b43_dma_handle_txstatus()
1539 b43dbg(dev->wl, "Poisoned TX slot %d (first=%d) " in b43_dma_handle_txstatus()
1565 b43dbg(dev->wl, "TX status unexpected NULL skb " in b43_dma_handle_txstatus()
1594 ieee80211_tx_status(dev->wl->hw, meta->skb); in b43_dma_handle_txstatus()
1604 b43dbg(dev->wl, "TX status unexpected non-NULL skb " in b43_dma_handle_txstatus()
1628 if (dev->wl->tx_queue_stopped[ring->queue_prio]) { in b43_dma_handle_txstatus()
1629 dev->wl->tx_queue_stopped[ring->queue_prio] = 0; in b43_dma_handle_txstatus()
1633 ieee80211_wake_queue(dev->wl->hw, ring->queue_prio); in b43_dma_handle_txstatus()
1635 b43dbg(dev->wl, "Woke up TX ring %d\n", ring->index); in b43_dma_handle_txstatus()
1639 ieee80211_queue_work(dev->wl->hw, &dev->wl->tx_work); in b43_dma_handle_txstatus()
1676 b43dbg(ring->dev->wl, "DMA RX: Dropping poisoned buffer.\n"); in dma_rx()
1701 b43err(ring->dev->wl, "DMA RX buffer too small " in dma_rx()
1710 b43dbg(ring->dev->wl, "DMA RX: setup_rx_descbuffer() failed\n"); in dma_rx()