Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Db43.h1085 static inline void b43_wake_queue(struct b43_wldev *dev, int queue_prio) in b43_wake_queue() argument
1088 ieee80211_wake_queue(dev->wl->hw, queue_prio); in b43_wake_queue()
1093 static inline void b43_stop_queue(struct b43_wldev *dev, int queue_prio) in b43_stop_queue() argument
1096 ieee80211_stop_queue(dev->wl->hw, queue_prio); in b43_stop_queue()
H A Dpio.c288 u8 queue_prio) in select_queue_by_priority() argument
294 switch (queue_prio) { in select_queue_by_priority()
536 q->queue_prio = skb_get_queue_mapping(skb); in b43_pio_tx()
590 b43_wake_queue(dev, q->queue_prio); in b43_pio_handle_txstatus()
H A Dpio.h88 u8 queue_prio; member
H A Ddma.c1311 u8 queue_prio) in select_ring_by_priority() argument
1317 switch (queue_prio) { in select_ring_by_priority()
1384 ring->queue_prio = skb_get_queue_mapping(skb); in b43_dma_tx()
1568 if (dev->wl->tx_queue_stopped[ring->queue_prio]) { in b43_dma_handle_txstatus()
1569 dev->wl->tx_queue_stopped[ring->queue_prio] = false; in b43_dma_handle_txstatus()
1573 b43_wake_queue(dev, ring->queue_prio); in b43_dma_handle_txstatus()
H A Ddma.h262 u8 queue_prio; member
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Ddma.h156 u8 queue_prio; member
H A Ddma.c1206 if (dev->wl->tx_queue_stopped[ring->queue_prio]) { in b43legacy_dma_handle_txstatus()
1207 dev->wl->tx_queue_stopped[ring->queue_prio] = 0; in b43legacy_dma_handle_txstatus()
1211 ieee80211_wake_queue(dev->wl->hw, ring->queue_prio); in b43legacy_dma_handle_txstatus()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c279 static int queue_prio(const struct i915_sched_engine *sched_engine) in queue_prio() function
346 queue_prio(engine->sched_engine)) > last_prio; in need_preempt()
1425 if (unlikely(rq_prio(rq) < queue_prio(sched_engine))) { in execlists_dequeue()
1592 sched_engine->queue_priority_hint = queue_prio(sched_engine); in execlists_dequeue()