Lines Matching refs:htole32
139 fib->Header.XferState = htole32(AAC_FIBSTATE_HOSTOWNED |
152 raw->ByteCount = htole32(datasize);
166 sge->SgByteCount = htole32(xfer->dm_segs[i].ds_len);
183 bw->Command = htole32(VM_CtBlockWrite);
184 bw->ContainerId = htole32(sc->sc_hwunit);
185 bw->BlockNumber = htole32(blkno);
186 bw->ByteCount = htole32(datasize);
187 bw->Stable = htole32(CUNSTABLE);
194 br->Command = htole32(VM_CtBlockRead);
195 br->ContainerId = htole32(sc->sc_hwunit);
196 br->BlockNumber = htole32(blkno);
197 br->ByteCount = htole32(datasize);
208 sge->SgAddress = htole32(xfer->dm_segs[i].ds_addr);
209 sge->SgByteCount = htole32(xfer->dm_segs[i].ds_len);
228 bw->Command = htole32(VM_CtHostWrite64);
229 bw->BlockNumber = htole32(blkno);
239 br->Command = htole32(VM_CtHostRead64);
240 br->BlockNumber = htole32(blkno);
262 sge->SgByteCount = htole32(xfer->dm_segs[i].ds_len);