Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/aac/
H A Daac_disk.c206 sg->SgEntry[i].SgAddress = segs[i].ds_addr; in aac_dump_map_sg()
231 sg->SgEntry64[i].SgAddress = segs[i].ds_addr; in aac_dump_map_sg64()
H A Daacreg.h373 u_int32_t SgAddress; member
378 u_int64_t SgAddress; member
385 u_int64_t SgAddress; member
H A Daac.c1554 sg->SgEntryRaw[i].SgAddress = segs[i].ds_addr; in aac_map_command_sg()
1567 sg->SgEntry[i].SgAddress = segs[i].ds_addr; in aac_map_command_sg()
1577 sg->SgEntry64[i].SgAddress = segs[i].ds_addr; in aac_map_command_sg()
3123 srb_sg_address = (void *)(uintptr_t)sge->SgAddress; in aac_ioctl_send_raw_srb()
3131 srb_sg_address = (void *)sge64->SgAddress; in aac_ioctl_send_raw_srb()
3132 if (sge64->SgAddress > 0xffffffffull && in aac_ioctl_send_raw_srb()
H A Daac_debug.c245 sg->SgEntry[i].SgAddress, in aac_print_fib()
H A Daac_cam.c463 srb->sg_map.SgEntry[0].SgAddress = in aac_cam_action()