Searched refs:tbtt_offset (Results 1 – 5 of 5) sorted by relevance
3151 HostCmd_DS_TBTT_OFFSET *tbtt_offset; in wifi_process_cmd_response() local3152 tbtt_offset = (HostCmd_DS_TBTT_OFFSET *)&resp->params.tbtt_offset; in wifi_process_cmd_response()3155 if (tbtt_offset->action == HostCmd_ACT_GEN_GET) in wifi_process_cmd_response()3161 tbtt_offset_t->min_tbtt_offset = tbtt_offset->min_tbtt_offset; in wifi_process_cmd_response()3162 tbtt_offset_t->max_tbtt_offset = tbtt_offset->max_tbtt_offset; in wifi_process_cmd_response()3163 tbtt_offset_t->avg_tbtt_offset = tbtt_offset->avg_tbtt_offset; in wifi_process_cmd_response()
2141 cmd_ptr->params.tbtt_offset.action = HostCmd_ACT_GEN_GET;
3947 int wlan_get_tbtt_offset_stats(wlan_tbtt_offset_t *tbtt_offset);
8022 HostCmd_DS_TBTT_OFFSET tbtt_offset;
12431 int wlan_get_tbtt_offset(wlan_tbtt_offset_t *tbtt_offset) in wlan_get_tbtt_offset() argument12433 return wifi_get_tbtt_offset(tbtt_offset); in wlan_get_tbtt_offset()