Home
last modified time | relevance | path

Searched refs:tx_policy (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/wfx/
Ddata_tx.c46 static void wfx_tx_policy_build(struct wfx_vif *wvif, struct tx_policy *policy, in wfx_tx_policy_build()
68 static bool tx_policy_is_equal(const struct tx_policy *a, in tx_policy_is_equal()
69 const struct tx_policy *b) in tx_policy_is_equal()
75 struct tx_policy *wanted) in wfx_tx_policy_find()
77 struct tx_policy *it; in wfx_tx_policy_find()
89 struct tx_policy *entry) in wfx_tx_policy_use()
96 struct tx_policy *entry) in wfx_tx_policy_release()
110 struct tx_policy wanted; in wfx_tx_policy_get()
124 struct tx_policy *entry; in wfx_tx_policy_get()
129 entry = list_entry(cache->free.prev, struct tx_policy, link); in wfx_tx_policy_get()
[all …]
Ddata_tx.h21 struct tx_policy { struct
29 struct tx_policy cache[HIF_TX_RETRY_POLICY_MAX]; argument
/drivers/net/wireless/st/cw1200/
Dtxrx.h21 struct tx_policy { struct
33 struct tx_policy policy; argument
Dtxrx.c47 static void tx_policy_dump(struct tx_policy *policy) in tx_policy_dump()
66 /* [out] */ struct tx_policy *policy, in tx_policy_build()
196 static inline bool tx_policy_is_equal(const struct tx_policy *wanted, in tx_policy_is_equal()
197 const struct tx_policy *cached) in tx_policy_is_equal()
214 const struct tx_policy *wanted) in tx_policy_find()
302 struct tx_policy wanted; in tx_policy_get()
363 struct tx_policy *src = &cache->cache[i].policy; in tx_policy_upload()