| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | devices.c | 398 u32 tsf_low; in iwl5000_hw_channel_switch() local 416 tsf_low = ch_switch->timestamp & 0x0ffffffff; in iwl5000_hw_channel_switch() 421 if ((priv->ucode_beacon_time > tsf_low) && beacon_interval) { in iwl5000_hw_channel_switch() 422 if (switch_count > ((priv->ucode_beacon_time - tsf_low) / in iwl5000_hw_channel_switch() 425 tsf_low) / beacon_interval; in iwl5000_hw_channel_switch() 559 u32 tsf_low; in iwl6000_hw_channel_switch() local 584 tsf_low = ch_switch->timestamp & 0x0ffffffff; in iwl6000_hw_channel_switch() 589 if ((priv->ucode_beacon_time > tsf_low) && beacon_interval) { in iwl6000_hw_channel_switch() 590 if (switch_count > ((priv->ucode_beacon_time - tsf_low) / in iwl6000_hw_channel_switch() 593 tsf_low) / beacon_interval; in iwl6000_hw_channel_switch()
|
| H A D | scan.c | 250 priv->scan_start_tsf = le32_to_cpu(notif->tsf_low); in iwl_rx_scan_start_notif() 257 le32_to_cpu(notif->tsf_low), in iwl_rx_scan_start_notif() 278 le32_to_cpu(notif->tsf_low), in iwl_rx_scan_results_notif() 280 le32_to_cpu(notif->tsf_low) - priv->scan_start_tsf); in iwl_rx_scan_results_notif() 293 scan_notif->tsf_low, in iwl_rx_scan_complete_notif()
|
| H A D | commands.h | 374 u32 tsf_low; /* network timestamp function timer */ member 2116 __le32 tsf_low; member 2356 __le32 tsf_low; member 2383 __le32 tsf_low; member 2396 __le32 tsf_low; member
|
| H A D | main.c | 1668 IWL_ERR(priv, "0x%08X | tsf low\n", table.tsf_low); in iwl_dump_nic_error_log()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| H A D | fw.c | 500 u32 start_time, tsf_low; in rtl8723e_set_p2p_ps_offload_cmd() local 532 tsf_low = rtl_read_dword(rtlpriv, REG_TSFTR); in rtl8723e_set_p2p_ps_offload_cmd() 537 (tsf_low+(50*1024))) { in rtl8723e_set_p2p_ps_offload_cmd()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| H A D | fw.c | 606 u32 start_time, tsf_low; in rtl8723be_set_p2p_ps_offload_cmd() local 639 tsf_low = rtl_read_dword(rtlpriv, REG_TSFTR); in rtl8723be_set_p2p_ps_offload_cmd() 643 while (start_time <= (tsf_low + (50 * 1024))) { in rtl8723be_set_p2p_ps_offload_cmd()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| H A D | fw.c | 782 u32 start_time, tsf_low; in rtl92ee_set_p2p_ps_offload_cmd() local 812 tsf_low = rtl_read_dword(rtlpriv, REG_TSFTR); in rtl92ee_set_p2p_ps_offload_cmd() 816 while (start_time <= (tsf_low + (50 * 1024))) { in rtl92ee_set_p2p_ps_offload_cmd()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
| H A D | fw_common.c | 675 u32 start_time, tsf_low; in set_noa_data() local 693 tsf_low = rtl_read_dword(rtlpriv, REG_TSFTR); in set_noa_data() 697 while (start_time <= (tsf_low+(50*1024))) { in set_noa_data()
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | rx.c | 234 rx_status->mactime = pkt_stat->tsf_low; in rtw_rx_fill_rx_status() 296 pkt_stat->tsf_low = le32_get_bits(rx_desc->w5, RTW_RX_DESC_W5_TSFL); in rtw_rx_query_rx_desc()
|
| H A D | fw.h | 302 u32 tsf_low; member
|
| H A D | main.h | 652 u32 tsf_low; member
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965.c | 1465 u32 tsf_low; in il4965_hw_channel_switch() local 1486 tsf_low = ch_switch->timestamp & 0x0ffffffff; in il4965_hw_channel_switch() 1491 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()
|
| H A D | commands.h | 2319 __le32 tsf_low; member 2601 __le32 tsf_low; member 2628 __le32 tsf_low; member 2640 __le32 tsf_low; member
|
| H A D | common.c | 1407 il->scan_start_tsf = le32_to_cpu(notif->tsf_low); in il_hdl_scan_start() 1411 le32_to_cpu(notif->tsf_low), notif->status, notif->beacon_timer); in il_hdl_scan_start() 1425 le32_to_cpu(notif->tsf_high), le32_to_cpu(notif->tsf_low), in il_hdl_scan_results() 1427 le32_to_cpu(notif->tsf_low) - il->scan_start_tsf); in il_hdl_scan_results() 1440 scan_notif->scanned_channels, scan_notif->tsf_low, in il_hdl_scan_complete()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| H A D | fw.c | 1814 u32 start_time, tsf_low; in rtl8821ae_set_p2p_ps_offload_cmd() local 1844 tsf_low = rtl_read_dword(rtlpriv, REG_TSFTR); in rtl8821ae_set_p2p_ps_offload_cmd() 1848 while (start_time <= (tsf_low+(50*1024))) { in rtl8821ae_set_p2p_ps_offload_cmd()
|