Searched refs:cpu_to_le64 (Results 276 - 300 of 556) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/scsi/
H A D3w-9xxx.h489 #define TW_CPU_TO_SGL(x) cpu_to_le64(x)
H A Dhptiop.c864 psg[idx].pci_address = cpu_to_le64(sg_dma_address(sg)) |
1596 .host_phy_flag = cpu_to_le64(0),
1615 .host_phy_flag = cpu_to_le64(0),
1634 .host_phy_flag = cpu_to_le64(1),
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c41 cmn_req->host_dest_addr = cpu_to_le64(dma_handle);
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.h115 #define ahc_htole64(x) cpu_to_le64(x)
H A Daic79xx_osm.h103 #define ahd_htole64(x) cpu_to_le64(x)
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_protocol_ops.c96 msg->open_pipe.tdr_addr = cpu_to_le64(pipe->phy_tdr_start);
/linux-master/arch/parisc/lib/
H A Diomap.c414 *((u64 *)addr) = cpu_to_le64(datum);
/linux-master/fs/smb/server/
H A Dndr.c71 *(__le64 *)ndr_get_field(n) = cpu_to_le64(value);
H A Doplock.c663 rsp_hdr->MessageId = cpu_to_le64(-1);
767 rsp_hdr->MessageId = cpu_to_le64(-1);
1696 buf->DiskFileId = cpu_to_le64(file_id);
1697 buf->VolumeId = cpu_to_le64(vol_id);
/linux-master/fs/ocfs2/
H A Dacl.c196 di->i_ctime = cpu_to_le64(inode_get_ctime_sec(inode));
H A Dalloc.c176 di->i_last_eb_blk = cpu_to_le64(blkno);
263 vb->vb_xv->xr_last_eb_blk = cpu_to_le64(blkno);
308 xt->xt_last_eb_blk = cpu_to_le64(blkno);
340 dx_root->dr_last_eb_blk = cpu_to_le64(blkno);
394 rb->rf_last_eb_blk = cpu_to_le64(blkno);
1041 eb->h_blkno = cpu_to_le64(first_blkno);
1045 eb->h_suballoc_loc = cpu_to_le64(suballoc_loc);
1269 eb_el->l_recs[0].e_blkno = cpu_to_le64(next_blkno);
1313 el->l_recs[i].e_blkno = cpu_to_le64(next_blkno);
1323 eb->h_next_leaf_blk = cpu_to_le64(new_last_eb_bl
[all...]
/linux-master/fs/smb/client/
H A Dxattr.c81 info_buf.CreationTime = cpu_to_le64(creation_time);
/linux-master/drivers/net/wireguard/
H A Dsend.c208 header->counter = cpu_to_le64(PACKET_CB(skb)->nonce);
/linux-master/include/linux/
H A Dvirtio_config.h456 __le64: cpu_to_le64(x) \
/linux-master/net/ceph/
H A Dmessenger_v1.c208 con->v1.out_temp_ack = cpu_to_le64(con->in_seq_acked);
277 con->v1.out_temp_ack = cpu_to_le64(con->in_seq_acked);
296 con->v1.out_temp_ack = cpu_to_le64(con->in_seq_acked);
400 cpu_to_le64(from_msgr(con->msgr)->supported_features);
/linux-master/fs/ntfs3/
H A Dattrlist.c334 le->vcn = cpu_to_le64(svcn);
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_bus_pci.c172 vfc.stats_pa = cpu_to_le64(v->stats_pa);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-key.c193 .u.add.tx_seq = cpu_to_le64(atomic64_read(&keyconf->tx_pn)),
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_beacon.c379 avp->tsfadjust = cpu_to_le64(TU_TO_USEC(tsfadjust));
/linux-master/sound/virtio/
H A Dvirtio_kctl.c210 cpu_to_le64(uvalue->value.integer64.value[i]);
/linux-master/arch/arm64/include/asm/
H A Dkvm_emulate.h550 return cpu_to_le64(data);
/linux-master/fs/bcachefs/
H A Drebalance.c62 cookie->v.cookie = cpu_to_le64(v + 1);
H A Dsuper-io.c947 c->disk_sb.sb->write_time = cpu_to_le64(ktime_get_real_seconds());
1088 c->disk_sb.sb->features[0] |= cpu_to_le64(1ULL << feat);
1121 c->disk_sb.sb->compat[0] &= cpu_to_le64((1ULL << BCH_COMPAT_NR) - 1);
1134 c->disk_sb.sb->features[0] |= cpu_to_le64(BCH_SB_FEATURES_ALL);
/linux-master/fs/f2fs/
H A Dnode.h305 rn->footer.cp_ver = cpu_to_le64(cp_ver);
/linux-master/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c1250 cmd.old.tfdq_addr = cpu_to_le64(txq->dma_addr);
1251 cmd.old.byte_cnt_addr = cpu_to_le64(txq->bc_tbl.dma);
1268 cmd.new.u.add.tfdq_dram_addr = cpu_to_le64(txq->dma_addr);
1269 cmd.new.u.add.bc_dram_addr = cpu_to_le64(txq->bc_tbl.dma);

Completed in 239 milliseconds

<<11121314151617181920>>