Home
last modified time | relevance | path

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

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/
Dtxrx.h154 struct tx_policy_cache { struct
155 struct tx_policy_cache_entry cache[TX_POLICY_CACHE_SIZE]; argument
156 struct list_head used;
157 struct list_head free;
158 spinlock_t lock;
159 bool queue_locked;
Dxradio.h425 struct tx_policy_cache tx_policy_cache; member