Home
last modified time | relevance | path

Searched refs:htolem32 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Dnvme.c726 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()
[all …]
Dnvmevar.h178 #define htolem32(p, x) (*((uint32_t *)(p)) = htole32(x)) macro