Home
last modified time | relevance | path

Searched refs:be16_to_cpu (Results 1 – 25 of 654) sorted by relevance

12345678910>>...27

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_dir2_data.c170 if (be16_to_cpu(bf[0].length) < be16_to_cpu(bf[1].length)) in __xfs_dir3_data_check()
172 if (be16_to_cpu(bf[1].length) < be16_to_cpu(bf[2].length)) in __xfs_dir3_data_check()
186 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) { in __xfs_dir3_data_check()
191 if (offset + be16_to_cpu(dup->length) > end) in __xfs_dir3_data_check()
193 if (be16_to_cpu(*xfs_dir2_data_unused_tag_p(dup)) != in __xfs_dir3_data_check()
205 if (be16_to_cpu(dup->length) > in __xfs_dir3_data_check()
206 be16_to_cpu(bf[2].length)) in __xfs_dir3_data_check()
209 offset += be16_to_cpu(dup->length); in __xfs_dir3_data_check()
225 if (be16_to_cpu(*xfs_dir2_data_entry_tag_p(mp, dep)) != offset) in __xfs_dir3_data_check()
486 if (be16_to_cpu(dfp->offset) == off) { in xfs_dir2_data_freefind_verify()
[all …]
Dxfs_dir2_block.c210 if (be16_to_cpu(bf[0].length) >= len) { in xfs_dir2_block_need_space()
215 ((char *)hdr + be16_to_cpu(bf[0].offset)); in xfs_dir2_block_need_space()
227 dup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_block_need_space()
233 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) { in xfs_dir2_block_need_space()
234 if (be16_to_cpu(dup->length) + (be32_to_cpu(btp->stale) - 1) * in xfs_dir2_block_need_space()
251 enddup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_block_need_space()
258 if (be16_to_cpu(enddup->freetag) == XFS_DIR2_DATA_FREE_TAG) { in xfs_dir2_block_need_space()
263 ((char *)hdr + be16_to_cpu(bf[0].offset)); in xfs_dir2_block_need_space()
268 if (be16_to_cpu(dup->length) < len) in xfs_dir2_block_need_space()
276 if (be16_to_cpu(dup->length) < len + (uint)sizeof(*blp)) { in xfs_dir2_block_need_space()
[all …]
/linux-6.1.9/tools/perf/util/
Ds390-sample-raw.c57 ce.def = be16_to_cpu(cep->def); in s390_cpumcfdg_testctr()
58 ce.set = be16_to_cpu(cep->set); in s390_cpumcfdg_testctr()
59 ce.ctr = be16_to_cpu(cep->ctr); in s390_cpumcfdg_testctr()
60 ce.res1 = be16_to_cpu(cep->res1); in s390_cpumcfdg_testctr()
89 te.cfvn = be16_to_cpu(tep->cfvn); in s390_cpumcfdg_dumptrail()
90 te.csvn = be16_to_cpu(tep->csvn); in s390_cpumcfdg_dumptrail()
97 te.mach_type = be16_to_cpu(tep->mach_type); in s390_cpumcfdg_dumptrail()
98 te.res1 = be16_to_cpu(tep->res1); in s390_cpumcfdg_dumptrail()
187 ce.def = be16_to_cpu(cep->def); in s390_cpumcfdg_dump()
188 ce.set = be16_to_cpu(cep->set); in s390_cpumcfdg_dump()
[all …]
/linux-6.1.9/block/partitions/
Dsun.c76 if (be16_to_cpu(label->magic) != SUN_LABEL_MAGIC) { in sun_partition()
96 (be16_to_cpu(label->vtoc.nparts) <= 8)); in sun_partition()
99 nparts = (use_vtoc) ? be16_to_cpu(label->vtoc.nparts) : 8; in sun_partition()
107 spc = be16_to_cpu(label->ntrks) * be16_to_cpu(label->nsect); in sun_partition()
118 if (be16_to_cpu(label->vtoc.infos[i].id) == LINUX_RAID_PARTITION) in sun_partition()
120 else if (be16_to_cpu(label->vtoc.infos[i].id) == SUN_WHOLE_DISK) in sun_partition()
Daix.c175 u16 lvm_version = be16_to_cpu(p->version); in aix_partition()
179 int pp_size_log2 = be16_to_cpu(p->pp_size); in aix_partition()
199 numlvs = be16_to_cpu(p->numlvs); in aix_partition()
214 lvip[i].pps_per_lv = be16_to_cpu(p[i].num_lps); in aix_partition()
224 int numpps = be16_to_cpu(pvd->pp_count); in aix_partition()
235 lp_ix = be16_to_cpu(p->lp_ix); in aix_partition()
240 lv_ix = be16_to_cpu(p->lv_ix) - 1; in aix_partition()
Dmac.c48 if (be16_to_cpu(md->signature) != MAC_DRIVER_MAGIC) { in mac_partition()
52 secsize = be16_to_cpu(md->block_size); in mac_partition()
62 if (be16_to_cpu(part->signature) != MAC_PARTITION_MAGIC) { in mac_partition()
83 if (be16_to_cpu(part->signature) != MAC_PARTITION_MAGIC) in mac_partition()
/linux-6.1.9/arch/powerpc/platforms/powernv/
Dopal-fadump.c63 if (be16_to_cpu(opal_fdm_active->registered_regions) == 0) in opal_fadump_dt_scan()
98 pr_debug("Boot memory regions count: %d\n", be16_to_cpu(fdm->region_cnt)); in opal_fadump_update_config()
129 for (i = 0; i < be16_to_cpu(fdm->region_cnt); i++) { in opal_fadump_get_config()
158 if (be16_to_cpu(fdm->region_cnt) > be16_to_cpu(fdm->registered_regions)) { in opal_fadump_get_config()
161 i = be16_to_cpu(fdm->registered_regions); in opal_fadump_get_config()
162 while (i < be16_to_cpu(fdm->region_cnt)) { in opal_fadump_get_config()
174 fadump_conf->boot_mem_regs_cnt = be16_to_cpu(fdm->region_cnt); in opal_fadump_get_config()
197 reg_cnt = be16_to_cpu(opal_fdm->region_cnt); in opal_fadump_init_mem_struct()
279 registered_regs = be16_to_cpu(opal_fdm->registered_regions); in opal_fadump_register()
280 for (i = 0; i < be16_to_cpu(opal_fdm->region_cnt); i++) { in opal_fadump_register()
[all …]
/linux-6.1.9/fs/hfsplus/
Dunicode.c38 len1 = be16_to_cpu(s1->length); in hfsplus_strcasecmp()
39 len2 = be16_to_cpu(s2->length); in hfsplus_strcasecmp()
47 c1 = case_fold(be16_to_cpu(*p1)); in hfsplus_strcasecmp()
52 c2 = case_fold(be16_to_cpu(*p2)); in hfsplus_strcasecmp()
72 len1 = be16_to_cpu(s1->length); in hfsplus_strcmp()
73 len2 = be16_to_cpu(s2->length); in hfsplus_strcmp()
78 c1 = be16_to_cpu(*p1); in hfsplus_strcmp()
79 c2 = be16_to_cpu(*p2); in hfsplus_strcmp()
135 ustrlen = be16_to_cpu(ustr->length); in hfsplus_uni2asc()
141 c0 = be16_to_cpu(*ip++); in hfsplus_uni2asc()
[all …]
/linux-6.1.9/include/rdma/
Dopa_addr.h13 #define OPA_TO_IB_UCAST_LID(x) (((x) >= be16_to_cpu(IB_MULTICAST_LID_BASE)) \
61 be16_to_cpu(IB_MULTICAST_LID_BASE)) || in opa_is_extended_lid()
63 be16_to_cpu(IB_MULTICAST_LID_BASE))) in opa_is_extended_lid()
81 be16_to_cpu(IB_MULTICAST_LID_BASE)) in rdma_is_valid_unicast_lid()
Dib_hdrs.h175 return (be16_to_cpu(hdr->lrh[0]) & IB_LNH_MASK); in ib_get_lnh()
180 return ((be16_to_cpu(hdr->lrh[0]) >> IB_SC_SHIFT) & IB_SC_MASK); in ib_get_sc()
190 return ((be16_to_cpu(hdr->lrh[0]) >> IB_SL_SHIFT) & IB_SL_MASK); in ib_get_sl()
195 return (be16_to_cpu(hdr->lrh[1])); in ib_get_dlid()
200 return (be16_to_cpu(hdr->lrh[3])); in ib_get_slid()
205 return (u8)((be16_to_cpu(hdr->lrh[0]) >> IB_LVER_SHIFT) & in ib_get_lver()
/linux-6.1.9/fs/hfs/
Dextent.c66 return be16_to_cpu(block1) < be16_to_cpu(block2) ? -1 : 1; in hfs_ext_keycmp()
80 count = be16_to_cpu(ext->count); in hfs_ext_find_block()
82 return be16_to_cpu(ext->block) + off; in hfs_ext_find_block()
95 count += be16_to_cpu(ext->count); in hfs_ext_block_count()
107 return be16_to_cpu(ext->block) + be16_to_cpu(ext->count); in hfs_ext_lastblock()
182 HFS_I(inode)->cached_start = be16_to_cpu(fd->key->ext.FABN); in __hfs_ext_cache_extent()
215 be16_to_cpu(extent[i].block), in hfs_dump_extent()
216 be16_to_cpu(extent[i].count)); in hfs_dump_extent()
228 count = be16_to_cpu(extent->count); in hfs_add_extent()
230 start = be16_to_cpu(extent->block); in hfs_add_extent()
[all …]
Dmdb.c118 sect = be16_to_cpu(mdb->drAlBlSt) + part_start; in hfs_mdb_get()
142 HFS_SB(sb)->fs_ablocks = be16_to_cpu(mdb->drNmAlBlks); in hfs_mdb_get()
148 HFS_SB(sb)->fs_start = (be16_to_cpu(mdb->drAlBlSt) + part_start) >> in hfs_mdb_get()
152 HFS_SB(sb)->free_ablocks = be16_to_cpu(mdb->drFreeBks); in hfs_mdb_get()
154 HFS_SB(sb)->root_files = be16_to_cpu(mdb->drNmFls); in hfs_mdb_get()
155 HFS_SB(sb)->root_dirs = be16_to_cpu(mdb->drNmRtDirs); in hfs_mdb_get()
180 block = be16_to_cpu(mdb->drVBMSt) + part_start; in hfs_mdb_get()
312 block = be16_to_cpu(HFS_SB(sb)->mdb->drVBMSt) + HFS_SB(sb)->part_start; in hfs_mdb_commit()
/linux-6.1.9/drivers/usb/misc/
Demi26.c113 rec->data, be16_to_cpu(rec->len), in emi26_load_firmware()
135 while (rec && (i + be16_to_cpu(rec->len) < FW_LOAD_SIZE)) { in emi26_load_firmware()
136 memcpy(buf + i, rec->data, be16_to_cpu(rec->len)); in emi26_load_firmware()
137 i += be16_to_cpu(rec->len); in emi26_load_firmware()
154 rec->data, be16_to_cpu(rec->len), in emi26_load_firmware()
172 rec->data, be16_to_cpu(rec->len), in emi26_load_firmware()
188 rec->data, be16_to_cpu(rec->len), in emi26_load_firmware()
Demi62.c120 rec->data, be16_to_cpu(rec->len), in emi62_load_firmware()
142 while (rec && (i + be16_to_cpu(rec->len) < FW_LOAD_SIZE)) { in emi62_load_firmware()
143 memcpy(buf + i, rec->data, be16_to_cpu(rec->len)); in emi62_load_firmware()
144 i += be16_to_cpu(rec->len); in emi62_load_firmware()
161 rec->data, be16_to_cpu(rec->len), in emi62_load_firmware()
179 rec->data, be16_to_cpu(rec->len), in emi62_load_firmware()
195 rec->data, be16_to_cpu(rec->len), in emi62_load_firmware()
Dezusb.c83 be16_to_cpu(record->len), WRITE_EXT_RAM); in ezusb_ihex_firmware_download()
89 be16_to_cpu(record->len)); in ezusb_ihex_firmware_download()
103 be16_to_cpu(record->len), WRITE_INT_RAM); in ezusb_ihex_firmware_download()
109 be16_to_cpu(record->len)); in ezusb_ihex_firmware_download()
/linux-6.1.9/net/6lowpan/
Ddebugfs.c105 be16_to_cpu(ctx->pfx.s6_addr16[0]), in lowpan_ctx_pfx_show()
106 be16_to_cpu(ctx->pfx.s6_addr16[1]), in lowpan_ctx_pfx_show()
107 be16_to_cpu(ctx->pfx.s6_addr16[2]), in lowpan_ctx_pfx_show()
108 be16_to_cpu(ctx->pfx.s6_addr16[3]), in lowpan_ctx_pfx_show()
109 be16_to_cpu(ctx->pfx.s6_addr16[4]), in lowpan_ctx_pfx_show()
110 be16_to_cpu(ctx->pfx.s6_addr16[5]), in lowpan_ctx_pfx_show()
111 be16_to_cpu(ctx->pfx.s6_addr16[6]), in lowpan_ctx_pfx_show()
112 be16_to_cpu(ctx->pfx.s6_addr16[7])); in lowpan_ctx_pfx_show()
/linux-6.1.9/fs/xfs/scrub/
Ddir.c281 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) { in xchk_dir_rec()
282 iter_off += be16_to_cpu(dup->length); in xchk_dir_rec()
325 dup_length = be16_to_cpu(dup->length); in xchk_directory_check_free_entry()
328 if (dup_length < be16_to_cpu(bf[XFS_DIR2_DATA_FD_COUNT - 1].length)) in xchk_directory_check_free_entry()
332 if (dup_length == be16_to_cpu(dfp->length)) in xchk_directory_check_free_entry()
382 offset = be16_to_cpu(dfp->offset); in xchk_directory_data_bestfree()
390 tag = be16_to_cpu(*xfs_dir2_data_unused_tag_p(dup)); in xchk_directory_data_bestfree()
394 be16_to_cpu(dup->length) != be16_to_cpu(dfp->length) || in xchk_directory_data_bestfree()
401 if (smallest_bestfree < be16_to_cpu(dfp->length)) { in xchk_directory_data_bestfree()
406 smallest_bestfree = be16_to_cpu(dfp->length); in xchk_directory_data_bestfree()
[all …]
/linux-6.1.9/fs/gfs2/
Ddir.c406 be16_to_cpu(dent->de_name_len) == name->len && in __gfs2_dirent_find()
435 const char *end = (const char *)dent + be16_to_cpu(dent->de_rec_len); in gfs2_dirent_last()
448 unsigned actual = GFS2_DIRENT_SIZE(be16_to_cpu(dent->de_name_len)); in gfs2_dirent_find_offset()
449 unsigned totlen = be16_to_cpu(dent->de_rec_len); in gfs2_dirent_find_offset()
467 unsigned actual = GFS2_DIRENT_SIZE(be16_to_cpu(dent->de_name_len)); in gfs2_dirent_find_space()
468 unsigned totlen = be16_to_cpu(dent->de_rec_len); in gfs2_dirent_find_space()
520 unlikely(sizeof(struct gfs2_dirent)+be16_to_cpu(dent->de_name_len) > in gfs2_check_dirent()
571 size = be16_to_cpu(dent->de_rec_len); in gfs2_dirent_scan()
583 size = be16_to_cpu(dent->de_rec_len); in gfs2_dirent_scan()
610 u16 rec_len = be16_to_cpu(d->de_rec_len); in dirent_check_reclen()
[all …]
/linux-6.1.9/include/linux/
Dihex.h26 return be16_to_cpu(p->len) + sizeof(*p); in ihex_binrec_size()
43 return be16_to_cpu(rec->len) ? rec : NULL; in ihex_next_binrec()
56 if (rec == end && !be16_to_cpu(rec->len)) in ihex_validate_fw()
/linux-6.1.9/net/rds/
Dcong.c307 i = be16_to_cpu(port) / RDS_CONG_MAP_PAGE_BITS; in rds_cong_set_bit()
308 off = be16_to_cpu(port) % RDS_CONG_MAP_PAGE_BITS; in rds_cong_set_bit()
321 i = be16_to_cpu(port) / RDS_CONG_MAP_PAGE_BITS; in rds_cong_clear_bit()
322 off = be16_to_cpu(port) % RDS_CONG_MAP_PAGE_BITS; in rds_cong_clear_bit()
332 i = be16_to_cpu(port) / RDS_CONG_MAP_PAGE_BITS; in rds_cong_test_bit()
333 off = be16_to_cpu(port) % RDS_CONG_MAP_PAGE_BITS; in rds_cong_test_bit()
393 rdsdebug("waiting on map %p for port %u\n", map, be16_to_cpu(port)); in rds_cong_wait()
/linux-6.1.9/drivers/net/ethernet/google/gve/
Dgve_adminq.c29 option_end = (void *)(option + 1) + be16_to_cpu(option->option_length); in gve_get_next_option()
30 descriptor_end = (void *)descriptor + be16_to_cpu(descriptor->total_length); in gve_get_next_option()
45 u16 option_length = be16_to_cpu(option->option_length); in gve_parse_device_option()
46 u16 option_id = be16_to_cpu(option->option_id); in gve_parse_device_option()
151 const int num_options = be16_to_cpu(descriptor->num_device_options); in gve_process_device_options()
653 priv->tx_desc_cnt = be16_to_cpu(descriptor->tx_queue_entries); in gve_set_desc_cnt()
659 priv->rx_desc_cnt = be16_to_cpu(descriptor->rx_queue_entries); in gve_set_desc_cnt()
674 priv->tx_desc_cnt = be16_to_cpu(descriptor->tx_queue_entries); in gve_set_desc_cnt_dqo()
676 be16_to_cpu(dev_op_dqo_rda->tx_comp_ring_entries); in gve_set_desc_cnt_dqo()
677 priv->rx_desc_cnt = be16_to_cpu(descriptor->rx_queue_entries); in gve_set_desc_cnt_dqo()
[all …]
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxfw/
Dmlxfw_mfa2_tlv.h33 tlv_top = (void *) tlv + be16_to_cpu(tlv->len) - 1; in mlxfw_mfa2_tlv_payload_get()
39 if (varsize && (be16_to_cpu(tlv->len) < payload_size)) in mlxfw_mfa2_tlv_payload_get()
41 if (!varsize && (be16_to_cpu(tlv->len) != payload_size)) in mlxfw_mfa2_tlv_payload_get()
/linux-6.1.9/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_vema_iface.c201 dst->fabric_id = be16_to_cpu(info->fabric_id); in opa_vnic_set_vesw_info()
202 dst->vesw_id = be16_to_cpu(info->vesw_id); in opa_vnic_set_vesw_info()
204 dst->def_port_mask = be16_to_cpu(info->def_port_mask); in opa_vnic_set_vesw_info()
206 dst->pkey = be16_to_cpu(info->pkey); in opa_vnic_set_vesw_info()
216 dst->eth_mtu = be16_to_cpu(info->eth_mtu); in opa_vnic_set_vesw_info()
320 start_idx = be16_to_cpu(macs->start_idx); in opa_vnic_query_mcast_macs()
321 num_macs = be16_to_cpu(macs->num_macs_in_msg); in opa_vnic_query_mcast_macs()
352 start_idx = be16_to_cpu(macs->start_idx); in opa_vnic_query_ucast_macs()
353 num_macs = be16_to_cpu(macs->num_macs_in_msg); in opa_vnic_query_ucast_macs()
/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_ud.c276 if (rdma_ah_get_dlid(ah_attr) >= be16_to_cpu(IB_MULTICAST_LID_BASE)) { in qib_make_ud_req()
278 be16_to_cpu(IB_LID_PERMISSIVE)) in qib_make_ud_req()
373 be16_to_cpu(IB_MULTICAST_LID_BASE) && in qib_make_ud_req()
374 rdma_ah_get_dlid(ah_attr) != be16_to_cpu(IB_LID_PERMISSIVE) ? in qib_make_ud_req()
476 (be16_to_cpu(hdr->lrh[0]) >> 4) & in qib_ud_rcv()
489 (be16_to_cpu(hdr->lrh[0]) >> 12) == 15))) in qib_ud_rcv()
495 if (tlen != 256 || (be16_to_cpu(hdr->lrh[0]) >> 12) != 15) in qib_ud_rcv()
568 wc.slid = be16_to_cpu(hdr->lrh[3]); in qib_ud_rcv()
569 wc.sl = (be16_to_cpu(hdr->lrh[0]) >> 4) & 0xF; in qib_ud_rcv()
570 dlid = be16_to_cpu(hdr->lrh[1]); in qib_ud_rcv()
[all …]
/linux-6.1.9/drivers/memstick/core/
Dmspro_block.c296 be16_to_cpu(x_sys->block_size)); in mspro_block_attr_show_sysinfo()
298 be16_to_cpu(x_sys->block_count)); in mspro_block_attr_show_sysinfo()
300 be16_to_cpu(x_sys->user_block_count)); in mspro_block_attr_show_sysinfo()
302 be16_to_cpu(x_sys->page_size)); in mspro_block_attr_show_sysinfo()
320 be16_to_cpu(x_sys->memory_maker_code)); in mspro_block_attr_show_sysinfo()
322 be16_to_cpu(x_sys->memory_model_code)); in mspro_block_attr_show_sysinfo()
328 be16_to_cpu(x_sys->controller_number)); in mspro_block_attr_show_sysinfo()
331 be16_to_cpu(x_sys->controller_function)); in mspro_block_attr_show_sysinfo()
333 be16_to_cpu(x_sys->start_sector)); in mspro_block_attr_show_sysinfo()
335 be16_to_cpu(x_sys->unit_size)); in mspro_block_attr_show_sysinfo()
[all …]

12345678910>>...27