Home
last modified time | relevance | path

Searched refs:host_clock (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_cmdevt.c2023 … HostCmd_DS_HOST_CLOCK_CFG *host_clock = (HostCmd_DS_HOST_CLOCK_CFG *)&cmd->params.host_clock_cfg; in wlan_cmd_host_clock_cfg() local
2030 host_clock->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_host_clock_cfg()
2031 host_clock->time = wlan_cpu_to_le64(hostclk->time); in wlan_cmd_host_clock_cfg()
2050 … HostCmd_DS_HOST_CLOCK_CFG *host_clock = (HostCmd_DS_HOST_CLOCK_CFG *)&resp->params.host_clock_cfg; in wlan_ret_host_clock_cfg() local
2060 hostclk = &cfg->param.host_clock; in wlan_ret_host_clock_cfg()
2062 hostclk->time = wlan_le64_to_cpu(host_clock->time); in wlan_ret_host_clock_cfg()
2066 hostclk->fw_time = wlan_le64_to_cpu(host_clock->hw_time) /*- cmd_rtt*/; // Not adjusting in wlan_ret_host_clock_cfg()
Dmlan_glue.c8172 mlan_ds_host_clock *host_clock = &ioctl_cfg.param.host_clock; in wifi_get_fw_timestamp() local
8183 host_clock->time = ((t_u64)os_get_timestamp() * 1000U); in wifi_get_fw_timestamp()
8186 0, NULL, host_clock, cmd); in wifi_get_fw_timestamp()
8190 (void)memcpy((void *)time, (const void *)host_clock, sizeof(wifi_correlated_time_t)); in wifi_get_fw_timestamp()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h4312 mlan_ds_host_clock host_clock; member