Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_ioctl.c51 struct aac_umem_sge { struct
94 aac_pci_info aac_query_disk aac_revision aac_umem_sge))
441 struct aac_umem_sge *usgt = NULL; in aac_send_raw_srb()
442 struct aac_umem_sge *usge; in aac_send_raw_srb()
495 if ((usgt = kmem_zalloc(sizeof (struct aac_umem_sge) * srb_sgcount, in aac_send_raw_srb()
628 kmem_free(usgt, sizeof (struct aac_umem_sge) * srb_sgcount); in aac_send_raw_srb()