Searched refs:get_log (Results 1 – 2 of 2) sorted by relevance
234 struct host_cmd_ds_802_11_get_log *get_log = in mwifiex_ret_get_log() local235 (struct host_cmd_ds_802_11_get_log *) &resp->params.get_log; in mwifiex_ret_get_log()238 stats->mcast_tx_frame = le32_to_cpu(get_log->mcast_tx_frame); in mwifiex_ret_get_log()239 stats->failed = le32_to_cpu(get_log->failed); in mwifiex_ret_get_log()240 stats->retry = le32_to_cpu(get_log->retry); in mwifiex_ret_get_log()241 stats->multi_retry = le32_to_cpu(get_log->multi_retry); in mwifiex_ret_get_log()242 stats->frame_dup = le32_to_cpu(get_log->frame_dup); in mwifiex_ret_get_log()243 stats->rts_success = le32_to_cpu(get_log->rts_success); in mwifiex_ret_get_log()244 stats->rts_failure = le32_to_cpu(get_log->rts_failure); in mwifiex_ret_get_log()245 stats->ack_failure = le32_to_cpu(get_log->ack_failure); in mwifiex_ret_get_log()[all …]
1159 struct host_cmd_ds_802_11_get_log get_log; member