Home
last modified time | relevance | path

Searched refs:aac_sge (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/aac/
H A Daac_ioctl.c449 struct aac_sge *sge, *sge0; in aac_send_raw_srb()
580 if ((sge = kmem_zalloc(sizeof (struct aac_sge) * acp->left_cookien, in aac_send_raw_srb()
616 kmem_free(acp->sgt, sizeof (struct aac_sge) * \ in aac_send_raw_srb()
622 sizeof (struct aac_sge) * \ in aac_send_raw_srb()
H A Daac.h229 struct aac_sge { struct
286 struct aac_sge *sgt; /* sg table */
H A Daac.c684 aac_sge))
5124 kmem_free(acp->sgt, sizeof (struct aac_sge) * \ in aac_tran_destroy_pkt()
5164 struct aac_sge *sge; in aac_cmd_dma_alloc()
5290 kmem_free(acp->sgt, sizeof (struct aac_sge) * \ in aac_cmd_dma_alloc()
5295 acp->sgt = kmem_alloc(sizeof (struct aac_sge) * \ in aac_cmd_dma_alloc()
5592 struct aac_sge *sge; in aac_cmd_fib_rawio()
5633 struct aac_sge *sge; in aac_cmd_fib_brw64()
5673 struct aac_sge *sge = &acp->sgt[0]; in aac_cmd_fib_brw()
5812 struct aac_sge *sge; in aac_cmd_fib_scsi32()
5839 struct aac_sge *sge; in aac_cmd_fib_scsi64()