Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/aac/
H A Daac_cam.c463 srb->sg_map.SgEntry[0].SgAddress = in aac_cam_action()
465 srb->sg_map.SgEntry[0].SgByteCount = in aac_cam_action()
482 srb->sg_map.SgEntry[0].SgByteCount = 0; in aac_cam_action()
H A Daac_disk.c206 sg->SgEntry[i].SgAddress = segs[i].ds_addr; in aac_dump_map_sg()
207 sg->SgEntry[i].SgByteCount = segs[i].ds_len; in aac_dump_map_sg()
H A Daac_debug.c245 sg->SgEntry[i].SgAddress, in aac_print_fib()
246 sg->SgEntry[i].SgByteCount); in aac_print_fib()
H A Daac.c1567 sg->SgEntry[i].SgAddress = segs[i].ds_addr; in aac_map_command_sg()
1568 sg->SgEntry[i].SgByteCount = segs[i].ds_len; in aac_map_command_sg()
3121 sge = srbcmd->sg_map.SgEntry; in aac_ioctl_send_raw_srb()
3129 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