Lines Matching refs:htolem32
726 htolem32(&sqe.nsid, nsid); in nvme_ns_identify()
728 htolem32(&sqe.cdw10, 0); in nvme_ns_identify()
832 htolem32(&sqe->nsid, ccb->nnc_nsid); in nvme_ns_io_fill()
948 htolem32(&sqe->nsid, ccb->nnc_nsid); in nvme_ns_sync_fill()
1021 htolem32(&sqe->cdw10, NVM_FEATURE_VOLATILE_WRITE_CACHE); in nvme_getcache_fill()
1022 htolem32(&sqe->cdw11, NVM_VOLATILE_WRITE_CACHE_WCE); in nvme_getcache_fill()
1088 htolem32(&sqe->cdw10, NVM_FEATURE_VOLATILE_WRITE_CACHE); in nvme_setcache_fill()
1090 htolem32(&sqe->cdw11, NVM_VOLATILE_WRITE_CACHE_WCE); in nvme_setcache_fill()
1188 htolem32(&sqe->nsid, pt->cmd.nsid); in nvme_pt_fill()
1213 htolem32(&sqe->cdw10, pt->cmd.cdw10); in nvme_pt_fill()
1214 htolem32(&sqe->cdw11, pt->cmd.cdw11); in nvme_pt_fill()
1215 htolem32(&sqe->cdw12, pt->cmd.cdw12); in nvme_pt_fill()
1216 htolem32(&sqe->cdw13, pt->cmd.cdw13); in nvme_pt_fill()
1217 htolem32(&sqe->cdw14, pt->cmd.cdw14); in nvme_pt_fill()
1218 htolem32(&sqe->cdw15, pt->cmd.cdw15); in nvme_pt_fill()
1742 htolem32(&sqe->cdw10, 1); in nvme_fill_identify()