Home
last modified time | relevance | path

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

/linux/drivers/staging/wfx/
A Ddata_tx.c47 static void wfx_tx_policy_build(struct wfx_vif *wvif, struct tx_policy *policy, in wfx_tx_policy_build()
69 static bool tx_policy_is_equal(const struct tx_policy *a, in tx_policy_is_equal()
70 const struct tx_policy *b) in tx_policy_is_equal()
76 struct tx_policy *wanted) in wfx_tx_policy_find()
78 struct tx_policy *it; in wfx_tx_policy_find()
90 struct tx_policy *entry) in wfx_tx_policy_use()
97 struct tx_policy *entry) in wfx_tx_policy_release()
111 struct tx_policy wanted; in wfx_tx_policy_get()
112 struct tx_policy *entry; in wfx_tx_policy_get()
130 entry = list_entry(cache->free.prev, struct tx_policy, link); in wfx_tx_policy_get()
[all …]
A Ddata_tx.h21 struct tx_policy { struct
29 struct tx_policy cache[HIF_TX_RETRY_POLICY_MAX]; argument
/linux/drivers/net/wireless/st/cw1200/
A Dtxrx.h21 struct tx_policy { struct
33 struct tx_policy policy; argument
A 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()

Completed in 7 milliseconds