Home
last modified time | relevance | path

Searched refs:be32_to_cpu (Results 1 – 25 of 794) sorted by relevance

12345678910>>...32

/Linux-v4.19/drivers/infiniband/core/
Dcm_msgs.h105 return cpu_to_be32(be32_to_cpu(req_msg->offset32) >> 8); in cm_req_get_local_qpn()
110 req_msg->offset32 = cpu_to_be32((be32_to_cpu(qpn) << 8) | in cm_req_set_local_qpn()
111 (be32_to_cpu(req_msg->offset32) & in cm_req_set_local_qpn()
117 return (u8) be32_to_cpu(req_msg->offset32); in cm_req_get_resp_res()
123 (be32_to_cpu(req_msg->offset32) & in cm_req_set_resp_res()
129 return (u8) be32_to_cpu(req_msg->offset36); in cm_req_get_init_depth()
136 (be32_to_cpu(req_msg->offset36) & in cm_req_set_init_depth()
142 return (u8) ((be32_to_cpu(req_msg->offset40) & 0xF8) >> 3); in cm_req_get_remote_resp_timeout()
149 (be32_to_cpu(req_msg->offset40) & in cm_req_set_remote_resp_timeout()
155 u8 transport_type = (u8) (be32_to_cpu(req_msg->offset40) & 0x06) >> 1; in cm_req_get_qp_type()
[all …]
/Linux-v4.19/block/partitions/
Damiga.c25 sum += be32_to_cpu(*m++); in checksum_block()
55 if (checksum_block((__be32 *)data, be32_to_cpu(rdb->rdb_SummedLongs) & 0x7F) == 0) in amiga_partition()
62 be32_to_cpu(rdb->rdb_SummedLongs) & 0x7F)==0) { in amiga_partition()
73 blksize = be32_to_cpu( rdb->rdb_BlockBytes ) / 512; in amiga_partition()
82 blk = be32_to_cpu(rdb->rdb_PartitionList); in amiga_partition()
95 blk = be32_to_cpu(pb->pb_Next); in amiga_partition()
98 if (checksum_block((__be32 *)pb, be32_to_cpu(pb->pb_SummedLongs) & 0x7F) != 0 ) in amiga_partition()
103 nr_sects = (be32_to_cpu(pb->pb_Environment[10]) + 1 - in amiga_partition()
104 be32_to_cpu(pb->pb_Environment[9])) * in amiga_partition()
105 be32_to_cpu(pb->pb_Environment[3]) * in amiga_partition()
[all …]
Datari.c24 be32_to_cpu((pi)->st) <= (hdsiz) && \
25 be32_to_cpu((pi)->st) + be32_to_cpu((pi)->siz) <= (hdsiz))
84 put_partition (state, slot, be32_to_cpu(pi->st), in atari_partition()
85 be32_to_cpu(pi->siz)); in atari_partition()
93 partsect = extensect = be32_to_cpu(pi->st); in atari_partition()
110 partsect + be32_to_cpu(xrs->part[0].st), in atari_partition()
111 be32_to_cpu(xrs->part[0].siz)); in atari_partition()
124 partsect = be32_to_cpu(xrs->part[1].st) + extensect; in atari_partition()
145 be32_to_cpu(pi->st), in atari_partition()
146 be32_to_cpu(pi->siz)); in atari_partition()
Dsgi.c48 if(be32_to_cpu(magic) != SGI_LABEL_MAGIC) { in sgi_partition()
57 csum += be32_to_cpu(cs); in sgi_partition()
71 blocks = be32_to_cpu(p->num_blocks); in sgi_partition()
72 start = be32_to_cpu(p->first_block); in sgi_partition()
75 if (be32_to_cpu(p->type) == LINUX_RAID_PARTITION) in sgi_partition()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_alloc_btree.c41 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_allocbt_set_root()
100 xfs_extent_busy_insert(cur->bc_tp, be32_to_cpu(agf->agf_seqno), bno, 1, in xfs_allocbt_free_block()
118 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_allocbt_update_lastrec()
136 if (be32_to_cpu(rec->alloc.ar_blockcount) <= in xfs_allocbt_update_lastrec()
137 be32_to_cpu(agf->agf_longest)) in xfs_allocbt_update_lastrec()
164 pag->pagf_longest = be32_to_cpu(len); in xfs_allocbt_update_lastrec()
201 x = be32_to_cpu(rec->alloc.ar_startblock); in xfs_bnobt_init_high_key_from_rec()
202 x += be32_to_cpu(rec->alloc.ar_blockcount) - 1; in xfs_bnobt_init_high_key_from_rec()
232 ASSERT(cur->bc_private.a.agno == be32_to_cpu(agf->agf_seqno)); in xfs_allocbt_init_ptr_from_cur()
245 return (int64_t)be32_to_cpu(kp->ar_startblock) - rec->ar_startblock; in xfs_bnobt_key_diff()
[all …]
Dxfs_refcount_btree.c41 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_refcountbt_set_root()
156 x = be32_to_cpu(rec->refc.rc_startblock); in xfs_refcountbt_init_high_key_from_rec()
157 x += be32_to_cpu(rec->refc.rc_blockcount) - 1; in xfs_refcountbt_init_high_key_from_rec()
178 ASSERT(cur->bc_private.a.agno == be32_to_cpu(agf->agf_seqno)); in xfs_refcountbt_init_ptr_from_cur()
191 return (int64_t)be32_to_cpu(kp->rc_startblock) - rec->rc_startblock; in xfs_refcountbt_key_diff()
200 return (int64_t)be32_to_cpu(k1->refc.rc_startblock) - in xfs_refcountbt_diff_two_keys()
201 be32_to_cpu(k2->refc.rc_startblock); in xfs_refcountbt_diff_two_keys()
280 return be32_to_cpu(k1->refc.rc_startblock) < in xfs_refcountbt_keys_inorder()
281 be32_to_cpu(k2->refc.rc_startblock); in xfs_refcountbt_keys_inorder()
290 return be32_to_cpu(r1->refc.rc_startblock) + in xfs_refcountbt_recs_inorder()
[all …]
Dxfs_dir2_block.c208 if (be16_to_cpu(dup->length) + (be32_to_cpu(btp->stale) - 1) * in xfs_dir2_block_need_space()
211 } else if ((be32_to_cpu(btp->stale) - 1) * (uint)sizeof(*blp) < len) in xfs_dir2_block_need_space()
288 fromidx = toidx = be32_to_cpu(btp->count) - 1; in xfs_dir2_block_compact()
304 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); in xfs_dir2_block_compact()
305 *lfloghigh -= be32_to_cpu(btp->stale) - 1; in xfs_dir2_block_compact()
306 be32_add_cpu(&btp->count, -(be32_to_cpu(btp->stale) - 1)); in xfs_dir2_block_compact()
309 (xfs_dir2_data_aoff_t)((be32_to_cpu(btp->stale) - 1) * sizeof(*blp)), in xfs_dir2_block_compact()
419 lfloglow = be32_to_cpu(btp->count); in xfs_dir2_block_addname()
426 for (low = 0, high = be32_to_cpu(btp->count) - 1; low <= high; ) { in xfs_dir2_block_addname()
428 if ((hash = be32_to_cpu(blp[mid].hashval)) == args->hashval) in xfs_dir2_block_addname()
[all …]
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dpci.c270 hose->global_number, be32_to_cpu(common->version)); in pnv_pci_dump_p7ioc_diag_data()
274 be32_to_cpu(data->brdgCtl)); in pnv_pci_dump_p7ioc_diag_data()
278 be32_to_cpu(data->portStatusReg), in pnv_pci_dump_p7ioc_diag_data()
279 be32_to_cpu(data->rootCmplxStatus), in pnv_pci_dump_p7ioc_diag_data()
280 be32_to_cpu(data->busAgentStatus)); in pnv_pci_dump_p7ioc_diag_data()
285 be32_to_cpu(data->deviceStatus), in pnv_pci_dump_p7ioc_diag_data()
286 be32_to_cpu(data->slotStatus), in pnv_pci_dump_p7ioc_diag_data()
287 be32_to_cpu(data->linkStatus), in pnv_pci_dump_p7ioc_diag_data()
288 be32_to_cpu(data->devCmdStatus), in pnv_pci_dump_p7ioc_diag_data()
289 be32_to_cpu(data->devSecStatus)); in pnv_pci_dump_p7ioc_diag_data()
[all …]
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_rtas.c27 if (be32_to_cpu(args->nargs) != 3 || be32_to_cpu(args->nret) != 1) { in kvm_rtas_set_xive()
32 irq = be32_to_cpu(args->args[0]); in kvm_rtas_set_xive()
33 server = be32_to_cpu(args->args[1]); in kvm_rtas_set_xive()
34 priority = be32_to_cpu(args->args[2]); in kvm_rtas_set_xive()
51 if (be32_to_cpu(args->nargs) != 1 || be32_to_cpu(args->nret) != 3) { in kvm_rtas_get_xive()
56 irq = be32_to_cpu(args->args[0]); in kvm_rtas_get_xive()
79 if (be32_to_cpu(args->nargs) != 1 || be32_to_cpu(args->nret) != 1) { in kvm_rtas_int_off()
84 irq = be32_to_cpu(args->args[0]); in kvm_rtas_int_off()
101 if (be32_to_cpu(args->nargs) != 1 || be32_to_cpu(args->nret) != 1) { in kvm_rtas_int_on()
106 irq = be32_to_cpu(args->args[0]); in kvm_rtas_int_on()
[all …]
/Linux-v4.19/fs/efs/
Dsuper.c168 if (be32_to_cpu(vh->vh_magic) != VHMAGIC) { in module_exit()
180 csum += be32_to_cpu(cs); in module_exit()
201 name, (int) be32_to_cpu(vh->vh_vd[i].vd_lbn), in module_exit()
202 (int) be32_to_cpu(vh->vh_vd[i].vd_nbytes)); in module_exit()
208 pt_type = (int) be32_to_cpu(vh->vh_pt[i].pt_type); in module_exit()
213 if (be32_to_cpu(vh->vh_pt[i].pt_nblks)) { in module_exit()
215 i, (int)be32_to_cpu(vh->vh_pt[i].pt_firstlbn), in module_exit()
216 (int)be32_to_cpu(vh->vh_pt[i].pt_nblks), in module_exit()
222 sblock = be32_to_cpu(vh->vh_pt[i].pt_firstlbn); in module_exit()
241 if (!IS_EFS_MAGIC(be32_to_cpu(super->fs_magic))) in efs_validate_super()
[all …]
/Linux-v4.19/drivers/target/iscsi/
Discsi_target_erl0.c95 cmd->write_data_done != be32_to_cpu(hdr->offset)) in iscsit_dataout_within_command_recovery_check()
102 seq = iscsit_get_seq_holder(cmd, be32_to_cpu(hdr->offset), in iscsit_dataout_within_command_recovery_check()
114 (seq->offset != be32_to_cpu(hdr->offset) || in iscsit_dataout_within_command_recovery_check()
115 seq->data_sn != be32_to_cpu(hdr->datasn))) in iscsit_dataout_within_command_recovery_check()
120 seq->data_sn != be32_to_cpu(hdr->datasn)) in iscsit_dataout_within_command_recovery_check()
149 if ((be32_to_cpu(hdr->offset) < cmd->seq_start_offset) || in iscsit_dataout_check_unsolicited_sequence()
150 ((be32_to_cpu(hdr->offset) + payload_length) > cmd->seq_end_offset)) { in iscsit_dataout_check_unsolicited_sequence()
154 be32_to_cpu(hdr->offset), payload_length, cmd->seq_start_offset, in iscsit_dataout_check_unsolicited_sequence()
237 if ((be32_to_cpu(hdr->offset) < cmd->seq_start_offset) || in iscsit_dataout_check_sequence()
238 ((be32_to_cpu(hdr->offset) + payload_length) > cmd->seq_end_offset)) { in iscsit_dataout_check_sequence()
[all …]
/Linux-v4.19/drivers/mtd/ubi/
Dfastmap.c263 if (be32_to_cpu(new_vh->lnum) != aeb->lnum) { in update_vol()
264 if (be32_to_cpu(new_vh->lnum) < aeb->lnum) in update_vol()
295 if (av->highest_lnum == be32_to_cpu(new_vh->lnum)) in update_vol()
297 be32_to_cpu(new_vh->data_size); in update_vol()
320 if (av->highest_lnum <= be32_to_cpu(new_vh->lnum)) { in update_vol()
321 av->highest_lnum = be32_to_cpu(new_vh->lnum); in update_vol()
322 av->last_data_size = be32_to_cpu(new_vh->data_size); in update_vol()
326 av->used_ebs = be32_to_cpu(new_vh->used_ebs); in update_vol()
349 int vol_id = be32_to_cpu(new_vh->vol_id); in process_pool_aeb()
441 pnum = be32_to_cpu(pebs[i]); in scan_pool()
[all …]
/Linux-v4.19/include/rdma/
Dib_hdrs.h246 return be32_to_cpu(ohdr->u.ud.deth[0]); in ib_get_qkey()
251 return ((be32_to_cpu(ohdr->u.ud.deth[1])) & IB_QPN_MASK); in ib_get_sqpn()
273 return ((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_PAD_SHIFT) & in ib_bth_get_pad()
279 return (be32_to_cpu(ohdr->bth[0]) & IB_BTH_PKEY_MASK); in ib_bth_get_pkey()
284 return ((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_OPCODE_SHIFT) & in ib_bth_get_opcode()
290 return (u8)((be32_to_cpu(ohdr->bth[2]) >> IB_BTH_A_SHIFT) & in ib_bth_get_ackreq()
296 return (u8)((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_M_SHIFT) & in ib_bth_get_migreq()
302 return (u8)((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_SE_SHIFT) & in ib_bth_get_se()
308 return (u32)(be32_to_cpu(ohdr->bth[2])); in ib_bth_get_psn()
313 return (u32)((be32_to_cpu(ohdr->bth[1])) & IB_QPN_MASK); in ib_bth_get_qpn()
[all …]
/Linux-v4.19/crypto/
Dcast6_generic.c128 key[0] = be32_to_cpu(p_key[0]); /* A */ in __cast6_setkey()
129 key[1] = be32_to_cpu(p_key[1]); /* B */ in __cast6_setkey()
130 key[2] = be32_to_cpu(p_key[2]); /* C */ in __cast6_setkey()
131 key[3] = be32_to_cpu(p_key[3]); /* D */ in __cast6_setkey()
132 key[4] = be32_to_cpu(p_key[4]); /* E */ in __cast6_setkey()
133 key[5] = be32_to_cpu(p_key[5]); /* F */ in __cast6_setkey()
134 key[6] = be32_to_cpu(p_key[6]); /* G */ in __cast6_setkey()
135 key[7] = be32_to_cpu(p_key[7]); /* H */ in __cast6_setkey()
191 block[0] = be32_to_cpu(src[0]); in __cast6_encrypt()
192 block[1] = be32_to_cpu(src[1]); in __cast6_encrypt()
[all …]
Dseed.c339 x1 = be32_to_cpu(key[0]); in seed_set_key()
340 x2 = be32_to_cpu(key[1]); in seed_set_key()
341 x3 = be32_to_cpu(key[2]); in seed_set_key()
342 x4 = be32_to_cpu(key[3]); in seed_set_key()
376 x1 = be32_to_cpu(src[0]); in seed_encrypt()
377 x2 = be32_to_cpu(src[1]); in seed_encrypt()
378 x3 = be32_to_cpu(src[2]); in seed_encrypt()
379 x4 = be32_to_cpu(src[3]); in seed_encrypt()
414 x1 = be32_to_cpu(src[0]); in seed_decrypt()
415 x2 = be32_to_cpu(src[1]); in seed_decrypt()
[all …]
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/
Dnfp_net_debugdump.c160 if (be32_to_cpu(tl->length) > remaining - sizeof(*tl)) in nfp_traverse_tlvs()
163 total_tlv_size = sizeof(*tl) + be32_to_cpu(tl->length); in nfp_traverse_tlvs()
221 be32_to_cpu(spec->length)); in nfp_dump_error_tlv_size()
236 tl_len = be32_to_cpu(spec->length); in nfp_calc_hwinfo_field_sz()
251 u32 available_sz = be32_to_cpu(spec_csr->tl.length); in nfp_csr_spec_valid()
257 reg_width = be32_to_cpu(spec_csr->register_width); in nfp_csr_spec_valid()
272 tl_len = be32_to_cpu(spec->length); in nfp_calc_rtsym_dump_sz()
297 switch (be32_to_cpu(tl->type)) { in nfp_add_tlv_size()
309 ALIGN8(be32_to_cpu(spec_csr->cpp.dump_length)); in nfp_add_tlv_size()
317 ALIGN8(be32_to_cpu(spec_csr->cpp.dump_length) * in nfp_add_tlv_size()
[all …]
/Linux-v4.19/fs/xfs/scrub/
Dagheader.c381 if (blocks != be32_to_cpu(agf->agf_freeblks)) in xchk_agf_xref_freeblks()
404 if (agf->agf_freeblks != be32_to_cpu(0)) in xchk_agf_xref_cntbt()
413 if (!have || blocks != be32_to_cpu(agf->agf_longest)) in xchk_agf_xref_cntbt()
434 if (blocks != be32_to_cpu(agf->agf_rmap_blocks)) in xchk_agf_xref_btreeblks()
459 if (btreeblks != be32_to_cpu(agf->agf_btreeblks)) in xchk_agf_xref_btreeblks()
478 if (blocks != be32_to_cpu(agf->agf_refcount_blocks)) in xchk_agf_xref_refcblks()
541 eoag = be32_to_cpu(agf->agf_length); in xchk_agf()
546 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_BNO]); in xchk_agf()
550 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_CNT]); in xchk_agf()
554 level = be32_to_cpu(agf->agf_levels[XFS_BTNUM_BNO]); in xchk_agf()
[all …]
/Linux-v4.19/drivers/scsi/ibmvscsi_tgt/
Dlibsrp.c188 len = min(cmd->se_cmd.data_length, be32_to_cpu(md->len)); in srp_direct_data()
190 len = be32_to_cpu(md->len); in srp_direct_data()
218 nmd = be32_to_cpu(id->table_desc.len) / sizeof(struct srp_direct_buf); in srp_indirect_data()
228 be32_to_cpu(id->table_desc.len), in srp_indirect_data()
232 be32_to_cpu(id->table_desc.len)); in srp_indirect_data()
236 sg_init_one(&dummy, md, be32_to_cpu(id->table_desc.len)); in srp_indirect_data()
238 sg_dma_len(&dummy) = be32_to_cpu(id->table_desc.len); in srp_indirect_data()
240 be32_to_cpu(id->table_desc.len)); in srp_indirect_data()
260 len = min(cmd->se_cmd.data_length, be32_to_cpu(id->len)); in srp_indirect_data()
262 len = be32_to_cpu(id->len); in srp_indirect_data()
[all …]
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dtrace.c295 be32_to_cpu(eh->imm_data)); in parse_everbs_hdrs()
302 be32_to_cpu(eh->rc.reth.rkey), in parse_everbs_hdrs()
303 be32_to_cpu(eh->rc.reth.length), in parse_everbs_hdrs()
304 be32_to_cpu(eh->rc.imm_data)); in parse_everbs_hdrs()
314 be32_to_cpu(eh->rc.reth.rkey), in parse_everbs_hdrs()
315 be32_to_cpu(eh->rc.reth.length)); in parse_everbs_hdrs()
321 trace_seq_printf(p, AETH_PRN, be32_to_cpu(eh->aeth) >> 24, in parse_everbs_hdrs()
322 parse_syndrome(be32_to_cpu(eh->aeth) >> 24), in parse_everbs_hdrs()
323 be32_to_cpu(eh->aeth) & IB_MSN_MASK); in parse_everbs_hdrs()
328 be32_to_cpu(eh->at.aeth) >> 24, in parse_everbs_hdrs()
[all …]
/Linux-v4.19/fs/hfsplus/
Dextents.c29 return be32_to_cpu(k1id) < be32_to_cpu(k2id) ? -1 : 1; in hfsplus_ext_cmp_key()
38 return be32_to_cpu(k1s) < be32_to_cpu(k2s) ? -1 : 1; in hfsplus_ext_cmp_key()
57 count = be32_to_cpu(ext->block_count); in hfsplus_ext_find_block()
59 return be32_to_cpu(ext->start_block) + off; in hfsplus_ext_find_block()
72 count += be32_to_cpu(ext->block_count); in hfsplus_ext_block_count()
84 return be32_to_cpu(ext->start_block) + be32_to_cpu(ext->block_count); in hfsplus_ext_lastblock()
192 hip->cached_start = be32_to_cpu(fd->key->ext.start_block); in __hfsplus_ext_cache_extent()
298 be32_to_cpu(extent[i].start_block), in hfsplus_dump_extent()
299 be32_to_cpu(extent[i].block_count)); in hfsplus_dump_extent()
311 count = be32_to_cpu(extent->block_count); in hfsplus_add_extent()
[all …]
/Linux-v4.19/sound/firewire/dice/
Ddice-transaction.c71 *source = be32_to_cpu(info) & CLOCK_SOURCE_MASK; in snd_dice_transaction_get_clock_source()
86 index = (be32_to_cpu(info) & CLOCK_RATE_MASK) >> CLOCK_RATE_SHIFT; in snd_dice_transaction_get_rate()
297 data = be32_to_cpu(pointers[i]); in get_subaddrs()
304 if (be32_to_cpu(pointers[1]) > 0x18) { in get_subaddrs()
311 be32_to_cpu(pointers[0]) * 4 + GLOBAL_VERSION, in get_subaddrs()
320 be32_to_cpu(version)); in get_subaddrs()
329 dice->global_offset = be32_to_cpu(pointers[0]) * 4; in get_subaddrs()
330 dice->tx_offset = be32_to_cpu(pointers[2]) * 4; in get_subaddrs()
331 dice->rx_offset = be32_to_cpu(pointers[4]) * 4; in get_subaddrs()
335 dice->sync_offset = be32_to_cpu(pointers[6]) * 4; in get_subaddrs()
[all …]
/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Dcxio_hal.h132 #define RSPQ_CQID(rsp) (be32_to_cpu(rsp->cq_ptrid) & 0xffff)
133 #define RSPQ_CQPTR(rsp) ((be32_to_cpu(rsp->cq_ptrid) >> 16) & 0xffff)
134 #define RSPQ_GENBIT(rsp) ((be32_to_cpu(rsp->flags) >> 16) & 1)
135 #define RSPQ_OVERFLOW(rsp) ((be32_to_cpu(rsp->flags) >> 17) & 1)
136 #define RSPQ_AN(rsp) ((be32_to_cpu(rsp->flags) >> 18) & 1)
137 #define RSPQ_SE(rsp) ((be32_to_cpu(rsp->flags) >> 19) & 1)
138 #define RSPQ_NOTIFY(rsp) ((be32_to_cpu(rsp->flags) >> 20) & 1)
139 #define RSPQ_CQBRANCH(rsp) ((be32_to_cpu(rsp->flags) >> 21) & 1)
140 #define RSPQ_CREDIT_THRESH(rsp) ((be32_to_cpu(rsp->flags) >> 22) & 1)
/Linux-v4.19/fs/gfs2/
Dexport.c159 this.no_formal_ino = ((u64)be32_to_cpu(fh[0])) << 32; in gfs2_fh_to_dentry()
160 this.no_formal_ino |= be32_to_cpu(fh[1]); in gfs2_fh_to_dentry()
161 this.no_addr = ((u64)be32_to_cpu(fh[2])) << 32; in gfs2_fh_to_dentry()
162 this.no_addr |= be32_to_cpu(fh[3]); in gfs2_fh_to_dentry()
180 parent.no_formal_ino = ((u64)be32_to_cpu(fh[4])) << 32; in gfs2_fh_to_parent()
181 parent.no_formal_ino |= be32_to_cpu(fh[5]); in gfs2_fh_to_parent()
182 parent.no_addr = ((u64)be32_to_cpu(fh[6])) << 32; in gfs2_fh_to_parent()
183 parent.no_addr |= be32_to_cpu(fh[7]); in gfs2_fh_to_parent()
/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_cq.c195 be32_to_cpu(cqe[0]), be32_to_cpu(cqe[1]), be32_to_cpu(cqe[2]), in dump_cqe()
196 be32_to_cpu(cqe[3]), be32_to_cpu(cqe[4]), be32_to_cpu(cqe[5]), in dump_cqe()
197 be32_to_cpu(cqe[6]), be32_to_cpu(cqe[7])); in dump_cqe()
312 mthca_free_srq_wqe(srq, be32_to_cpu(cqe->wqe)); in mthca_cq_clean()
388 be32_to_cpu(cqe->my_qpn), be32_to_cpu(cqe->wqe), in handle_error_cqe()
510 cq->cqn, cq->cons_index, be32_to_cpu(cqe->my_qpn), in mthca_poll_one()
511 be32_to_cpu(cqe->wqe)); in mthca_poll_one()
519 if (!*cur_qp || be32_to_cpu(cqe->my_qpn) != (*cur_qp)->qpn) { in mthca_poll_one()
526 be32_to_cpu(cqe->my_qpn) & in mthca_poll_one()
530 be32_to_cpu(cqe->my_qpn) & 0xffffff); in mthca_poll_one()
[all …]
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dhtc_drv_debug.c42 be32_to_cpu(cmd_rsp.rx)); in read_file_tgt_int_stats()
46 be32_to_cpu(cmd_rsp.rxorn)); in read_file_tgt_int_stats()
50 be32_to_cpu(cmd_rsp.rxeol)); in read_file_tgt_int_stats()
54 be32_to_cpu(cmd_rsp.txurn)); in read_file_tgt_int_stats()
58 be32_to_cpu(cmd_rsp.txto)); in read_file_tgt_int_stats()
62 be32_to_cpu(cmd_rsp.cst)); in read_file_tgt_int_stats()
100 be32_to_cpu(cmd_rsp.xretries)); in read_file_tgt_tx_stats()
104 be32_to_cpu(cmd_rsp.fifoerr)); in read_file_tgt_tx_stats()
108 be32_to_cpu(cmd_rsp.filtered)); in read_file_tgt_tx_stats()
112 be32_to_cpu(cmd_rsp.timer_exp)); in read_file_tgt_tx_stats()
[all …]

12345678910>>...32