Searched refs:htolem32 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dnvme.c726 htolem32(&sqe.nsid, nsid);
728 htolem32(&sqe.cdw10, 0);
832 htolem32(&sqe->nsid, ccb->nnc_nsid);
948 htolem32(&sqe->nsid, ccb->nnc_nsid);
1021 htolem32(&sqe->cdw10, NVM_FEATURE_VOLATILE_WRITE_CACHE);
1022 htolem32(&sqe->cdw11, NVM_VOLATILE_WRITE_CACHE_WCE);
1088 htolem32(&sqe->cdw10, NVM_FEATURE_VOLATILE_WRITE_CACHE);
1090 htolem32(&sqe->cdw11, NVM_VOLATILE_WRITE_CACHE_WCE);
1188 htolem32(&sqe->nsid, pt->cmd.nsid);
1213 htolem32(
[all...]
H A Dnvmevar.h178 #define htolem32(p, x) (*((uint32_t *)(p)) = htole32(x)) macro
/netbsd-current/sys/dev/pci/igc/
H A Dif_igc.c95 #define htolem32(p, x) (*((uint32_t *)(p)) = htole32(x)) macro
1746 htolem32(&txdesc->read.cmd_type_len, cmd_type_len);
1747 htolem32(&txdesc->read.olinfo_status, olinfo_status);
3325 htolem32(&txdesc->vlan_macip_lens, vlan_macip_lens);
3326 htolem32(&txdesc->type_tucmd_mlhl, type_tucmd_mlhl);
3327 htolem32(&txdesc->seqnum_seed, 0);
3328 htolem32(&txdesc->mss_l4len_idx, 0);
3444 htolem32(&txdesc->vlan_macip_lens, vlan_macip_lens);
3445 htolem32(&txdesc->type_tucmd_mlhl, type_tucmd_mlhl);
3446 htolem32(
[all...]

Completed in 202 milliseconds