Lines Matching defs:sge

5164 		struct aac_sge *sge;
5305 sge = &acp->sgt[0];
5306 sge->bcount = acp->cookie.dmac_size;
5307 sge->addr.ad64.lo = AAC_LS32(acp->cookie.dmac_laddress);
5308 sge->addr.ad64.hi = AAC_MS32(acp->cookie.dmac_laddress);
5310 for (sge++; sge < &acp->sgt[acp->left_cookien]; sge++) {
5312 sge->bcount = acp->cookie.dmac_size;
5313 sge->addr.ad64.lo = AAC_LS32(acp->cookie.dmac_laddress);
5314 sge->addr.ad64.hi = AAC_MS32(acp->cookie.dmac_laddress);
5592 struct aac_sge *sge;
5614 for (sge = &acp->sgt[0], sgp = &io->SgMapRaw.SgEntryRaw[0];
5615 sge < &acp->sgt[acp->left_cookien]; sge++, sgp++) {
5616 ddi_put32(acc, AAC_LO32(&sgp->SgAddress), sge->addr.ad64.lo);
5617 ddi_put32(acc, AAC_HI32(&sgp->SgAddress), sge->addr.ad64.hi);
5618 ddi_put32(acc, &sgp->SgByteCount, sge->bcount);
5633 struct aac_sge *sge;
5657 for (sge = &acp->sgt[0], sgp = &br->SgMap64.SgEntry64[0];
5658 sge < &acp->sgt[acp->left_cookien]; sge++, sgp++) {
5659 ddi_put32(acc, AAC_LO32(&sgp->SgAddress), sge->addr.ad64.lo);
5660 ddi_put32(acc, AAC_HI32(&sgp->SgAddress), sge->addr.ad64.hi);
5661 ddi_put32(acc, &sgp->SgByteCount, sge->bcount);
5673 struct aac_sge *sge = &acp->sgt[0];
5707 for (sge = &acp->sgt[0];
5708 sge < &acp->sgt[acp->left_cookien]; sge++, sgp++) {
5709 ddi_put32(acc, &sgp->SgAddress, sge->addr.ad32);
5710 ddi_put32(acc, &sgp->SgByteCount, sge->bcount);
5812 struct aac_sge *sge;
5826 for (sge = &acp->sgt[0], sgp = &srb->sg.SgEntry[0];
5827 sge < &acp->sgt[acp->left_cookien]; sge++, sgp++) {
5828 ddi_put32(acc, &sgp->SgAddress, sge->addr.ad32);
5829 ddi_put32(acc, &sgp->SgByteCount, sge->bcount);
5839 struct aac_sge *sge;
5853 for (sge = &acp->sgt[0],
5855 sge < &acp->sgt[acp->left_cookien]; sge++, sgp++) {
5856 ddi_put32(acc, AAC_LO32(&sgp->SgAddress), sge->addr.ad64.lo);
5857 ddi_put32(acc, AAC_HI32(&sgp->SgAddress), sge->addr.ad64.hi);
5858 ddi_put32(acc, &sgp->SgByteCount, sge->bcount);