Home
last modified time | relevance | path

Searched refs:SgEntry (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/aac/
H A Daac_disk.c195 sg->SgEntry[i].SgAddress = segs[i].ds_addr; in aac_dump_map_sg()
196 sg->SgEntry[i].SgByteCount = segs[i].ds_len; in aac_dump_map_sg()
H A Daac_cam.c461 srb->sg_map.SgEntry[0].SgAddress = in aac_cam_action()
463 srb->sg_map.SgEntry[0].SgByteCount = in aac_cam_action()
473 srb->sg_map.SgEntry[0].SgByteCount = 0; in aac_cam_action()
H A Daac_debug.c247 sg->SgEntry[i].SgAddress, in aac_print_fib()
248 sg->SgEntry[i].SgByteCount); in aac_print_fib()
H A Daac.c1584 sg->SgEntry[i].SgAddress = segs[i].ds_addr; in aac_map_command_sg()
1585 sg->SgEntry[i].SgByteCount = segs[i].ds_len; in aac_map_command_sg()
3107 sge = srbcmd->sg_map.SgEntry; in aac_ioctl_send_raw_srb()
3122 sge64 = (struct aac_sg_entry64 *)srbcmd->sg_map.SgEntry; in aac_ioctl_send_raw_srb()
H A Daacreg.h392 struct aac_sg_entry SgEntry[0]; member
/freebsd/sys/dev/aacraid/
H A Daacraid_debug.c160 sg->SgEntry[i].SgAddress, in aacraid_print_fib()
161 sg->SgEntry[i].SgByteCount); in aacraid_print_fib()
H A Daacraid.c1385 sg->SgEntry[i].SgAddress = segs[i].ds_addr; in aacraid_map_command_sg()
1386 sg->SgEntry[i].SgByteCount = segs[i].ds_len; in aacraid_map_command_sg()
1387 aac_sg_entry_tole(&sg->SgEntry[i]); in aacraid_map_command_sg()
2923 struct aac_sg_entry *sgp = srbcmd->sg_map.SgEntry; in aac_ioctl_send_raw_srb()
2935 (struct aac_sg_entry64 *)srbcmd->sg_map.SgEntry; in aac_ioctl_send_raw_srb()
H A Daacraid_reg.h339 struct aac_sg_entry SgEntry[0]; member