Home
last modified time | relevance | path

Searched refs:switch_count (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddevices.c402 u8 switch_count; in iwl5000_hw_channel_switch() local
418 switch_count = ch_switch->count; in iwl5000_hw_channel_switch()
425 if (switch_count > ((priv->ucode_beacon_time - tsf_low) / in iwl5000_hw_channel_switch()
427 switch_count -= (priv->ucode_beacon_time - in iwl5000_hw_channel_switch()
430 switch_count = 0; in iwl5000_hw_channel_switch()
432 if (switch_count <= 1) in iwl5000_hw_channel_switch()
436 vif->bss_conf.beacon_int * switch_count * TIME_UNIT; in iwl5000_hw_channel_switch()
563 u8 switch_count; in iwl6000_hw_channel_switch() local
586 switch_count = ch_switch->count; in iwl6000_hw_channel_switch()
593 if (switch_count > ((priv->ucode_beacon_time - tsf_low) / in iwl6000_hw_channel_switch()
[all …]
/OK3568_Linux_fs/kernel/kernel/
H A Dhung_task.c91 unsigned long switch_count = t->nvcsw + t->nivcsw; in check_hung_task() local
105 if (unlikely(!switch_count)) in check_hung_task()
108 if (switch_count != t->last_switch_count) { in check_hung_task()
109 t->last_switch_count = switch_count; in check_hung_task()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1466 u8 switch_count; in il4965_hw_channel_switch() local
1485 switch_count = ch_switch->count; in il4965_hw_channel_switch()
1492 if (switch_count > in il4965_hw_channel_switch()
1494 switch_count -= in il4965_hw_channel_switch()
1497 switch_count = 0; in il4965_hw_channel_switch()
1499 if (switch_count <= 1) in il4965_hw_channel_switch()
1503 vif->bss_conf.beacon_int * switch_count * TIME_UNIT; in il4965_hw_channel_switch()
/OK3568_Linux_fs/kernel/drivers/visorbus/
H A Dcontrolvmchannel.h412 u32 switch_count; member
H A Dvisorchipset.c1217 .switch_count = 0, in setup_crash_devices_work_queue()
/OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/
H A Dwsm.h1173 u8 switch_count; member
H A Dwsm.c620 WSM_PUT8(buf, arg->switch_count); in wsm_switch_channel()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c4688 unsigned long *switch_count; in __schedule() local
4728 switch_count = &prev->nivcsw; in __schedule()
4768 switch_count = &prev->nvcsw; in __schedule()
4797 ++*switch_count; in __schedule()
/OK3568_Linux_fs/kernel/include/linux/
H A Dieee80211.h1062 u8 switch_count; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_11h.c542 pch_sw_ann->new_chan, pch_sw_ann->switch_count, in wlan_11h_cmd_chan_sw_ann()
H A Dmlan_fw.h5727 t_u8 switch_count;
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_eth_ioctl.c11760 t_u8 oper_class, t_u8 channel, t_u8 switch_count, in woal_channel_switch() argument
11802 chan_switch->chan_switch_count = switch_count; in woal_channel_switch()
11835 ext_chan_switch->chan_switch_count = switch_count; in woal_channel_switch()
11924 (u32)HZ * (switch_count + 2) * 110 / 1000); in woal_channel_switch()
16302 t_u8 switch_count, t_u8 wait_option) in woal_action_channel_switch() argument
16322 if (!switch_count) in woal_action_channel_switch()
16326 MIN(switch_count, MAX_NUM_PKTS); in woal_action_channel_switch()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_11h.c665 pch_sw_ann->new_chan, pch_sw_ann->switch_count, in wlan_11h_cmd_chan_sw_ann()
H A Dmlan_fw.h7247 t_u8 switch_count; /**< Number of TBTTs until the switch is to occur */