Home
last modified time | relevance | path

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

/drivers/net/wireless/st/cw1200/
Dtxrx.c216 static int tx_policy_find(struct tx_policy_cache *cache, in tx_policy_find()
237 static inline void tx_policy_use(struct tx_policy_cache *cache, in tx_policy_use()
244 static inline int tx_policy_release(struct tx_policy_cache *cache, in tx_policy_release()
256 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_clean()
286 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_init()
304 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_get()
343 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_put()
357 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_upload()
Dcw1200.h275 struct tx_policy_cache tx_policy_cache; member
Ddebug.c201 spin_lock_bh(&priv->tx_policy_cache.lock); in cw1200_status_show()
203 list_for_each(item, &priv->tx_policy_cache.used) in cw1200_status_show()
205 spin_unlock_bh(&priv->tx_policy_cache.lock); in cw1200_status_show()
Dtxrx.h41 struct tx_policy_cache { struct
Dsta.c429 spin_lock_bh(&priv->tx_policy_cache.lock); in cw1200_config()
435 spin_unlock_bh(&priv->tx_policy_cache.lock); in cw1200_config()