Searched refs:tx_policy_cache (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/wireless/st/cw1200/
H A Dtxrx.h38 struct tx_policy_cache { struct
H A Dcw1200.h272 struct tx_policy_cache tx_policy_cache; member in struct:cw1200_common
H A Dtxrx.c213 static int tx_policy_find(struct tx_policy_cache *cache,
234 static inline void tx_policy_use(struct tx_policy_cache *cache,
241 static inline int tx_policy_release(struct tx_policy_cache *cache,
253 struct tx_policy_cache *cache = &priv->tx_policy_cache;
283 struct tx_policy_cache *cache = &priv->tx_policy_cache;
301 struct tx_policy_cache *cache = &priv->tx_policy_cache;
340 struct tx_policy_cache *cach
[all...]
H A Ddebug.c198 spin_lock_bh(&priv->tx_policy_cache.lock);
200 list_for_each(item, &priv->tx_policy_cache.used)
202 spin_unlock_bh(&priv->tx_policy_cache.lock);
H A Dsta.c426 spin_lock_bh(&priv->tx_policy_cache.lock);
432 spin_unlock_bh(&priv->tx_policy_cache.lock);
/linux-master/drivers/net/wireless/silabs/wfx/
H A Ddata_tx.c104 struct wfx_tx_policy_cache *cache = &wvif->tx_policy_cache;
138 struct wfx_tx_policy_cache *cache = &wvif->tx_policy_cache;
152 struct wfx_tx_policy *policies = wvif->tx_policy_cache.cache;
157 spin_lock_bh(&wvif->tx_policy_cache.lock);
158 for (i = 0; i < ARRAY_SIZE(wvif->tx_policy_cache.cache); ++i) {
163 if (i < ARRAY_SIZE(wvif->tx_policy_cache.cache)) {
166 spin_unlock_bh(&wvif->tx_policy_cache.lock);
169 spin_unlock_bh(&wvif->tx_policy_cache.lock);
171 } while (i < ARRAY_SIZE(wvif->tx_policy_cache.cache));
185 struct wfx_tx_policy_cache *cache = &wvif->tx_policy_cache;
[all...]
H A Dwfx.h78 struct wfx_tx_policy_cache tx_policy_cache; member in struct:wfx_vif

Completed in 138 milliseconds