Searched refs:vif_count (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | main.c | 2401 u8 vif_count = vif_counter_data.counter; in wl12xx_need_fw_change() local 2408 vif_count++; in wl12xx_need_fw_change() 2410 wl->last_vif_count = vif_count; in wl12xx_need_fw_change() 2420 if (vif_count > 1 && current_fw == WL12XX_FW_TYPE_NORMAL) in wl12xx_need_fw_change() 2422 if (vif_count <= 1 && current_fw == WL12XX_FW_TYPE_MULTI) in wl12xx_need_fw_change() 2527 struct vif_counter_data vif_count; in wl1271_op_add_interface() local 2543 wl12xx_get_vif_count(hw, vif, &vif_count); in wl1271_op_add_interface() 2600 if (wl12xx_need_fw_change(wl, vif_count, true)) { in wl1271_op_add_interface() 2805 struct vif_counter_data vif_count; in wl1271_op_remove_interface() local 2807 wl12xx_get_vif_count(hw, vif, &vif_count); in wl1271_op_remove_interface() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | main.c | 2382 u8 vif_count = vif_counter_data.counter; in wl12xx_need_fw_change() local 2389 vif_count++; in wl12xx_need_fw_change() 2391 wl->last_vif_count = vif_count; in wl12xx_need_fw_change() 2401 if (vif_count > 1 && current_fw == WL12XX_FW_TYPE_NORMAL) in wl12xx_need_fw_change() 2403 if (vif_count <= 1 && current_fw == WL12XX_FW_TYPE_MULTI) in wl12xx_need_fw_change() 2508 struct vif_counter_data vif_count; in wl1271_op_add_interface() local 2524 wl12xx_get_vif_count(hw, vif, &vif_count); in wl1271_op_add_interface() 2579 if (wl12xx_need_fw_change(wl, vif_count, true)) { in wl1271_op_add_interface() 2782 struct vif_counter_data vif_count; in wl1271_op_remove_interface() local 2784 wl12xx_get_vif_count(hw, vif, &vif_count); in wl1271_op_remove_interface() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 1119 mvm->vif_count = 0; in iwl_mvm_restart_cleanup() 1492 mvm->vif_count++; in iwl_mvm_mac_add_interface() 1601 mvm->vif_count--; in iwl_mvm_mac_add_interface() 1678 if (mvm->vif_count && vif->type != NL80211_IFTYPE_P2P_DEVICE) in iwl_mvm_mac_remove_interface() 1679 mvm->vif_count--; in iwl_mvm_mac_remove_interface()
|
H A D | mvm.h | 980 u8 vif_count; member
|
Completed in 20 milliseconds