Searched refs:vif_count (Results 1 – 3 of 3) sorted by relevance
2395 u8 vif_count = vif_counter_data.counter; in wl12xx_need_fw_change() local2402 vif_count++; in wl12xx_need_fw_change()2404 wl->last_vif_count = vif_count; in wl12xx_need_fw_change()2414 if (vif_count > 1 && current_fw == WL12XX_FW_TYPE_NORMAL) in wl12xx_need_fw_change()2416 if (vif_count <= 1 && current_fw == WL12XX_FW_TYPE_MULTI) in wl12xx_need_fw_change()2521 struct vif_counter_data vif_count; in wl1271_op_add_interface() local2537 wl12xx_get_vif_count(hw, vif, &vif_count); in wl1271_op_add_interface()2594 if (wl12xx_need_fw_change(wl, vif_count, true)) { in wl1271_op_add_interface()2795 struct vif_counter_data vif_count; in wl1271_op_remove_interface() local2797 wl12xx_get_vif_count(hw, vif, &vif_count); in wl1271_op_remove_interface()[all …]
1082 mvm->vif_count = 0; in iwl_mvm_restart_cleanup()1426 mvm->vif_count++; in iwl_mvm_mac_add_interface()1535 mvm->vif_count--; in iwl_mvm_mac_add_interface()1612 if (mvm->vif_count && vif->type != NL80211_IFTYPE_P2P_DEVICE) in iwl_mvm_mac_remove_interface()1613 mvm->vif_count--; in iwl_mvm_mac_remove_interface()
989 u8 vif_count; member