Home
last modified time | relevance | path

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

12345678910>>...30

/openbmc/linux/fs/xfs/libxfs/
H A 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()
194 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) { in __xfs_dir3_data_check()
198 be16_to_cpu(dup->length)); in __xfs_dir3_data_check()
201 if (be16_to_cpu(dup->length) != reclen) in __xfs_dir3_data_check()
205 if (be16_to_cpu(*xfs_dir2_data_unused_tag_p(dup)) != in __xfs_dir3_data_check()
217 if (be16_to_cpu(dup->length) > in __xfs_dir3_data_check()
218 be16_to_cpu(bf[2].length)) in __xfs_dir3_data_check()
246 if (be16_to_cpu(*xfs_dir2_data_entry_tag_p(mp, dep)) != offset) in __xfs_dir3_data_check()
507 if (be16_to_cpu(dfp->offset) == off) { in xfs_dir2_data_freefind_verify()
[all …]
/openbmc/linux/tools/perf/util/
H A Ds390-sample-raw.c58 ce.def = be16_to_cpu(cep->def); in s390_cpumcfdg_testctr()
59 ce.set = be16_to_cpu(cep->set); in s390_cpumcfdg_testctr()
60 ce.ctr = be16_to_cpu(cep->ctr); in s390_cpumcfdg_testctr()
61 ce.res1 = be16_to_cpu(cep->res1); in s390_cpumcfdg_testctr()
90 te.cfvn = be16_to_cpu(tep->cfvn); in s390_cpumcfdg_dumptrail()
91 te.csvn = be16_to_cpu(tep->csvn); in s390_cpumcfdg_dumptrail()
98 te.mach_type = be16_to_cpu(tep->mach_type); in s390_cpumcfdg_dumptrail()
99 te.res1 = be16_to_cpu(tep->res1); in s390_cpumcfdg_dumptrail()
190 ce.def = be16_to_cpu(cep->def); in s390_cpumcfdg_dump()
191 ce.set = be16_to_cpu(cep->set); in s390_cpumcfdg_dump()
[all …]
/openbmc/linux/block/partitions/
H A 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()
H A 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()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A 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 …]
/openbmc/linux/fs/hfsplus/
H A 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 …]
/openbmc/qemu/hw/char/
H A Dsclpconsole-lm.c219 len = be16_to_cpu(mdbo->length); in process_mdb()
245 len = be16_to_cpu(data->mdb.header.length); in write_event_data()
254 if (be16_to_cpu(mdbo->length) > len in write_event_data()
255 || be16_to_cpu(mdbo->length) == 0) { in write_event_data()
258 len -= be16_to_cpu(mdbo->length); in write_event_data()
259 mdbo = (void *) mdbo + be16_to_cpu(mdbo->length); in write_event_data()
263 len = be16_to_cpu(data->mdb.header.length) - sizeof(data->mdb.header); in write_event_data()
266 switch (be16_to_cpu(mdbo->type)) { in write_event_data()
278 len -= be16_to_cpu(mdbo->length); in write_event_data()
279 mdbo = (void *) mdbo + be16_to_cpu(mdbo->length); in write_event_data()
/openbmc/linux/fs/hfs/
H A 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 …]
H A 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()
/openbmc/linux/include/rdma/
H A 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()
H A 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()
/openbmc/linux/drivers/usb/misc/
H A 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()
H A 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()
/openbmc/linux/net/6lowpan/
H A 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()
/openbmc/qemu/hw/s390x/
H A Dsclp.c119 if (be16_to_cpu(sccb->h.length) < required_len) { in read_SCP_info()
187 if (be16_to_cpu(sccb->h.length) < required_len) { in sclp_read_cpu_info()
213 if (be16_to_cpu(sccb->h.length) < 16) { in sclp_configure_io_adapter()
278 work_sccb = g_malloc0(be16_to_cpu(header.length)); in sclp_service_call_protected()
280 be16_to_cpu(header.length)); in sclp_service_call_protected()
290 be16_to_cpu(work_sccb->h.length)); in sclp_service_call_protected()
319 if (be16_to_cpu(header.length) < sizeof(SCCBHeader)) { in sclp_service_call()
328 work_sccb = g_malloc0(be16_to_cpu(header.length)); in sclp_service_call()
329 cpu_physical_memory_read(sccb, work_sccb, be16_to_cpu(header.length)); in sclp_service_call()
336 if (!sccb_verify_boundary(sccb, be16_to_cpu(work_sccb->h.length), code)) { in sclp_service_call()
[all …]
/openbmc/linux/fs/xfs/scrub/
H A Ddir.c229 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) { in xchk_dir_rec()
230 iter_off += be16_to_cpu(dup->length); in xchk_dir_rec()
277 dup_length = be16_to_cpu(dup->length); in xchk_directory_check_free_entry()
280 if (dup_length < be16_to_cpu(bf[XFS_DIR2_DATA_FD_COUNT - 1].length)) in xchk_directory_check_free_entry()
284 if (dup_length == be16_to_cpu(dfp->length)) in xchk_directory_check_free_entry()
334 offset = be16_to_cpu(dfp->offset); in xchk_directory_data_bestfree()
342 tag = be16_to_cpu(*xfs_dir2_data_unused_tag_p(dup)); in xchk_directory_data_bestfree()
346 be16_to_cpu(dup->length) != be16_to_cpu(dfp->length) || in xchk_directory_data_bestfree()
353 if (smallest_bestfree < be16_to_cpu(dfp->length)) { in xchk_directory_data_bestfree()
358 smallest_bestfree = be16_to_cpu(dfp->length); in xchk_directory_data_bestfree()
[all …]
/openbmc/u-boot/board/corscience/tricorder/
H A Dtricorder-eeprom.c34 if (be16_to_cpu(eeprom->length) != sizeof(eepromv0)) { in handle_eeprom_v0()
36 be16_to_cpu(eeprom->length)); in handle_eeprom_v0()
63 if (be16_to_cpu(eeprom->length) != TRICORDER_EEPROM_SIZE) { in handle_eeprom_v1()
65 be16_to_cpu(eeprom->length)); in handle_eeprom_v1()
94 switch (be16_to_cpu(eeprom->version)) { in tricorder_get_eeprom()
101 be16_to_cpu(eeprom->version)); in tricorder_get_eeprom()
/openbmc/linux/arch/powerpc/perf/
H A Dhv-gpci.c176 for (i = 0; i < be16_to_cpu(arg->params.returned_values); i++) { in systeminfo_gpci_request()
177 j = i * be16_to_cpu(arg->params.cv_element_size); in systeminfo_gpci_request()
179 for (; j < (i + 1) * be16_to_cpu(arg->params.cv_element_size); j++) in systeminfo_gpci_request()
227 int returned_values = be16_to_cpu(arg->params.returned_values); in processor_bus_topology_show()
228 int elementsize = be16_to_cpu(arg->params.cv_element_size); in processor_bus_topology_show()
295 int returned_values = be16_to_cpu(arg->params.returned_values); in processor_config_show()
296 int elementsize = be16_to_cpu(arg->params.cv_element_size); in processor_config_show()
363 int returned_values = be16_to_cpu(arg->params.returned_values); in affinity_domain_via_virtual_processor_show()
364 int elementsize = be16_to_cpu(arg->params.cv_element_size); in affinity_domain_via_virtual_processor_show()
433 int returned_values = be16_to_cpu(arg->params.returned_values); in affinity_domain_via_domain_show()
[all …]
/openbmc/linux/drivers/net/ethernet/google/gve/
H A 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()
46 u16 option_length = be16_to_cpu(option->option_length); in gve_parse_device_option()
47 u16 option_id = be16_to_cpu(option->option_id); in gve_parse_device_option()
169 const int num_options = be16_to_cpu(descriptor->num_device_options); in gve_process_device_options()
699 priv->tx_desc_cnt = be16_to_cpu(descriptor->tx_queue_entries); in gve_set_desc_cnt()
705 priv->rx_desc_cnt = be16_to_cpu(descriptor->rx_queue_entries); in gve_set_desc_cnt()
720 priv->tx_desc_cnt = be16_to_cpu(descriptor->tx_queue_entries); in gve_set_desc_cnt_dqo()
721 priv->rx_desc_cnt = be16_to_cpu(descriptor->rx_queue_entries); in gve_set_desc_cnt_dqo()
727 be16_to_cpu(dev_op_dqo_rda->tx_comp_ring_entries); in gve_set_desc_cnt_dqo()
[all …]
/openbmc/linux/fs/gfs2/
H A 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 …]
/openbmc/linux/net/rds/
H A 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()
/openbmc/linux/drivers/memstick/core/
H A Dmspro_block.c294 rc += sysfs_emit_at(buffer, rc, "block size: %x\n", be16_to_cpu(x_sys->block_size)); in mspro_block_attr_show_sysinfo()
295 rc += sysfs_emit_at(buffer, rc, "block count: %x\n", be16_to_cpu(x_sys->block_count)); in mspro_block_attr_show_sysinfo()
297 be16_to_cpu(x_sys->user_block_count)); in mspro_block_attr_show_sysinfo()
298 rc += sysfs_emit_at(buffer, rc, "page size: %x\n", be16_to_cpu(x_sys->page_size)); in mspro_block_attr_show_sysinfo()
312 be16_to_cpu(x_sys->memory_maker_code)); in mspro_block_attr_show_sysinfo()
314 be16_to_cpu(x_sys->memory_model_code)); in mspro_block_attr_show_sysinfo()
318 be16_to_cpu(x_sys->controller_number)); in mspro_block_attr_show_sysinfo()
320 be16_to_cpu(x_sys->controller_function)); in mspro_block_attr_show_sysinfo()
321 rc += sysfs_emit_at(buffer, rc, "start sector: %x\n", be16_to_cpu(x_sys->start_sector)); in mspro_block_attr_show_sysinfo()
322 rc += sysfs_emit_at(buffer, rc, "unit size: %x\n", be16_to_cpu(x_sys->unit_size)); in mspro_block_attr_show_sysinfo()
[all …]
/openbmc/linux/include/linux/
H A 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()
/openbmc/qemu/include/net/
H A Deth.h76 TCP_FLAGS_ONLY(be16_to_cpu((tcp)->th_offset_flags))
81 (((be16_to_cpu((tcp)->th_offset_flags) >> 12) & 0xf) << 2)
213 ((be16_to_cpu((ip)->ip_off) & (IP_OFFMASK | IP_MF)) != 0)
301 uint16_t proto = be16_to_cpu(PKT_GET_ETH_HDR(p)->h_proto); in eth_get_l2_hdr_length()
307 if (be16_to_cpu(hvlan->h_proto) == ETH_P_VLAN) { in eth_get_l2_hdr_length()
333 uint16_t proto = be16_to_cpu(PKT_GET_ETH_HDR(p)->h_proto); in eth_get_pkt_tci()
338 return be16_to_cpu(hvlan->h_tci); in eth_get_pkt_tci()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/
H A 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()

12345678910>>...30