Lines Matching refs:sgt
5123 if (acp->sgt) { in aac_tran_destroy_pkt()
5124 kmem_free(acp->sgt, sizeof (struct aac_sge) * \ in aac_tran_destroy_pkt()
5289 if (oldcookiec != acp->left_cookien && acp->sgt != NULL) { in aac_cmd_dma_alloc()
5290 kmem_free(acp->sgt, sizeof (struct aac_sge) * \ in aac_cmd_dma_alloc()
5292 acp->sgt = NULL; in aac_cmd_dma_alloc()
5294 if (acp->sgt == NULL) { in aac_cmd_dma_alloc()
5295 acp->sgt = kmem_alloc(sizeof (struct aac_sge) * \ in aac_cmd_dma_alloc()
5297 if (acp->sgt == NULL) { in aac_cmd_dma_alloc()
5305 sge = &acp->sgt[0]; in aac_cmd_dma_alloc()
5310 for (sge++; sge < &acp->sgt[acp->left_cookien]; sge++) { in aac_cmd_dma_alloc()
5614 for (sge = &acp->sgt[0], sgp = &io->SgMapRaw.SgEntryRaw[0]; in aac_cmd_fib_rawio()
5615 sge < &acp->sgt[acp->left_cookien]; sge++, sgp++) { in aac_cmd_fib_rawio()
5657 for (sge = &acp->sgt[0], sgp = &br->SgMap64.SgEntry64[0]; in aac_cmd_fib_brw64()
5658 sge < &acp->sgt[acp->left_cookien]; sge++, sgp++) { in aac_cmd_fib_brw64()
5673 struct aac_sge *sge = &acp->sgt[0]; in aac_cmd_fib_brw()
5707 for (sge = &acp->sgt[0]; in aac_cmd_fib_brw()
5708 sge < &acp->sgt[acp->left_cookien]; sge++, sgp++) { in aac_cmd_fib_brw()
5826 for (sge = &acp->sgt[0], sgp = &srb->sg.SgEntry[0]; in aac_cmd_fib_scsi32()
5827 sge < &acp->sgt[acp->left_cookien]; sge++, sgp++) { in aac_cmd_fib_scsi32()
5853 for (sge = &acp->sgt[0], in aac_cmd_fib_scsi64()
5855 sge < &acp->sgt[acp->left_cookien]; sge++, sgp++) { in aac_cmd_fib_scsi64()