Home
last modified time | relevance | path

Searched refs:ucode_beacon_time (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddevices.c419 if ((priv->ucode_beacon_time > tsf_low) && beacon_interval) { in iwl5000_hw_channel_switch()
420 if (switch_count > ((priv->ucode_beacon_time - tsf_low) / in iwl5000_hw_channel_switch()
422 switch_count -= (priv->ucode_beacon_time - in iwl5000_hw_channel_switch()
428 cmd.switch_time = cpu_to_le32(priv->ucode_beacon_time); in iwl5000_hw_channel_switch()
436 priv->ucode_beacon_time, in iwl5000_hw_channel_switch()
587 if ((priv->ucode_beacon_time > tsf_low) && beacon_interval) { in iwl6000_hw_channel_switch()
588 if (switch_count > ((priv->ucode_beacon_time - tsf_low) / in iwl6000_hw_channel_switch()
590 switch_count -= (priv->ucode_beacon_time - in iwl6000_hw_channel_switch()
596 cmd->switch_time = cpu_to_le32(priv->ucode_beacon_time); in iwl6000_hw_channel_switch()
604 priv->ucode_beacon_time, in iwl6000_hw_channel_switch()
H A Ddev.h668 u32 ucode_beacon_time; member
H A Drx.c843 priv->ucode_beacon_time = le32_to_cpu(phy_res->beacon_time_stamp); in iwlagn_rx_reply_rx()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1491 if (il->ucode_beacon_time > tsf_low && beacon_interval) { in il4965_hw_channel_switch()
1493 ((il->ucode_beacon_time - tsf_low) / beacon_interval)) { in il4965_hw_channel_switch()
1495 (il->ucode_beacon_time - tsf_low) / beacon_interval; in il4965_hw_channel_switch()
1500 cmd.switch_time = cpu_to_le32(il->ucode_beacon_time); in il4965_hw_channel_switch()
1508 il_add_beacon_time(il, il->ucode_beacon_time, in il4965_hw_channel_switch()
H A Dcommon.h1140 u32 ucode_beacon_time; member
H A D4965-mac.c690 il->ucode_beacon_time = le32_to_cpu(phy_res->beacon_time_stamp); in il4965_hdl_rx()