Searched refs:SgByteCount (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/sys/dev/aac/
H A Daac_disk.c193 sg->SgEntry[i].SgByteCount = segs[i].ds_len;
218 sg->SgEntry64[i].SgByteCount = segs[i].ds_len;
H A Daac_cam.c466 srb->sg_map.SgEntry[0].SgByteCount =
476 srb->sg_map.SgEntry[0].SgByteCount = 0;
H A Daacreg.h374 u_int32_t SgByteCount; member in struct:aac_sg_entry
379 u_int32_t SgByteCount; member in struct:aac_sg_entry64
386 u_int32_t SgByteCount; member in struct:aac_sg_entryraw
H A Daac_debug.c248 sg->SgEntry[i].SgByteCount);
H A Daac.c1572 sg->SgEntryRaw[i].SgByteCount = segs[i].ds_len;
1585 sg->SgEntry[i].SgByteCount = segs[i].ds_len;
1595 sg->SgEntry64[i].SgByteCount = segs[i].ds_len;
3108 srb_sg_bytecount = sge->SgByteCount;
3116 srb_sg_bytecount = sge64->SgByteCount;
/freebsd-10.2-release/sys/dev/aacraid/
H A Daacraid_reg.h321 u_int32_t SgByteCount; member in struct:aac_sg_entry
326 u_int32_t SgByteCount; member in struct:aac_sg_entry64
333 u_int32_t SgByteCount; member in struct:aac_sg_entryraw
H A Daacraid_debug.c162 sg->SgEntry[i].SgByteCount);
H A Daacraid.c1381 sg->SgEntryRaw[i].SgByteCount = segs[i].ds_len;
1394 sg->SgEntry[i].SgByteCount = segs[i].ds_len;
1404 sg->SgEntry64[i].SgByteCount = segs[i].ds_len;
2876 srb_sg_bytecount = sgp->SgByteCount;
2883 srb_sg_bytecount = sgp->SgByteCount;

Completed in 118 milliseconds