Lines Matching defs:iwl_mvm_sta
418 struct iwl_mvm_sta { struct
419 u32 sta_id;
420 u32 tfd_queue_msk;
421 u32 mac_id_n_color;
422 u16 tid_disable_agg;
423 u16 max_agg_bufsize;
424 enum iwl_sta_type sta_type;
425 enum ieee80211_sta_state sta_state;
426 bool bt_reduced_txpower;
427 bool next_status_eosp;
428 spinlock_t lock;
429 struct iwl_mvm_tid_data tid_data[IWL_MAX_TID_COUNT + 1];
430 u8 tid_to_baid[IWL_MAX_TID_COUNT];
431 union {
434 } lq_sta;
458 static inline struct iwl_mvm_sta * argument