Home
last modified time | relevance | path

Searched refs:le32_to_cpu (Results 1 – 25 of 1061) sorted by relevance

12345678910>>...43

/linux/drivers/gpu/drm/radeon/
H A Dradeon_ucode.c33 DRM_DEBUG("size_bytes: %u\n", le32_to_cpu(hdr->size_bytes)); in radeon_ucode_print_common_hdr()
34 DRM_DEBUG("header_size_bytes: %u\n", le32_to_cpu(hdr->header_size_bytes)); in radeon_ucode_print_common_hdr()
39 DRM_DEBUG("ucode_version: 0x%08x\n", le32_to_cpu(hdr->ucode_version)); in radeon_ucode_print_common_hdr()
40 DRM_DEBUG("ucode_size_bytes: %u\n", le32_to_cpu(hdr->ucode_size_bytes)); in radeon_ucode_print_common_hdr()
42 le32_to_cpu(hdr->ucode_array_offset_bytes)); in radeon_ucode_print_common_hdr()
43 DRM_DEBUG("crc32: 0x%08x\n", le32_to_cpu(hdr->crc32)); in radeon_ucode_print_common_hdr()
59 le32_to_cpu(mc_hdr->io_debug_size_bytes)); in radeon_ucode_print_mc_hdr()
61 le32_to_cpu(mc_hdr->io_debug_array_offset_bytes)); in radeon_ucode_print_mc_hdr()
79 DRM_DEBUG("ucode_start_addr: %u\n", le32_to_cpu(smc_hdr->ucode_start_addr)); in radeon_ucode_print_smc_hdr()
98 le32_to_cpu(gfx_hdr->ucode_feature_version)); in radeon_ucode_print_gfx_hdr()
[all …]
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-debug.c24 flag = le32_to_cpu(il->_4965.stats.flag); in il4965_stats_flag()
95 le32_to_cpu(ofdm->ina_cnt), accum_ofdm->ina_cnt, in il4965_ucode_rx_stats_read()
99 le32_to_cpu(ofdm->fina_cnt), accum_ofdm->fina_cnt, in il4965_ucode_rx_stats_read()
103 le32_to_cpu(ofdm->plcp_err), accum_ofdm->plcp_err, in il4965_ucode_rx_stats_read()
107 le32_to_cpu(ofdm->crc32_err), accum_ofdm->crc32_err, in il4965_ucode_rx_stats_read()
111 le32_to_cpu(ofdm->overrun_err), accum_ofdm->overrun_err, in il4965_ucode_rx_stats_read()
115 le32_to_cpu(ofdm->early_overrun_err), in il4965_ucode_rx_stats_read()
121 le32_to_cpu(ofdm->crc32_good), accum_ofdm->crc32_good, in il4965_ucode_rx_stats_read()
125 le32_to_cpu(ofdm->false_alarm_cnt), in il4965_ucode_rx_stats_read()
130 le32_to_cpu(ofdm->fina_sync_err_cnt), in il4965_ucode_rx_stats_read()
[all …]
H A D3945-debug.c20 le32_to_cpu(il->_3945.stats.flag)); in il3945_stats_flag()
21 if (le32_to_cpu(il->_3945.stats.flag) & UCODE_STATS_CLEAR_MSK) in il3945_stats_flag()
25 (le32_to_cpu(il->_3945.stats.flag) & in il3945_stats_flag()
28 (le32_to_cpu(il->_3945.stats.flag) & in il3945_stats_flag()
85 le32_to_cpu(ofdm->ina_cnt), accum_ofdm->ina_cnt, in il3945_ucode_rx_stats_read()
90 le32_to_cpu(ofdm->fina_cnt), accum_ofdm->fina_cnt, in il3945_ucode_rx_stats_read()
95 le32_to_cpu(ofdm->plcp_err), accum_ofdm->plcp_err, in il3945_ucode_rx_stats_read()
100 le32_to_cpu(ofdm->crc32_err), accum_ofdm->crc32_err, in il3945_ucode_rx_stats_read()
105 le32_to_cpu(ofdm->overrun_err), accum_ofdm->overrun_err, in il3945_ucode_rx_stats_read()
110 le32_to_cpu(ofdm->early_overrun_err), in il3945_ucode_rx_stats_read()
[all …]
/linux/sound/soc/qcom/qdsp6/
H A Dtopology.c216 for (sz = 0; !found && (sz < le32_to_cpu(private->size)); ) { in audioreach_get_sg_array()
222 sz = sz + le32_to_cpu(sg_array->size); in audioreach_get_sg_array()
223 while (!found && tkn_count <= (le32_to_cpu(sg_array->num_elems) - 1)) { in audioreach_get_sg_array()
224 switch (le32_to_cpu(sg_elem->token)) { in audioreach_get_sg_array()
249 for (sz = 0; !found && (sz < le32_to_cpu(private->size)); ) { in audioreach_get_cont_array()
255 sz = sz + le32_to_cpu(cont_array->size); in audioreach_get_cont_array()
256 while (!found && tkn_count <= (le32_to_cpu(cont_array->num_elems) - 1)) { in audioreach_get_cont_array()
257 switch (le32_to_cpu(cont_elem->token)) { in audioreach_get_cont_array()
282 for (sz = 0; !found && (sz < le32_to_cpu(private->size)); ) { in audioreach_get_module_array()
288 sz = sz + le32_to_cpu(mod_arra in audioreach_get_module_array()
[all...]
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dsoc15_int.h38 #define SOC15_CLIENT_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) & 0xff)
39 #define SOC15_SOURCE_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 8 & 0xff)
40 #define SOC15_RING_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 16 & 0xff)
41 #define SOC15_VMID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 24 & 0xf)
42 #define SOC15_VMID_TYPE_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 31 & 0x1)
43 #define SOC15_PASID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[3]) & 0xffff)
44 #define SOC15_NODEID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[3]) >> 16 & 0xff)
45 #define SOC15_CONTEXT_ID0_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[4]))
46 #define SOC15_CONTEXT_ID1_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[5]))
47 #define SOC15_CONTEXT_ID2_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[6]))
[all …]
/linux/drivers/net/ethernet/sfc/
H A Defx_devlink.c277 le32_to_cpu(ver.dwords[0]), in efx_devlink_info_running_v2()
278 'A' + le32_to_cpu(ver.dwords[1]), in efx_devlink_info_running_v2()
279 le32_to_cpu(ver.dwords[2])); in efx_devlink_info_running_v2()
295 le32_to_cpu(ver.dwords[0]), in efx_devlink_info_running_v2()
296 le32_to_cpu(ver.dwords[1]), in efx_devlink_info_running_v2()
297 le32_to_cpu(ver.dwords[2]), in efx_devlink_info_running_v2()
298 le32_to_cpu(ver.dwords[3])); in efx_devlink_info_running_v2()
343 le32_to_cpu(ver.dwords[0]), le32_to_cpu(ver.dwords[1]), in efx_devlink_info_running_v2()
344 le32_to_cpu(ver.dwords[2]), le32_to_cpu(ver.dwords[3]), in efx_devlink_info_running_v2()
369 le32_to_cpu(ver.dwords[0]), le32_to_cpu(ver.dwords[1]), in efx_devlink_info_running_v3()
[all …]
/linux/drivers/net/ethernet/intel/ixd/
H A Dixd_virtchnl.c30 le32_to_cpu(v2e->event)); in ixd_vc_recv_event_msg()
123 if (le32_to_cpu(need_ver.major) != le32_to_cpu(recv_ver->major) || in ixd_handle_vc_ver()
124 le32_to_cpu(need_ver.minor) != le32_to_cpu(recv_ver->minor)) in ixd_handle_vc_ver()
127 le32_to_cpu(need_ver.major), in ixd_handle_vc_ver()
128 le32_to_cpu(need_ver.minor), in ixd_handle_vc_ver()
129 le32_to_cpu(recv_ver->major), in ixd_handle_vc_ver()
130 le32_to_cpu(recv_ver->minor)); in ixd_handle_vc_ver()
132 if (le32_to_cpu(need_ver.major) != le32_to_cpu(recv_ver->major)) { in ixd_handle_vc_ver()
138 adapter->vc_ver.major = le32_to_cpu(recv_ver->major); in ixd_handle_vc_ver()
139 adapter->vc_ver.minor = le32_to_cpu(recv_ver->minor); in ixd_handle_vc_ver()
/linux/fs/adfs/
H A Ddir_fplus.c15 ALIGN(le32_to_cpu(h->bigdirnamelen), 4) + in adfs_fplus_offset()
21 unsigned int size = le32_to_cpu(h->bigdirsize); in adfs_fplus_validate_header()
34 len = ALIGN(le32_to_cpu(h->bigdirnamelen), 4); in adfs_fplus_validate_header()
41 len = le32_to_cpu(h->bigdirnamesize); in adfs_fplus_validate_header()
51 len = le32_to_cpu(h->bigdirentries); in adfs_fplus_validate_header()
78 end = adfs_fplus_offset(h, le32_to_cpu(h->bigdirentries)) + in adfs_fplus_checkbyte()
79 le32_to_cpu(h->bigdirnamesize); in adfs_fplus_checkbyte()
95 dircheck = ror32(dircheck, 13) ^ le32_to_cpu(t->bigdirendname); in adfs_fplus_checkbyte()
123 dirsize = le32_to_cpu(h->bigdirsize); in adfs_fplus_read()
149 dir->parent_id = le32_to_cpu(h->bigdirparent); in adfs_fplus_read()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-dbg-tlv.c71 u32 len = le32_to_cpu(tlv->length); in iwl_dbg_tlv_add()
88 u32 type = le32_to_cpu(tlv->type); in iwl_dbg_tlv_ver_support()
90 u32 ver = le32_to_cpu(hdr->version); in iwl_dbg_tlv_ver_support()
104 if (le32_to_cpu(tlv->length) != sizeof(*debug_info)) in iwl_dbg_tlv_alloc_debug_info()
128 if (le32_to_cpu(tlv->length) != sizeof(*alloc)) in iwl_dbg_tlv_alloc_buf_alloc()
131 buf_location = le32_to_cpu(alloc->buf_location); in iwl_dbg_tlv_alloc_buf_alloc()
132 alloc_id = le32_to_cpu(alloc->alloc_id); in iwl_dbg_tlv_alloc_buf_alloc()
170 u32 tp = le32_to_cpu(hcmd->time_point); in iwl_dbg_tlv_alloc_hcmd()
172 if (le32_to_cpu(tlv->length) <= sizeof(*hcmd)) in iwl_dbg_tlv_alloc_hcmd()
197 u32 id = le32_to_cpu(reg->id); in iwl_dbg_tlv_alloc_region()
[all …]
/linux/sound/soc/
H A Dsoc-topology.c191 if (le32_to_cpu(chan[i].id) == map) in tplg_chan_get_reg()
192 return le32_to_cpu(chan[i].reg); in tplg_chan_get_reg()
204 if (le32_to_cpu(chan[i].id) == map) in tplg_chan_get_shift()
205 return le32_to_cpu(chan[i].shift); in tplg_chan_get_shift()
229 le32_to_cpu(hdr->ops.get), in soc_control_err()
230 le32_to_cpu(hdr->ops.put), in soc_control_err()
231 le32_to_cpu(hdr->ops.info),
245 le32_to_cpu(hdr->vendor_type)); in soc_tplg_vendor_load()
254 le32_to_cpu(hdr->type),
255 le32_to_cpu(hd
[all...]
/linux/fs/squashfs/
H A Dinode.c51 inode->i_ino = le32_to_cpu(sqsh_ino->inode_number); in squashfs_new_inode()
65 inode_set_mtime(inode, le32_to_cpu(sqsh_ino->mtime), 0); in squashfs_new_inode()
147 inode->i_size = le32_to_cpu(sqsh_ino->file_size); in squashfs_read_inode()
148 frag = le32_to_cpu(sqsh_ino->fragment); in squashfs_read_inode()
158 frag_offset = le32_to_cpu(sqsh_ino->offset); in squashfs_read_inode()
177 squashfs_i(inode)->start = le32_to_cpu(sqsh_ino->start_block); in squashfs_read_inode()
204 frag = le32_to_cpu(sqsh_ino->fragment); in squashfs_read_inode()
214 frag_offset = le32_to_cpu(sqsh_ino->offset); in squashfs_read_inode()
226 xattr_id = le32_to_cpu(sqsh_ino->xattr); in squashfs_read_inode()
227 set_nlink(inode, le32_to_cpu(sqsh_ino->nlink)); in squashfs_read_inode()
[all …]
/linux/include/trace/events/
H A Ddlm.h354 __entry->h_version = le32_to_cpu(rc->rc_header.h_version);
355 __entry->h_lockspace = le32_to_cpu(rc->rc_header.u.h_lockspace);
356 __entry->h_nodeid = le32_to_cpu(rc->rc_header.h_nodeid);
359 __entry->rc_type = le32_to_cpu(rc->rc_type);
360 __entry->rc_result = le32_to_cpu(rc->rc_result);
432 __entry->h_version = le32_to_cpu(ms->m_header.h_version);
433 __entry->h_lockspace = le32_to_cpu(ms->m_header.u.h_lockspace);
434 __entry->h_nodeid = le32_to_cpu(ms->m_header.h_nodeid);
437 __entry->m_type = le32_to_cpu(ms->m_type);
438 __entry->m_nodeid = le32_to_cpu(ms->m_nodeid);
[all …]
/linux/fs/hpfs/
H A Danode.c26 if (le32_to_cpu(btree->u.internal[i].file_secno) > sec) { in hpfs_bplus_lookup()
27 a = le32_to_cpu(btree->u.internal[i].down); in hpfs_bplus_lookup()
38 if (le32_to_cpu(btree->u.external[i].file_secno) <= sec && in hpfs_bplus_lookup()
39le32_to_cpu(btree->u.external[i].file_secno) + le32_to_cpu(btree->u.external[i].length) > sec) { in hpfs_bplus_lookup()
40 …a = le32_to_cpu(btree->u.external[i].disk_secno) + sec - le32_to_cpu(btree->u.external[i].file_sec… in hpfs_bplus_lookup()
47 hpfs_inode->i_file_sec = le32_to_cpu(btree->u.external[i].file_secno); in hpfs_bplus_lookup()
48 hpfs_inode->i_disk_sec = le32_to_cpu(btree->u.external[i].disk_secno); in hpfs_bplus_lookup()
49 hpfs_inode->i_n_secs = le32_to_cpu(btree->u.external[i].length); in hpfs_bplus_lookup()
88 a = le32_to_cpu(btree->u.internal[n].down); in hpfs_add_sector_to_btree()
99 …if (le32_to_cpu(btree->u.external[n].file_secno) + le32_to_cpu(btree->u.external[n].length) != fse… in hpfs_add_sector_to_btree()
[all …]
H A Dmap.c27 sec = le32_to_cpu(hpfs_sb(s)->sb_bmp_dir[bmp_block]); in hpfs_map_bitmap()
43 to_prefetch = le32_to_cpu(hpfs_sb(s)->sb_bmp_dir[bmp_block]); in hpfs_prefetch_bitmap()
47 next_prefetch = le32_to_cpu(hpfs_sb(s)->sb_bmp_dir[bmp_block + 1]); in hpfs_prefetch_bitmap()
68 if (le32_to_cpu(cp->magic) != CP_DIR_MAGIC) { in hpfs_load_code_page()
70 le32_to_cpu(cp->magic)); in hpfs_load_code_page()
74 if (!le32_to_cpu(cp->n_code_pages)) { in hpfs_load_code_page()
79 cpds = le32_to_cpu(cp->array[0].code_page_data); in hpfs_load_code_page()
141 n_hotfixes = le32_to_cpu(spareblock->n_spares); in hpfs_load_hotfix_map()
142 n_used_hotfixes = le32_to_cpu(spareblock->n_spares_used); in hpfs_load_hotfix_map()
148 if (!(directory = hpfs_map_4sectors(s, le32_to_cpu(spareblock->hotfix_map), &qbh, 0))) { in hpfs_load_hotfix_map()
[all …]
/linux/drivers/mtd/parsers/
H A Dsharpslpart.c313 if (le32_to_cpu(buf[0].end) <= le32_to_cpu(buf[0].start) || in sharpsl_nand_read_partinfo()
314 le32_to_cpu(buf[1].start) < le32_to_cpu(buf[0].end) || in sharpsl_nand_read_partinfo()
315 le32_to_cpu(buf[1].end) <= le32_to_cpu(buf[1].start) || in sharpsl_nand_read_partinfo()
316 le32_to_cpu(buf[2].start) < le32_to_cpu(buf[1].end) || in sharpsl_nand_read_partinfo()
317 le32_to_cpu(buf[2].end) <= le32_to_cpu(buf[2].start)) { in sharpsl_nand_read_partinfo()
372 sharpsl_nand_parts[0].offset = le32_to_cpu(buf[0].start); in sharpsl_parse_mtd_partitions()
373 sharpsl_nand_parts[0].size = le32_to_cpu(buf[0].end) - in sharpsl_parse_mtd_partitions()
374 le32_to_cpu(buf[0].start); in sharpsl_parse_mtd_partitions()
377 sharpsl_nand_parts[1].offset = le32_to_cpu(buf[1].start); in sharpsl_parse_mtd_partitions()
378 sharpsl_nand_parts[1].size = le32_to_cpu(buf[1].end) - in sharpsl_parse_mtd_partitions()
[all …]
H A Dqcomsmempart.c84 if (le32_to_cpu(ptable->magic1) != SMEM_FLASH_PART_MAGIC1 || in parse_qcomsmem_part()
85 le32_to_cpu(ptable->magic2) != SMEM_FLASH_PART_MAGIC2) { in parse_qcomsmem_part()
91 tmpparts = le32_to_cpu(ptable->numparts); in parse_qcomsmem_part()
98 if (le32_to_cpu(ptable->version) <= SMEM_FLASH_PTABLE_V3) { in parse_qcomsmem_part()
101 } else if (le32_to_cpu(ptable->version) == SMEM_FLASH_PTABLE_V4) { in parse_qcomsmem_part()
105 pr_err("Unknown ptable version (%d)", le32_to_cpu(ptable->version)); in parse_qcomsmem_part()
146 parts[j].offset = le32_to_cpu(pentry->offset) * mtd->erasesize; in parse_qcomsmem_part()
148 parts[j].size = le32_to_cpu(pentry->length) * mtd->erasesize; in parse_qcomsmem_part()
150 i, pentry->name, le32_to_cpu(pentry->offset), in parse_qcomsmem_part()
151 le32_to_cpu(pentry->length), pentry->attr); in parse_qcomsmem_part()
[all …]
/linux/drivers/infiniband/hw/bng_re/
H A Dbng_sp.c70 attr->max_qp = le32_to_cpu(sb->max_qp); in bng_re_get_dev_attr()
85 attr->max_cq = le32_to_cpu(sb->max_cq); in bng_re_get_dev_attr()
86 attr->max_cq_wqes = le32_to_cpu(sb->max_cqe); in bng_re_get_dev_attr()
88 attr->max_mr = le32_to_cpu(sb->max_mr); in bng_re_get_dev_attr()
89 attr->max_mw = le32_to_cpu(sb->max_mw); in bng_re_get_dev_attr()
93 attr->max_raw_ethy_qp = le32_to_cpu(sb->max_raw_eth_qp); in bng_re_get_dev_attr()
94 attr->max_ah = le32_to_cpu(sb->max_ah); in bng_re_get_dev_attr()
97 attr->max_srq_wqes = le32_to_cpu(sb->max_srq_wr) - 1; in bng_re_get_dev_attr()
100 attr->max_inline_data = le32_to_cpu(sb->max_inline_data); in bng_re_get_dev_attr()
107 attr->max_sgid = le32_to_cpu(sb->max_gid); in bng_re_get_dev_attr()
[all …]
/linux/drivers/accel/qaic/
H A Dsahara.c297 le32_to_cpu(context->rx->length), in sahara_hello()
298 le32_to_cpu(context->rx->hello.version), in sahara_hello()
299 le32_to_cpu(context->rx->hello.version_compat), in sahara_hello()
300 le32_to_cpu(context->rx->hello.max_length), in sahara_hello()
301 le32_to_cpu(context->rx->hello.mode)); in sahara_hello()
303 if (le32_to_cpu(context->rx->length) != SAHARA_HELLO_LENGTH) { in sahara_hello()
305 le32_to_cpu(context->rx->length)); in sahara_hello()
308 if (le32_to_cpu(context->rx->hello.version) != SAHARA_VERSION) { in sahara_hello()
310 le32_to_cpu(context->rx->hello.version)); in sahara_hello()
314 if (le32_to_cpu(context->rx->hello.mode) != SAHARA_MODE_IMAGE_TX_PENDING && in sahara_hello()
[all …]
/linux/drivers/net/wireless/ath/wil6210/
H A Dfw_inc.c25 wil_err_fw(wil, "bad %s: 0x%08x\n", msg, le32_to_cpu(val)); in wil_fw_addr_check()
65 dlen = le32_to_cpu(fh_->data_len); in wil_fw_verify()
81 if (le32_to_cpu(fh_->signature) != WIL_FW_SIGNATURE) { in wil_fw_verify()
83 le32_to_cpu(fh_->signature)); in wil_fw_verify()
88 if (le32_to_cpu(fh_->version) > WIL_FW_FMT_VERSION) { in wil_fw_verify()
90 le32_to_cpu(fh_->version)); in wil_fw_verify()
104 if (crc != le32_to_cpu(fh_->crc)) { in wil_fw_verify()
107 (ulong)dlen, crc, le32_to_cpu(fh_->crc)); in wil_fw_verify()
169 le32_to_cpu(rec->brd_info[i].base_addr); in fw_handle_brd_file()
171 le32_to_cpu(rec->brd_info[i].max_size_bytes); in fw_handle_brd_file()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dsmem.c25 lmac_num = le32_to_cpu(mem_cfg->lmac_num); in iwl_parse_shared_mem_22000()
37 fwrt->smem_cfg.rxfifo2_size = le32_to_cpu(mem_cfg->rxfifo2_size); in iwl_parse_shared_mem_22000()
43 le32_to_cpu(mem_cfg->rxfifo2_control_size); in iwl_parse_shared_mem_22000()
52 le32_to_cpu(lmac_cfg->txfifo_size[i]); in iwl_parse_shared_mem_22000()
54 le32_to_cpu(lmac_cfg->rxfifo1_size); in iwl_parse_shared_mem_22000()
74 le32_to_cpu(mem_cfg->txfifo_size[i]); in iwl_parse_shared_mem()
77 le32_to_cpu(mem_cfg->rxfifo_size[0]); in iwl_parse_shared_mem()
78 fwrt->smem_cfg.rxfifo2_size = le32_to_cpu(mem_cfg->rxfifo_size[1]); in iwl_parse_shared_mem()
92 le32_to_cpu(mem_cfg->internal_txfifo_addr); in iwl_parse_shared_mem()
98 le32_to_cpu(mem_cfg->internal_txfifo_size[i]); in iwl_parse_shared_mem()
/linux/drivers/md/persistent-data/
H A Ddm-btree-remove.c62 uint32_t nr_entries = le32_to_cpu(n->header.nr_entries); in node_shift()
63 uint32_t value_size = le32_to_cpu(n->header.value_size); in node_shift()
76 BUG_ON(nr_entries + shift > le32_to_cpu(n->header.max_entries)); in node_shift()
88 uint32_t nr_left = le32_to_cpu(left->header.nr_entries); in node_copy()
89 uint32_t value_size = le32_to_cpu(left->header.value_size); in node_copy()
91 if (value_size != le32_to_cpu(right->header.value_size)) { in node_copy()
99 if (nr_left + shift > le32_to_cpu(left->header.max_entries)) { in node_copy()
111 if (shift > le32_to_cpu(right->header.max_entries)) { in node_copy()
131 unsigned int nr_entries = le32_to_cpu(n->header.nr_entries); in delete_at()
133 uint32_t value_size = le32_to_cpu(n->header.value_size); in delete_at()
[all …]
/linux/fs/smb/server/
H A Dsmb2misc.c118 *off = le32_to_cpu(((struct smb2_create_req *) in smb2_get_data_area_len()
120 *len = le32_to_cpu(((struct smb2_create_req *) in smb2_get_data_area_len()
137 *len = le32_to_cpu(((struct smb2_query_info_req *)hdr)->InputBufferLength); in smb2_get_data_area_len()
143 *len = le32_to_cpu(((struct smb2_set_info_req *)hdr)->BufferLength); in smb2_get_data_area_len()
155 *len = le32_to_cpu(((struct smb2_write_req *)hdr)->Length); in smb2_get_data_area_len()
181 le32_to_cpu(((struct smb2_ioctl_req *)hdr)->InputOffset), in smb2_get_data_area_len()
183 *len = le32_to_cpu(((struct smb2_ioctl_req *)hdr)->InputCount); in smb2_get_data_area_len()
264 return le32_to_cpu(h->InputBufferLength); in smb2_query_info_req_len()
269 return le32_to_cpu(h->OutputBufferLength); in smb2_query_info_resp_len()
274 return le32_to_cpu(h->BufferLength); in smb2_set_info_req_len()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c38 le32_to_cpu(err_resp->error_type), in iwlagn_rx_reply_error()
41 le32_to_cpu(err_resp->error_info)); in iwlagn_rx_reply_error()
58 if (!le32_to_cpu(csa->status) && csa->channel == priv->switch_channel) { in iwlagn_rx_csa()
122 le32_to_cpu(beacon->ibss_mgr_status), in iwlagn_rx_beacon_notif()
123 le32_to_cpu(beacon->high_tsf), in iwlagn_rx_beacon_notif()
124 le32_to_cpu(beacon->low_tsf), rate); in iwlagn_rx_beacon_notif()
127 priv->ibss_manager = le32_to_cpu(beacon->ibss_mgr_status); in iwlagn_rx_beacon_notif()
149 delta = le32_to_cpu(cur_ofdm->plcp_err) - in iwlagn_good_plcp_health()
150 le32_to_cpu(priv->statistics.rx_ofdm.plcp_err) + in iwlagn_good_plcp_health()
151 le32_to_cpu(cur_ofdm_ht->plcp_err) - in iwlagn_good_plcp_health()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.c282 u32 trig_te_id = le32_to_cpu(te_trig->time_events[i].id); in iwl_mvm_te_check_trigger()
284 le32_to_cpu(te_trig->time_events[i].action_bitmap); in iwl_mvm_te_check_trigger()
286 le32_to_cpu(te_trig->time_events[i].status_bitmap); in iwl_mvm_te_check_trigger()
289 !(trig_action_bitmap & le32_to_cpu(notif->action)) || in iwl_mvm_te_check_trigger()
290 !(trig_status_bitmap & BIT(le32_to_cpu(notif->status)))) in iwl_mvm_te_check_trigger()
296 le32_to_cpu(notif->action), in iwl_mvm_te_check_trigger()
297 le32_to_cpu(notif->status)); in iwl_mvm_te_check_trigger()
316 le32_to_cpu(notif->unique_id), in iwl_mvm_te_handle_notif()
317 le32_to_cpu(notif->action)); in iwl_mvm_te_handle_notif()
329 if (!le32_to_cpu(notif->status)) { in iwl_mvm_te_handle_notif()
[all …]
/linux/drivers/net/wireless/ath/ath6kl/
H A Dmain.c304 le32_to_cpu(debug_hdr.dbuf_addr)); in ath6kl_read_fwlogs()
314 le32_to_cpu(debug_buf.buffer_addr)); in ath6kl_read_fwlogs()
315 length = le32_to_cpu(debug_buf.length); in ath6kl_read_fwlogs()
317 if (length != 0 && (le32_to_cpu(debug_buf.length) <= in ath6kl_read_fwlogs()
318 le32_to_cpu(debug_buf.bufsize))) { in ath6kl_read_fwlogs()
330 le32_to_cpu(debug_buf.next)); in ath6kl_read_fwlogs()
718 stats->tx_pkt += le32_to_cpu(tgt_stats->stats.tx.pkt); in ath6kl_update_target_stats()
719 stats->tx_byte += le32_to_cpu(tgt_stats->stats.tx.byte); in ath6kl_update_target_stats()
720 stats->tx_ucast_pkt += le32_to_cpu(tgt_stats->stats.tx.ucast_pkt); in ath6kl_update_target_stats()
721 stats->tx_ucast_byte += le32_to_cpu(tgt_stats->stats.tx.ucast_byte); in ath6kl_update_target_stats()
[all …]

12345678910>>...43