Lines Matching defs:sge

5163 		struct aac_sge *sge;
5304 sge = &acp->sgt[0];
5305 sge->bcount = acp->cookie.dmac_size;
5306 sge->addr.ad64.lo = AAC_LS32(acp->cookie.dmac_laddress);
5307 sge->addr.ad64.hi = AAC_MS32(acp->cookie.dmac_laddress);
5309 for (sge++; sge < &acp->sgt[acp->left_cookien]; sge++) {
5311 sge->bcount = acp->cookie.dmac_size;
5312 sge->addr.ad64.lo = AAC_LS32(acp->cookie.dmac_laddress);
5313 sge->addr.ad64.hi = AAC_MS32(acp->cookie.dmac_laddress);
5591 struct aac_sge *sge;
5613 for (sge = &acp->sgt[0], sgp = &io->SgMapRaw.SgEntryRaw[0];
5614 sge < &acp->sgt[acp->left_cookien]; sge++, sgp++) {
5615 ddi_put32(acc, AAC_LO32(&sgp->SgAddress), sge->addr.ad64.lo);
5616 ddi_put32(acc, AAC_HI32(&sgp->SgAddress), sge->addr.ad64.hi);
5617 ddi_put32(acc, &sgp->SgByteCount, sge->bcount);
5632 struct aac_sge *sge;
5656 for (sge = &acp->sgt[0], sgp = &br->SgMap64.SgEntry64[0];
5657 sge < &acp->sgt[acp->left_cookien]; sge++, sgp++) {
5658 ddi_put32(acc, AAC_LO32(&sgp->SgAddress), sge->addr.ad64.lo);
5659 ddi_put32(acc, AAC_HI32(&sgp->SgAddress), sge->addr.ad64.hi);
5660 ddi_put32(acc, &sgp->SgByteCount, sge->bcount);
5672 struct aac_sge *sge = &acp->sgt[0];
5706 for (sge = &acp->sgt[0];
5707 sge < &acp->sgt[acp->left_cookien]; sge++, sgp++) {
5708 ddi_put32(acc, &sgp->SgAddress, sge->addr.ad32);
5709 ddi_put32(acc, &sgp->SgByteCount, sge->bcount);
5811 struct aac_sge *sge;
5825 for (sge = &acp->sgt[0], sgp = &srb->sg.SgEntry[0];
5826 sge < &acp->sgt[acp->left_cookien]; sge++, sgp++) {
5827 ddi_put32(acc, &sgp->SgAddress, sge->addr.ad32);
5828 ddi_put32(acc, &sgp->SgByteCount, sge->bcount);
5838 struct aac_sge *sge;
5852 for (sge = &acp->sgt[0],
5854 sge < &acp->sgt[acp->left_cookien]; sge++, sgp++) {
5855 ddi_put32(acc, AAC_LO32(&sgp->SgAddress), sge->addr.ad64.lo);
5856 ddi_put32(acc, AAC_HI32(&sgp->SgAddress), sge->addr.ad64.hi);
5857 ddi_put32(acc, &sgp->SgByteCount, sge->bcount);