Home
last modified time | relevance | path

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

/drivers/net/wireless/cw1200/
Dtxrx.h41 struct tx_policy_cache { struct
42 struct tx_policy_cache_entry cache[TX_POLICY_CACHE_SIZE]; argument
43 struct list_head used;
44 struct list_head free;
45 spinlock_t lock; /* Protect policy cache */
Dcw1200.h275 struct tx_policy_cache tx_policy_cache; member