Home
last modified time | relevance | path

Searched defs:tx_policy_cache (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/
H A Dtxrx.h38 struct tx_policy_cache { struct
39 struct tx_policy_cache_entry cache[TX_POLICY_CACHE_SIZE]; argument
40 struct list_head used;
41 struct list_head free;
42 spinlock_t lock; /* Protect policy cache */
H A Dcw1200.h272 struct tx_policy_cache tx_policy_cache; member
/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Ddata_tx.h28 struct tx_policy_cache { struct
29 struct tx_policy cache[HIF_TX_RETRY_POLICY_MAX];
31 struct list_head used;
32 struct list_head free;
33 spinlock_t lock;
H A Dwfx.h77 struct tx_policy_cache tx_policy_cache; member