Home
last modified time | relevance | path

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

/illumos-gate/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.c686 aac_sge))
5130 kmem_free(acp->sgt, sizeof (struct aac_sge) * \ in aac_tran_destroy_pkt()
5170 struct aac_sge *sge; in aac_cmd_dma_alloc()
5296 kmem_free(acp->sgt, sizeof (struct aac_sge) * \ in aac_cmd_dma_alloc()
5301 acp->sgt = kmem_alloc(sizeof (struct aac_sge) * \ in aac_cmd_dma_alloc()
5598 struct aac_sge *sge; in aac_cmd_fib_rawio()
5639 struct aac_sge *sge; in aac_cmd_fib_brw64()
5679 struct aac_sge *sge = &acp->sgt[0]; in aac_cmd_fib_brw()
5818 struct aac_sge *sge; in aac_cmd_fib_scsi32()
5845 struct aac_sge *sge; in aac_cmd_fib_scsi64()