Home
last modified time | relevance | path

Searched refs:queue_prio (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/broadcom/b43/
Dpio.c301 u8 queue_prio) in select_queue_by_priority() argument
307 switch (queue_prio) { in select_queue_by_priority()
549 q->queue_prio = skb_get_queue_mapping(skb); in b43_pio_tx()
603 ieee80211_wake_queue(dev->wl->hw, q->queue_prio); in b43_pio_handle_txstatus()
Dpio.h88 u8 queue_prio; member
Ddma.c1373 u8 queue_prio) in select_ring_by_priority() argument
1379 switch (queue_prio) { in select_ring_by_priority()
1446 ring->queue_prio = skb_get_queue_mapping(skb); in b43_dma_tx()
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()
Ddma.h262 u8 queue_prio; member
/drivers/net/wireless/broadcom/b43legacy/
Ddma.h156 u8 queue_prio; member
Ddma.c1291 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()