Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/silabs/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.c75 bool wfx_tx_queue_empty(struct wfx_vif *wvif, struct wfx_queue *queue) in wfx_tx_queue_empty()
103 void wfx_tx_queue_drop(struct wfx_vif *wvif, struct wfx_queue *queue, in wfx_tx_queue_drop()
113 struct wfx_queue *queue = &wvif->tx_queue[skb_get_queue_mapping(skb)]; in wfx_tx_queues_put()
124 struct wfx_queue *queue; in wfx_pending_drop()
145 struct wfx_queue *queue; in wfx_pending_get()
222 static int wfx_tx_queue_get_weight(struct wfx_queue *queue) in wfx_tx_queue_get_weight()
229 struct wfx_queue *queues[IEEE80211_NUM_ACS * ARRAY_SIZE(wdev->vif)]; in wfx_tx_queues_get_skb()
Dwfx.h75 struct wfx_queue tx_queue[4];
Dtraces.h438 TP_PROTO(struct wfx_dev *wdev, const struct wfx_queue *elected_queue),
448 const struct wfx_queue *queue;
Ddata_tx.c521 struct wfx_queue *queue; in wfx_flush_vif()