Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/net/wireless/rsi/
Drsi_main.h200 struct rsi_common { struct
201 struct rsi_hw *priv;
202 struct vif_priv vif_info[RSI_MAX_VIFS];
204 void *coex_cb;
205 bool mgmt_q_block;
206 struct version_info lmac_ver;
208 struct rsi_thread tx_thread;
209 struct sk_buff_head tx_queue[NUM_EDCA_QUEUES + 2];
210 struct completion wlan_init_completion;
212 struct mutex mutex;
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
Drsi_main.h232 struct rsi_common { struct
233 struct rsi_hw *priv;
234 struct vif_priv vif_info[RSI_MAX_VIFS];
236 void *coex_cb;
237 bool mgmt_q_block;
238 struct version_info lmac_ver;
240 struct rsi_thread tx_thread;
241 struct sk_buff_head tx_queue[NUM_EDCA_QUEUES + 2];
242 struct completion wlan_init_completion;
244 struct mutex mutex;
[all …]