Searched refs:switch_count (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | devices.c | 402 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 D | hung_task.c | 91 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 D | 4965.c | 1466 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 D | controlvmchannel.h | 412 u32 switch_count; member
|
| H A D | visorchipset.c | 1217 .switch_count = 0, in setup_crash_devices_work_queue()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/ |
| H A D | wsm.h | 1173 u8 switch_count; member
|
| H A D | wsm.c | 620 WSM_PUT8(buf, arg->switch_count); in wsm_switch_channel()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | core.c | 4688 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 D | ieee80211.h | 1062 u8 switch_count; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_11h.c | 542 pch_sw_ann->new_chan, pch_sw_ann->switch_count, in wlan_11h_cmd_chan_sw_ann()
|
| H A D | mlan_fw.h | 5727 t_u8 switch_count;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_eth_ioctl.c | 11760 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 D | mlan_11h.c | 665 pch_sw_ann->new_chan, pch_sw_ann->switch_count, in wlan_11h_cmd_chan_sw_ann()
|
| H A D | mlan_fw.h | 7247 t_u8 switch_count; /**< Number of TBTTs until the switch is to occur */
|