Searched defs:tx_policy_cache (Results 1 – 3 of 3) sorted by relevance
38 struct tx_policy_cache { struct39 struct tx_policy_cache_entry cache[TX_POLICY_CACHE_SIZE]; argument40 struct list_head used;41 struct list_head free;42 spinlock_t lock; /* Protect policy cache */
272 struct tx_policy_cache tx_policy_cache; member
76 struct wfx_tx_policy_cache tx_policy_cache; member