Home
last modified time | relevance | path

Searched refs:SgEntry64 (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/aac/
HDaac_disk.c217 sg->SgEntry64[i].SgAddress = segs[i].ds_addr; in aac_dump_map_sg64()
218 sg->SgEntry64[i].SgByteCount = segs[i].ds_len; in aac_dump_map_sg64()
HDaacreg.h400 struct aac_sg_entry64 SgEntry64[0]; member
HDaac.c1594 sg->SgEntry64[i].SgAddress = segs[i].ds_addr; in aac_map_command_sg()
1595 sg->SgEntry64[i].SgByteCount = segs[i].ds_len; in aac_map_command_sg()
/NextBSD/sys/dev/aacraid/
HDaacraid_reg.h347 struct aac_sg_entry64 SgEntry64[0]; member
HDaacraid.c1403 sg->SgEntry64[i].SgAddress = segs[i].ds_addr; in aacraid_map_command_sg()
1404 sg->SgEntry64[i].SgByteCount = segs[i].ds_len; in aacraid_map_command_sg()