Home
last modified time | relevance | path

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

/linux/drivers/staging/wfx/
A Ddata_tx.c75 static int wfx_tx_policy_find(struct tx_policy_cache *cache, in wfx_tx_policy_find()
89 static void wfx_tx_policy_use(struct tx_policy_cache *cache, in wfx_tx_policy_use()
110 struct tx_policy_cache *cache = &wvif->tx_policy_cache; in wfx_tx_policy_get()
146 struct tx_policy_cache *cache = &wvif->tx_policy_cache; in wfx_tx_policy_put()
160 struct tx_policy *policies = wvif->tx_policy_cache.cache; in wfx_tx_policy_upload()
165 spin_lock_bh(&wvif->tx_policy_cache.lock); in wfx_tx_policy_upload()
172 if (i < ARRAY_SIZE(wvif->tx_policy_cache.cache)) { in wfx_tx_policy_upload()
175 spin_unlock_bh(&wvif->tx_policy_cache.lock); in wfx_tx_policy_upload()
178 spin_unlock_bh(&wvif->tx_policy_cache.lock); in wfx_tx_policy_upload()
180 } while (i < ARRAY_SIZE(wvif->tx_policy_cache.cache)); in wfx_tx_policy_upload()
[all …]
A Dwfx.h77 struct tx_policy_cache tx_policy_cache; member
A Ddata_tx.h28 struct tx_policy_cache { struct
/linux/drivers/net/wireless/st/cw1200/
A Dtxrx.c213 static int tx_policy_find(struct tx_policy_cache *cache, in tx_policy_find()
234 static inline void tx_policy_use(struct tx_policy_cache *cache, in tx_policy_use()
241 static inline int tx_policy_release(struct tx_policy_cache *cache, in tx_policy_release()
253 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_clean()
283 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_init()
301 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_get()
340 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_put()
354 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_upload()
A Dcw1200.h272 struct tx_policy_cache tx_policy_cache; member
A Ddebug.c198 spin_lock_bh(&priv->tx_policy_cache.lock); in cw1200_status_show()
200 list_for_each(item, &priv->tx_policy_cache.used) in cw1200_status_show()
202 spin_unlock_bh(&priv->tx_policy_cache.lock); in cw1200_status_show()
A Dtxrx.h38 struct tx_policy_cache { struct
A Dsta.c426 spin_lock_bh(&priv->tx_policy_cache.lock); in cw1200_config()
432 spin_unlock_bh(&priv->tx_policy_cache.lock); in cw1200_config()

Completed in 17 milliseconds