Searched refs:get_log (Results 1 – 7 of 7) sorted by relevance
211 struct host_cmd_ds_802_11_get_log *get_log = in mwifiex_ret_get_log() local212 &resp->params.get_log; in mwifiex_ret_get_log()216 stats->failed = le32_to_cpu(get_log->failed); in mwifiex_ret_get_log()217 stats->retry = le32_to_cpu(get_log->retry); in mwifiex_ret_get_log()219 stats->frame_dup = le32_to_cpu(get_log->frame_dup); in mwifiex_ret_get_log()223 stats->rx_frag = le32_to_cpu(get_log->rx_frag); in mwifiex_ret_get_log()226 stats->tx_frame = le32_to_cpu(get_log->tx_frame); in mwifiex_ret_get_log()228 le32_to_cpu(get_log->wep_icv_err_cnt[0]); in mwifiex_ret_get_log()230 le32_to_cpu(get_log->wep_icv_err_cnt[1]); in mwifiex_ret_get_log()232 le32_to_cpu(get_log->wep_icv_err_cnt[2]); in mwifiex_ret_get_log()[all …]
2310 struct host_cmd_ds_802_11_get_log get_log; member
129 struct telem_args_get_log get_log; member164 max_size += sizeof(rq->args.get_log); in check_telem_request()
221 int (*get_log)(struct eeh_pe *pe, int severity, char *drv_log, unsigned long len); member
793 .get_log = pseries_eeh_get_log,
337 eeh_ops->get_log(pe, severity, pci_regs_buf, loglen); in eeh_slot_error_detail()
1634 .get_log = pnv_eeh_get_log,
Completed in 34 milliseconds