Lines Matching refs:SgAddress
5616 ddi_put32(acc, AAC_LO32(&sgp->SgAddress), sge->addr.ad64.lo); in aac_cmd_fib_rawio()
5617 ddi_put32(acc, AAC_HI32(&sgp->SgAddress), sge->addr.ad64.hi); in aac_cmd_fib_rawio()
5659 ddi_put32(acc, AAC_LO32(&sgp->SgAddress), sge->addr.ad64.lo); in aac_cmd_fib_brw64()
5660 ddi_put32(acc, AAC_HI32(&sgp->SgAddress), sge->addr.ad64.hi); in aac_cmd_fib_brw64()
5709 ddi_put32(acc, &sgp->SgAddress, sge->addr.ad32); in aac_cmd_fib_brw()
5828 ddi_put32(acc, &sgp->SgAddress, sge->addr.ad32); in aac_cmd_fib_scsi32()
5856 ddi_put32(acc, AAC_LO32(&sgp->SgAddress), sge->addr.ad64.lo); in aac_cmd_fib_scsi64()
5857 ddi_put32(acc, AAC_HI32(&sgp->SgAddress), sge->addr.ad64.hi); in aac_cmd_fib_scsi64()
8345 ddi_get32(acc, &sg->SgEntry[i].SgAddress), in aac_print_fib()
8376 &sg->SgEntry64[i].SgAddress); in aac_print_fib()
8399 sgaddr = ddi_get64(acc, &sg->SgEntryRaw[i].SgAddress); in aac_print_fib()