Home
last modified time | relevance | path

Searched refs:cpu_to_le64 (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/kernel/linux/linux-5.10/crypto/
Dstreebog_generic.c25 cpu_to_le64(0x200), 0, 0, 0, 0, 0, 0, 0
30 cpu_to_le64(0xdd806559f2a64507ULL),
31 cpu_to_le64(0x05767436cc744d23ULL),
32 cpu_to_le64(0xa2422a08a460d315ULL),
33 cpu_to_le64(0x4b7ce09192676901ULL),
34 cpu_to_le64(0x714eb88d7585c4fcULL),
35 cpu_to_le64(0x2f6a76432e45d016ULL),
36 cpu_to_le64(0xebcb2f81c0657c1fULL),
37 cpu_to_le64(0xb1085bda1ecadae9ULL)
40 cpu_to_le64(0xe679047021b19bb7ULL),
[all …]
Dnhpoly1305.c69 hash[0] = cpu_to_le64(sums[0]); in nh_generic()
70 hash[1] = cpu_to_le64(sums[1]); in nh_generic()
71 hash[2] = cpu_to_le64(sums[2]); in nh_generic()
72 hash[3] = cpu_to_le64(sums[3]); in nh_generic()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dcoex.c73 {cpu_to_le64(0), cpu_to_le64(0), cpu_to_le64(0)},
75 cpu_to_le64(0x0000001FFFULL),
76 cpu_to_le64(0x0ULL),
77 cpu_to_le64(0x00007FFFFFULL),
80 cpu_to_le64(0x000000FFFFULL),
81 cpu_to_le64(0x0ULL),
82 cpu_to_le64(0x0003FFFFFFULL),
85 cpu_to_le64(0x000003FFFCULL),
86 cpu_to_le64(0x0ULL),
87 cpu_to_le64(0x000FFFFFFCULL),
[all …]
/kernel/linux/linux-5.10/drivers/net/vmxnet3/
Dupt1_defs.h91 UPT1_F_RXCSUM = cpu_to_le64(0x0001), /* rx csum verification */
92 UPT1_F_RSS = cpu_to_le64(0x0002),
93 UPT1_F_RXVLAN = cpu_to_le64(0x0004), /* VLAN tag stripping */
94 UPT1_F_LRO = cpu_to_le64(0x0008),
95 UPT1_F_RXINNEROFLD = cpu_to_le64(0x00010), /* Geneve/Vxlan rx csum
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
Dctxt-info-gen3.c78 dbg_cfg->hwm_base_addr = cpu_to_le64(fw_mon->physical); in iwl_pcie_ctxt_info_dbg_enable()
105 dbg_cfg->hwm_base_addr = cpu_to_le64(frag->physical); in iwl_pcie_ctxt_info_dbg_enable()
173 cpu_to_le64(trans_pcie->rxq->bd_dma); in iwl_pcie_ctxt_info_gen3_init()
207 cpu_to_le64(trans_pcie->prph_info_dma_addr); in iwl_pcie_ctxt_info_gen3_init()
209 cpu_to_le64(trans_pcie->prph_scratch_dma_addr); in iwl_pcie_ctxt_info_gen3_init()
213 cpu_to_le64(trans_pcie->rxq->rb_stts_dma); in iwl_pcie_ctxt_info_gen3_init()
215 cpu_to_le64(trans_pcie->rxq->tr_tail_dma); in iwl_pcie_ctxt_info_gen3_init()
217 cpu_to_le64(trans_pcie->rxq->cr_tail_dma); in iwl_pcie_ctxt_info_gen3_init()
223 cpu_to_le64(trans->txqs.txq[trans->txqs.cmd.q_id]->dma_addr); in iwl_pcie_ctxt_info_gen3_init()
225 cpu_to_le64(trans_pcie->rxq->used_bd_dma); in iwl_pcie_ctxt_info_gen3_init()
[all …]
Dctxt-info.c165 cpu_to_le64(dram->fw[dram->fw_cnt].physical); in iwl_pcie_init_fw_sec()
179 cpu_to_le64(dram->fw[dram->fw_cnt].physical); in iwl_pcie_init_fw_sec()
204 cpu_to_le64(dram->paging[i].physical); in iwl_pcie_init_fw_sec()
263 rx_cfg->free_rbd_addr = cpu_to_le64(trans_pcie->rxq->bd_dma); in iwl_pcie_ctxt_info_init()
264 rx_cfg->used_rbd_addr = cpu_to_le64(trans_pcie->rxq->used_bd_dma); in iwl_pcie_ctxt_info_init()
265 rx_cfg->status_wr_ptr = cpu_to_le64(trans_pcie->rxq->rb_stts_dma); in iwl_pcie_ctxt_info_init()
269 cpu_to_le64(trans->txqs.txq[trans->txqs.cmd.q_id]->dma_addr); in iwl_pcie_ctxt_info_init()
/kernel/linux/linux-5.10/fs/quota/
Dquota_v2.c235 empty.dqb_itime = cpu_to_le64(1); in v2r0_disk2memdqb()
250 d->dqb_itime = cpu_to_le64(m->dqb_itime); in v2r0_mem2diskdqb()
253 d->dqb_curspace = cpu_to_le64(m->dqb_curspace); in v2r0_mem2diskdqb()
254 d->dqb_btime = cpu_to_le64(m->dqb_btime); in v2r0_mem2diskdqb()
257 d->dqb_itime = cpu_to_le64(1); in v2r0_mem2diskdqb()
288 empty.dqb_itime = cpu_to_le64(1); in v2r1_disk2memdqb()
300 d->dqb_ihardlimit = cpu_to_le64(m->dqb_ihardlimit); in v2r1_mem2diskdqb()
301 d->dqb_isoftlimit = cpu_to_le64(m->dqb_isoftlimit); in v2r1_mem2diskdqb()
302 d->dqb_curinodes = cpu_to_le64(m->dqb_curinodes); in v2r1_mem2diskdqb()
303 d->dqb_itime = cpu_to_le64(m->dqb_itime); in v2r1_mem2diskdqb()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.c445 req.qhdr = cpu_to_le64(QLCNIC_REQUEST << 23); in qlcnic_82xx_sre_macaddr_change()
448 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_sre_macaddr_change()
607 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_nic_set_promisc()
611 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_nic_set_promisc()
613 req.words[0] = cpu_to_le64(mode); in qlcnic_82xx_nic_set_promisc()
711 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_set_fw_loopback()
712 req.req_hdr = cpu_to_le64(QLCNIC_H2C_OPCODE_CONFIG_LOOPBACK | in qlcnic_set_fw_loopback()
715 req.words[0] = cpu_to_le64(flag); in qlcnic_set_fw_loopback()
779 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23); in qlcnic_82xx_set_rx_coalesce()
781 req.req_hdr = cpu_to_le64(QLCNIC_CONFIG_INTR_COALESCE | in qlcnic_82xx_set_rx_coalesce()
[all …]
/kernel/linux/linux-5.10/fs/nilfs2/
Ddat.c84 entry->de_start = cpu_to_le64(NILFS_CNO_MIN); in nilfs_dat_commit_alloc()
85 entry->de_end = cpu_to_le64(NILFS_CNO_MAX); in nilfs_dat_commit_alloc()
86 entry->de_blocknr = cpu_to_le64(0); in nilfs_dat_commit_alloc()
108 entry->de_start = cpu_to_le64(NILFS_CNO_MIN); in nilfs_dat_commit_free()
109 entry->de_end = cpu_to_le64(NILFS_CNO_MIN); in nilfs_dat_commit_free()
110 entry->de_blocknr = cpu_to_le64(0); in nilfs_dat_commit_free()
142 entry->de_start = cpu_to_le64(nilfs_mdt_cno(dat)); in nilfs_dat_commit_start()
143 entry->de_blocknr = cpu_to_le64(blocknr); in nilfs_dat_commit_start()
195 entry->de_end = cpu_to_le64(end); in nilfs_dat_commit_end()
349 if (unlikely(entry->de_blocknr == cpu_to_le64(0))) { in nilfs_dat_move()
[all …]
Ddirect.c32 *(nilfs_direct_dptrs(direct) + key) = cpu_to_le64(ptr); in nilfs_direct_set_ptr()
245 cpu_to_le64(ptrs[j]) : in nilfs_direct_delete_and_convert()
301 binfo->bi_v.bi_vblocknr = cpu_to_le64(ptr); in nilfs_direct_assign_v()
302 binfo->bi_v.bi_blkoff = cpu_to_le64(key); in nilfs_direct_assign_v()
315 binfo->bi_dat.bi_blkoff = cpu_to_le64(key); in nilfs_direct_assign_p()
/kernel/linux/linux-5.10/arch/x86/include/asm/crypto/
Dglue_helper.h80 dst->a = cpu_to_le64(be64_to_cpu(src->a)); in be128_to_le128()
81 dst->b = cpu_to_le64(be64_to_cpu(src->b)); in be128_to_le128()
93 i->a = cpu_to_le64(a); in le128_inc()
94 i->b = cpu_to_le64(b); in le128_inc()
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_server.c411 resp->ino = cpu_to_le64(info->real_ino); in hmdfs_update_open_response()
412 resp->file_ver = cpu_to_le64(hmdfs_server_pack_fid_ver(con, cmd)); in hmdfs_update_open_response()
414 resp->file_size = cpu_to_le64(size); in hmdfs_update_open_response()
415 resp->ctime = cpu_to_le64(ctime.tv_sec); in hmdfs_update_open_response()
428 resp->stable_ctime = cpu_to_le64(0); in hmdfs_update_open_response()
435 resp->stable_ctime = cpu_to_le64(precision.tv_sec); in hmdfs_update_open_response()
1094 mkdir_resp->i_size = cpu_to_le64(child_inode->i_size); in hmdfs_server_mkdir()
1095 mkdir_resp->i_mtime = cpu_to_le64(child_inode->i_mtime.tv_sec); in hmdfs_server_mkdir()
1097 mkdir_resp->i_ino = cpu_to_le64(child_inode->i_ino); in hmdfs_server_mkdir()
1137 create_resp->i_size = cpu_to_le64(child_inode->i_size); in hmdfs_server_create()
[all …]
/kernel/linux/linux-5.10/drivers/scsi/snic/
Dsnic_res.h37 req->u.icmnd.tgt_id = cpu_to_le64(tgt_id); in snic_icmnd_init()
43 req->u.icmnd.sg_addr = cpu_to_le64(sgl_addr); in snic_icmnd_init()
45 req->u.icmnd.sense_addr = cpu_to_le64(sns_addr_pa); in snic_icmnd_init()
58 req->u.itmf.tgt_id = cpu_to_le64(tgt_id); in snic_itmf_init()
/kernel/linux/linux-5.10/lib/crypto/
Dchacha20poly1305.c80 b.lens[0] = cpu_to_le64(ad_len); in __chacha20poly1305_encrypt()
81 b.lens[1] = cpu_to_le64(src_len); in __chacha20poly1305_encrypt()
102 iv[1] = cpu_to_le64(nonce); in chacha20poly1305_encrypt()
153 b.lens[0] = cpu_to_le64(ad_len); in __chacha20poly1305_decrypt()
154 b.lens[1] = cpu_to_le64(dst_len); in __chacha20poly1305_decrypt()
181 iv[1] = cpu_to_le64(nonce); in chacha20poly1305_decrypt()
242 b.iv[1] = cpu_to_le64(nonce); in chacha20poly1305_crypt_sg_inplace()
300 b.lens[0] = cpu_to_le64(ad_len); in chacha20poly1305_crypt_sg_inplace()
301 b.lens[1] = cpu_to_le64(src_len); in chacha20poly1305_crypt_sg_inplace()
/kernel/linux/linux-5.10/fs/ceph/
Dlocks.c104 req->r_args.filelock_change.owner = cpu_to_le64(owner); in ceph_lock_message()
105 req->r_args.filelock_change.pid = cpu_to_le64((u64)fl->fl_pid); in ceph_lock_message()
106 req->r_args.filelock_change.start = cpu_to_le64(fl->fl_start); in ceph_lock_message()
107 req->r_args.filelock_change.length = cpu_to_le64(length); in ceph_lock_message()
383 cephlock->start = cpu_to_le64(lock->fl_start); in lock_to_ceph_filelock()
384 cephlock->length = cpu_to_le64(lock->fl_end - lock->fl_start + 1); in lock_to_ceph_filelock()
385 cephlock->client = cpu_to_le64(0); in lock_to_ceph_filelock()
386 cephlock->pid = cpu_to_le64((u64)lock->fl_pid); in lock_to_ceph_filelock()
387 cephlock->owner = cpu_to_le64(secure_addr(lock->fl_owner)); in lock_to_ceph_filelock()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ctx.c298 prq->host_rsp_dma_addr = cpu_to_le64(cardrsp_phys_addr); in nx_fw_cmd_create_rx_ctx()
327 prq_rds[i].host_phys_addr = cpu_to_le64(rds_ring->phys_addr); in nx_fw_cmd_create_rx_ctx()
330 prq_rds[i].buff_size = cpu_to_le64(rds_ring->dma_size); in nx_fw_cmd_create_rx_ctx()
340 prq_sds[i].host_phys_addr = cpu_to_le64(sds_ring->phys_addr); in nx_fw_cmd_create_rx_ctx()
449 prq->host_rsp_dma_addr = cpu_to_le64(rsp_phys_addr); in nx_fw_cmd_create_tx_ctx()
460 prq->dummy_dma_addr = cpu_to_le64(adapter->dummy_dma.phys_addr); in nx_fw_cmd_create_tx_ctx()
463 prq->cmd_cons_dma_addr = cpu_to_le64(offset); in nx_fw_cmd_create_tx_ctx()
467 prq_cds->host_phys_addr = cpu_to_le64(tx_ring->phys_addr); in nx_fw_cmd_create_tx_ctx()
693 hwctx->cmd_ring_addr = cpu_to_le64(tx_ring->phys_addr); in netxen_init_old_ctx()
701 cpu_to_le64(rds_ring->phys_addr); in netxen_init_old_ctx()
[all …]
Dnetxen_nic_hw.c609 req.qhdr = cpu_to_le64(NX_NIC_REQUEST << 23); in nx_p3_sre_macaddr_change()
612 req.req_hdr = cpu_to_le64(word); in nx_p3_sre_macaddr_change()
703 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_p3_nic_set_promisc()
707 req.req_hdr = cpu_to_le64(word); in netxen_p3_nic_set_promisc()
709 req.words[0] = cpu_to_le64(mode); in netxen_p3_nic_set_promisc()
750 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_config_intr_coalesce()
753 req.req_hdr = cpu_to_le64(word[0]); in netxen_config_intr_coalesce()
757 req.words[i] = cpu_to_le64(word[i]); in netxen_config_intr_coalesce()
779 req.qhdr = cpu_to_le64(NX_HOST_REQUEST << 23); in netxen_config_hw_lro()
782 req.req_hdr = cpu_to_le64(word); in netxen_config_hw_lro()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpmac.c139 cmd_params->options = cpu_to_le64(link_state->options); in dpmac_set_link_state()
144 cmd_params->supported = cpu_to_le64(link_state->supported); in dpmac_set_link_state()
145 cmd_params->advertising = cpu_to_le64(link_state->advertising); in dpmac_set_link_state()
Ddpni.c850 cmd_params->options = cpu_to_le64(cfg->options); in dpni_set_link_cfg()
1352 cmd_params->key_cfg_iova = cpu_to_le64(cfg->key_cfg_iova); in dpni_set_rx_tc_dist()
1395 cmd_params->message_iova = cpu_to_le64(cfg->message_iova); in dpni_set_congestion_notification()
1396 cmd_params->message_ctx = cpu_to_le64(cfg->message_ctx); in dpni_set_congestion_notification()
1447 cmd_params->flc = cpu_to_le64(queue->flc.value); in dpni_set_queue()
1448 cmd_params->user_context = cpu_to_le64(queue->user_context); in dpni_set_queue()
1721 cmd_params->key_cfg_iova = cpu_to_le64(cfg->key_cfg_iova); in dpni_set_rx_fs_dist()
1753 cmd_params->key_cfg_iova = cpu_to_le64(cfg->key_cfg_iova); in dpni_set_rx_hash_dist()
1793 cmd_params->key_iova = cpu_to_le64(cfg->key_iova); in dpni_add_fs_entry()
1794 cmd_params->mask_iova = cpu_to_le64(cfg->mask_iova); in dpni_add_fs_entry()
[all …]
/kernel/linux/linux-5.10/include/soc/fsl/
Ddpaa2-fd.h115 fd->simple.addr = cpu_to_le64(addr); in dpaa2_fd_set_addr()
178 fd->simple.flc = cpu_to_le64(flc_addr); in dpaa2_fd_set_flc()
321 sg->addr = cpu_to_le64(addr); in dpaa2_sg_set_addr()
492 fle->addr = cpu_to_le64(addr); in dpaa2_fl_set_addr()
556 fle->flc = cpu_to_le64(flc_addr); in dpaa2_fl_set_flc()
/kernel/linux/linux-5.10/drivers/dma/
Dbcm-sba-raid.c583 *cmdsp->cmd_dma = cpu_to_le64(cmd); in sba_fillup_interrupt_msg()
602 *cmdsp->cmd_dma = cpu_to_le64(cmd); in sba_fillup_interrupt_msg()
671 *cmdsp->cmd_dma = cpu_to_le64(cmd); in sba_fillup_memcpy_msg()
690 *cmdsp->cmd_dma = cpu_to_le64(cmd); in sba_fillup_memcpy_msg()
791 *cmdsp->cmd_dma = cpu_to_le64(cmd); in sba_fillup_xor_msg()
809 *cmdsp->cmd_dma = cpu_to_le64(cmd); in sba_fillup_xor_msg()
829 *cmdsp->cmd_dma = cpu_to_le64(cmd); in sba_fillup_xor_msg()
938 *cmdsp->cmd_dma = cpu_to_le64(cmd); in sba_fillup_pq_msg()
957 *cmdsp->cmd_dma = cpu_to_le64(cmd); in sba_fillup_pq_msg()
972 *cmdsp->cmd_dma = cpu_to_le64(cmd); in sba_fillup_pq_msg()
[all …]
/kernel/linux/linux-5.10/fs/ntfs/
Dendian.h61 return (__force sle64)cpu_to_le64(x); in cpu_to_sle64()
76 return (__force sle64)cpu_to_le64(*x); in cpu_to_sle64p()
/kernel/linux/linux-5.10/fs/ubifs/
Dsb.c197 sup->max_bud_bytes = cpu_to_le64(tmp64); in create_default_filesystem()
217 sup->rp_size = cpu_to_le64(tmp64); in create_default_filesystem()
226 mst->highest_inum = cpu_to_le64(UBIFS_FIRST_INO); in create_default_filesystem()
235 mst->index_size = cpu_to_le64(ALIGN(tmp, 8)); in create_default_filesystem()
254 mst->total_free = cpu_to_le64(tmp64); in create_default_filesystem()
261 mst->total_dirty = cpu_to_le64(tmp64); in create_default_filesystem()
265 mst->total_dark = cpu_to_le64(tmp64); in create_default_filesystem()
267 mst->total_used = cpu_to_le64(UBIFS_INO_NODE_SZ); in create_default_filesystem()
291 ino->creat_sqnum = cpu_to_le64(++c->max_sqnum); in create_default_filesystem()
295 tmp_le64 = cpu_to_le64(ts.tv_sec); in create_default_filesystem()
[all …]
/kernel/linux/linux-5.10/drivers/crypto/bcm/
Dspu2.c588 fmd->ctrl0 = cpu_to_le64(ctrl0); in spu2_fmd_init()
589 fmd->ctrl1 = cpu_to_le64(ctrl1); in spu2_fmd_init()
590 fmd->ctrl2 = cpu_to_le64(ctrl2); in spu2_fmd_init()
591 fmd->ctrl3 = cpu_to_le64(ctrl3); in spu2_fmd_init()
636 fmd->ctrl0 = cpu_to_le64(ctrl0); in spu2_fmd_ctrl0_write()
716 fmd->ctrl1 = cpu_to_le64(ctrl1); in spu2_fmd_ctrl1_write()
750 fmd->ctrl2 = cpu_to_le64(ctrl2); in spu2_fmd_ctrl2_write()
764 fmd->ctrl3 = cpu_to_le64(ctrl3); in spu2_fmd_ctrl3_write()
1210 fmd->ctrl0 = cpu_to_le64(ctrl0); in spu2_cipher_req_finish()
1221 fmd->ctrl3 = cpu_to_le64(ctrl3); in spu2_cipher_req_finish()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene-v2/
Dring.c26 raw_desc->m0 = cpu_to_le64(SET_BITS(E, 1) | in xge_setup_desc()
29 raw_desc->m1 = cpu_to_le64(SET_BITS(NEXT_DESC_ADDRL, next_dma) | in xge_setup_desc()

12345678910>>...18