Searched refs:ad64 (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/aac/ |
H A D | aac.h | 236 } ad64; /* 64 bit address */ member
|
H A D | aac.c | 5307 sge->addr.ad64.lo = AAC_LS32(acp->cookie.dmac_laddress); in aac_cmd_dma_alloc() 5308 sge->addr.ad64.hi = AAC_MS32(acp->cookie.dmac_laddress); in aac_cmd_dma_alloc() 5313 sge->addr.ad64.lo = AAC_LS32(acp->cookie.dmac_laddress); in aac_cmd_dma_alloc() 5314 sge->addr.ad64.hi = AAC_MS32(acp->cookie.dmac_laddress); in aac_cmd_dma_alloc() 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() 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()
|