Home
last modified time | relevance | path

Searched refs:vif_count (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dops.c1027 u8 vif_count; member
1115 data->vif_count++; in iwl_mvm_enter_d0i3_iterator()
1187 if (d0i3_iter_data.vif_count == 1) { in iwl_mvm_enter_d0i3()
1191 WARN_ON_ONCE(d0i3_iter_data.vif_count > 1); in iwl_mvm_enter_d0i3()
Dmac80211.c1416 mvm->vif_count = 0; in iwl_mvm_restart_cleanup()
1681 mvm->vif_count++; in iwl_mvm_mac_add_interface()
1773 mvm->vif_count--; in iwl_mvm_mac_add_interface()
1879 if (mvm->vif_count && vif->type != NL80211_IFTYPE_P2P_DEVICE) in iwl_mvm_mac_remove_interface()
1880 mvm->vif_count--; in iwl_mvm_mac_remove_interface()
Dmvm.h714 u8 vif_count; member
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dmain.c2434 u8 vif_count = vif_counter_data.counter; in wl12xx_need_fw_change() local
2441 vif_count++; in wl12xx_need_fw_change()
2443 wl->last_vif_count = vif_count; in wl12xx_need_fw_change()
2453 if (vif_count > 1 && current_fw == WL12XX_FW_TYPE_NORMAL) in wl12xx_need_fw_change()
2455 if (vif_count <= 1 && current_fw == WL12XX_FW_TYPE_MULTI) in wl12xx_need_fw_change()
2560 struct vif_counter_data vif_count; in wl1271_op_add_interface() local
2576 wl12xx_get_vif_count(hw, vif, &vif_count); in wl1271_op_add_interface()
2610 if (wl12xx_need_fw_change(wl, vif_count, true)) { in wl1271_op_add_interface()
2819 struct vif_counter_data vif_count; in wl1271_op_remove_interface() local
2821 wl12xx_get_vif_count(hw, vif, &vif_count); in wl1271_op_remove_interface()
[all …]