Lines Matching refs:mvmvif
1951 void iwl_mvm_mac_init_mvmvif(struct iwl_mvm *mvm, struct iwl_mvm_vif *mvmvif);
2031 struct iwl_mvm_vif *mvmvif,
2388 static inline bool iwl_mvm_vif_low_latency(struct iwl_mvm_vif *mvmvif)
2400 return mvmvif->low_latency_actual;
2404 void iwl_mvm_vif_set_low_latency(struct iwl_mvm_vif *mvmvif, bool set,
2410 mvmvif->low_latency |= cause;
2412 mvmvif->low_latency &= ~cause;
2418 if (mvmvif->low_latency & LOW_LATENCY_DEBUGFS_FORCE_ENABLE &&
2426 new_state = !!(mvmvif->low_latency &
2432 new_state = !!(mvmvif->low_latency &
2436 mvmvif->low_latency_actual = new_state;
2975 bool iwl_mvm_vif_is_active(struct iwl_mvm_vif *mvmvif);