Searched defs:rsi_common (Results 1 – 1 of 1) sorted by relevance
153 struct rsi_common { struct154 struct rsi_hw *priv;155 struct vif_priv vif_info[RSI_MAX_VIFS];157 bool mgmt_q_block;158 struct version_info driver_ver;159 struct version_info fw_ver;161 struct rsi_thread tx_thread;162 struct sk_buff_head tx_queue[NUM_EDCA_QUEUES + 1];164 struct mutex mutex;166 struct mutex tx_rxlock;[all …]