Home
last modified time | relevance | path

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

/freebsd/sys/dev/aac/
H A Daac_disk.c220 sg->SgEntry64[i].SgAddress = segs[i].ds_addr; in aac_dump_map_sg64()
221 sg->SgEntry64[i].SgByteCount = segs[i].ds_len; in aac_dump_map_sg64()
H A Daacreg.h400 struct aac_sg_entry64 SgEntry64[0]; member
H A Daac.c1591 sg->SgEntry64[i].SgAddress = segs[i].ds_addr; in aac_map_command_sg()
1592 sg->SgEntry64[i].SgByteCount = segs[i].ds_len; in aac_map_command_sg()
/freebsd/sys/dev/aacraid/
H A Daacraid_reg.h347 struct aac_sg_entry64 SgEntry64[0]; member
H A Daacraid.c1397 sg->SgEntry64[i].SgAddress = segs[i].ds_addr; in aacraid_map_command_sg()
1398 sg->SgEntry64[i].SgByteCount = segs[i].ds_len; in aacraid_map_command_sg()
1399 aac_sg_entry64_tole(&sg->SgEntry64[i]); in aacraid_map_command_sg()