Home
last modified time | relevance | path

Searched refs:t_u64 (Results 1 – 16 of 16) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h363 t_u64 network_tsf;
385 t_u64 t1_tstamp;
387 t_u64 t4_tstamp;
389 t_u64 t1_error;
391 t_u64 t4_error;
393 t_u64 egress_time;
3236 t_u64 tsf;
3977 t_u64 reserved : 1;
3978 t_u64 he_sig2 : 9;
3979 t_u64 doppler : 1;
[all …]
Dmlan_main.h314 …((t_u64)((t_u64)(((t_u64)(x)&0x00000000000000ffULL) << 56) | (t_u64)(((t_u64)(x)&0x000000000000ff0…
315 …(t_u64)(((t_u64)(x)&0x0000000000ff0000ULL) << 24) | (t_u64)(((t_u64)(x)&0x00000000ff000000ULL) << …
316 …(t_u64)(((t_u64)(x)&0x000000ff00000000ULL) >> 8) | (t_u64)(((t_u64)(x)&0x0000ff0000000000ULL) >> 2…
317 …(t_u64)(((t_u64)(x)&0x00ff000000000000ULL) >> 40) | (t_u64)(((t_u64)(x)&0xff00000000000000ULL) >> …
1646 t_u64 bg_scan_reqid;
1764 t_u64 bitmap;
Dtype_decls.h36 typedef unsigned long long t_u64; typedef
46 typedef t_u64 t_ptr;
Dmlan_fw.h2152 t_u64 reserved1;
3513 t_u64 reserved_1;
3542 t_u64 tsf_bcn;
3884 t_u64 tx_octets_in_amsdu_cnt;
3890 t_u64 rx_octets_in_amsdu_cnt;
3896 t_u64 tx_octets_in_ampdu_cnt;
3902 t_u64 rx_octets_in_ampdu_cnt;
3911 t_u64 rx_stuck_tsf[2];
3916 t_u64 tx_watchdog_tsf[2];
4590 t_u64 tsf;
[all …]
Dmlan_11k.h95 t_u64 m_start_time;
Dmlan_decl.h873 t_u64 TSF;
Dmlan_ieee.h2395 t_u64 network_tsf;
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi.h1071 t_u64 tx_octets_in_amsdu_cnt;
1077 t_u64 rx_octets_in_amsdu_cnt;
1083 t_u64 tx_octets_in_ampdu_cnt;
1089 t_u64 rx_octets_in_ampdu_cnt;
1098 t_u64 rx_stuck_tsf[2];
1103 t_u64 tx_watchdog_tsf[2];
1760 extern t_u64 csi_event_data_len;
Dwifi-decl.h101 t_u64 timestamp;
1258 t_u64 tsf;
1778 t_u64 time;
1780 t_u64 fw_time;
1824 t_u64 egress_time;
1826 t_u64 ingress_time;
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_action.c198 t_u64 tsf; in wlan_process_timing_measurement_frame()
Dmlan_sta_cmd.c1093 t_u64 rekey_ctr;
1104 rekey_ctr = wlan_le64_to_cpu(swap_byte_64(*(t_u64 *)data->replay_ctr));
1106 rekey->replay_ctr_high = wlan_cpu_to_le32((t_u64)rekey_ctr >> 32);
Dmlan_11k.c59 static void wlan_rrm_put_le64(t_u8 *a, t_u64 val) in wlan_rrm_put_le64()
Dmlan_scan.c2822 t_u64 tsf_val; in wlan_ret_802_11_scan()
3913 t_u64 tsf_val; in wlan_parse_ext_scan_result()
Dmlan_glue.c4135 t_u64 *tsf = (t_u64 *)(wm_wifi.cmd_resp_priv); in wifi_process_cmd_response()
8183 host_clock->time = ((t_u64)os_get_timestamp() * 1000U); in wifi_get_fw_timestamp()
Dwifi.c54 t_u64 csi_event_data_len = 0;
Dmlan_api.c316 t_u64 tsf = 0x00; in wifi_get_tsf()