Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h448 struct aac_slot *io_slot; /* static list for allocated slots */ member
H A Daac.c1308 slotp = &softs->io_slot[index]; in aac_handle_io()
3006 if (aac_check_dma_handle(softs->io_slot[i].fib_dma_handle) != in aac_common_attach()
6168 slotp = &(softs->io_slot[i]); in aac_alloc_fibs()
6189 ASSERT(slotp->index == (slotp - softs->io_slot)); in aac_destroy_fibs()
6201 softs->io_slot = kmem_zalloc(sizeof (struct aac_slot) * \ in aac_create_slots()
6203 if (softs->io_slot == NULL) { in aac_create_slots()
6208 softs->io_slot[i].index = i; in aac_create_slots()
6219 kmem_free(softs->io_slot, sizeof (struct aac_slot) * \ in aac_destroy_slots()
6221 softs->io_slot = NULL; in aac_destroy_slots()
6241 ASSERT(slotp == &softs->io_slot[slotp->index]); in aac_release_slot()