Lines Matching refs:le32_to_cpu

242 		stats->mcast_tx_frame = le32_to_cpu(get_log->mcast_tx_frame);  in mwifiex_ret_get_log()
243 stats->failed = le32_to_cpu(get_log->failed); in mwifiex_ret_get_log()
244 stats->retry = le32_to_cpu(get_log->retry); in mwifiex_ret_get_log()
245 stats->multi_retry = le32_to_cpu(get_log->multi_retry); in mwifiex_ret_get_log()
246 stats->frame_dup = le32_to_cpu(get_log->frame_dup); in mwifiex_ret_get_log()
247 stats->rts_success = le32_to_cpu(get_log->rts_success); in mwifiex_ret_get_log()
248 stats->rts_failure = le32_to_cpu(get_log->rts_failure); in mwifiex_ret_get_log()
249 stats->ack_failure = le32_to_cpu(get_log->ack_failure); in mwifiex_ret_get_log()
250 stats->rx_frag = le32_to_cpu(get_log->rx_frag); in mwifiex_ret_get_log()
251 stats->mcast_rx_frame = le32_to_cpu(get_log->mcast_rx_frame); in mwifiex_ret_get_log()
252 stats->fcs_error = le32_to_cpu(get_log->fcs_error); in mwifiex_ret_get_log()
253 stats->tx_frame = le32_to_cpu(get_log->tx_frame); in mwifiex_ret_get_log()
255 le32_to_cpu(get_log->wep_icv_err_cnt[0]); in mwifiex_ret_get_log()
257 le32_to_cpu(get_log->wep_icv_err_cnt[1]); in mwifiex_ret_get_log()
259 le32_to_cpu(get_log->wep_icv_err_cnt[2]); in mwifiex_ret_get_log()
261 le32_to_cpu(get_log->wep_icv_err_cnt[3]); in mwifiex_ret_get_log()
262 stats->bcn_rcv_cnt = le32_to_cpu(get_log->bcn_rcv_cnt); in mwifiex_ret_get_log()
263 stats->bcn_miss_cnt = le32_to_cpu(get_log->bcn_miss_cnt); in mwifiex_ret_get_log()
429 if (!le32_to_cpu(txp_cfg->mode)) in mwifiex_ret_tx_power_cfg()
763 priv->mem_rw.addr = le32_to_cpu(mem->addr); in mwifiex_ret_mem_access()
764 priv->mem_rw.value = le32_to_cpu(mem->value); in mwifiex_ret_mem_access()
1022 mode = le32_to_cpu(coex_tlv->mode); in mwifiex_ret_robust_coex()