Lines Matching refs:SgAddress
5622 ddi_put32(acc, AAC_LO32(&sgp->SgAddress), sge->addr.ad64.lo); in aac_cmd_fib_rawio()
5623 ddi_put32(acc, AAC_HI32(&sgp->SgAddress), sge->addr.ad64.hi); in aac_cmd_fib_rawio()
5665 ddi_put32(acc, AAC_LO32(&sgp->SgAddress), sge->addr.ad64.lo); in aac_cmd_fib_brw64()
5666 ddi_put32(acc, AAC_HI32(&sgp->SgAddress), sge->addr.ad64.hi); in aac_cmd_fib_brw64()
5715 ddi_put32(acc, &sgp->SgAddress, sge->addr.ad32); in aac_cmd_fib_brw()
5834 ddi_put32(acc, &sgp->SgAddress, sge->addr.ad32); in aac_cmd_fib_scsi32()
5862 ddi_put32(acc, AAC_LO32(&sgp->SgAddress), sge->addr.ad64.lo); in aac_cmd_fib_scsi64()
5863 ddi_put32(acc, AAC_HI32(&sgp->SgAddress), sge->addr.ad64.hi); in aac_cmd_fib_scsi64()
8349 ddi_get32(acc, &sg->SgEntry[i].SgAddress), in aac_print_fib()
8380 &sg->SgEntry64[i].SgAddress); in aac_print_fib()
8403 sgaddr = ddi_get64(acc, &sg->SgEntryRaw[i].SgAddress); in aac_print_fib()