Searched refs:fw_tsf (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | scan.c | 1728 u32 *bytes_left, u64 fw_tsf, u8 *radio_type, in mwifiex_parse_single_response_buf() argument 1870 bss_priv->fw_tsf = fw_tsf; in mwifiex_parse_single_response_buf() 2102 __le64 fw_tsf = 0; in mwifiex_ret_802_11_scan() local 2190 memcpy(&fw_tsf, &tsf_tlv->tsf_data[idx * TSF_DATA_SIZE], in mwifiex_ret_802_11_scan() 2191 sizeof(fw_tsf)); in mwifiex_ret_802_11_scan() 2215 le64_to_cpu(fw_tsf), in mwifiex_ret_802_11_scan() 2599 u64 fw_tsf = 0; in mwifiex_handle_event_ext_scan_report() local 2699 fw_tsf = le64_to_cpu(scan_info_tlv->tsf); in mwifiex_handle_event_ext_scan_report() 2705 &bytes_left, fw_tsf, in mwifiex_handle_event_ext_scan_report()
|
| H A D | sta_ioctl.c | 171 bss_desc->fw_tsf = bss_priv->fw_tsf; in mwifiex_fill_new_bss_desc()
|
| H A D | join.c | 110 tsf_val = cpu_to_le64(bss_desc->fw_tsf); in mwifiex_cmd_append_tsf_tlv() 118 __func__, bss_desc->timestamp, bss_desc->fw_tsf); in mwifiex_cmd_append_tsf_tlv()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | scan.c | 1545 u32 *bytes_left, u64 fw_tsf, const u8 *radio_type, in nxpwifi_parse_single_response_buf() argument 1692 bss_priv->fw_tsf = fw_tsf; in nxpwifi_parse_single_response_buf() 1916 __le64 fw_tsf = 0; in nxpwifi_ret_802_11_scan() local 2003 memcpy(&fw_tsf, &tsf_tlv->tsf_data[idx * TSF_DATA_SIZE], in nxpwifi_ret_802_11_scan() 2004 sizeof(fw_tsf)); in nxpwifi_ret_802_11_scan() 2028 le64_to_cpu(fw_tsf), in nxpwifi_ret_802_11_scan() 2406 u64 fw_tsf = 0; in nxpwifi_handle_event_ext_scan_report() local 2508 fw_tsf = le64_to_cpu(scan_info_tlv->tsf); in nxpwifi_handle_event_ext_scan_report() 2514 &bytes_left, fw_tsf, in nxpwifi_handle_event_ext_scan_report()
|
| H A D | join.c | 98 tsf_val = cpu_to_le64(bss_desc->fw_tsf); in nxpwifi_cmd_append_tsf_tlv() 106 __func__, bss_desc->timestamp, bss_desc->fw_tsf); in nxpwifi_cmd_append_tsf_tlv()
|
| H A D | sta_cfg.c | 149 bss_desc->fw_tsf = bss_priv->fw_tsf; in nxpwifi_fill_new_bss_desc()
|
| H A D | main.h | 345 u64 fw_tsf; member 696 u64 fw_tsf; member
|