Home
last modified time | relevance | path

Searched refs:wfx_queue (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/staging/wfx/
Dqueue.h17 struct wfx_queue { struct
35 bool wfx_tx_queue_empty(struct wfx_vif *wvif, struct wfx_queue *queue); argument
36 void wfx_tx_queue_drop(struct wfx_vif *wvif, struct wfx_queue *queue,
Dqueue.c87 bool wfx_tx_queue_empty(struct wfx_vif *wvif, struct wfx_queue *queue) in wfx_tx_queue_empty()
106 void wfx_tx_queue_drop(struct wfx_vif *wvif, struct wfx_queue *queue, in wfx_tx_queue_drop()
116 struct wfx_queue *queue = &wvif->tx_queue[skb_get_queue_mapping(skb)]; in wfx_tx_queues_put()
127 struct wfx_queue *queue; in wfx_pending_drop()
149 struct wfx_queue *queue; in wfx_pending_get()
227 static int wfx_tx_queue_get_weight(struct wfx_queue *queue) in wfx_tx_queue_get_weight()
234 struct wfx_queue *queues[IEEE80211_NUM_ACS * ARRAY_SIZE(wdev->vif)]; in wfx_tx_queues_get_skb()
Dwfx.h76 struct wfx_queue tx_queue[4];
Dtraces.h443 TP_PROTO(struct wfx_dev *wdev, const struct wfx_queue *elected_queue),
453 const struct wfx_queue *queue;
Ddata_tx.c542 struct wfx_queue *queue; in wfx_flush_vif()