Searched refs:io_slot (Results 1 – 2 of 2) sorted by relevance
448 struct aac_slot *io_slot; /* static list for allocated slots */ member
1306 slotp = &softs->io_slot[index]; in aac_handle_io()3000 if (aac_check_dma_handle(softs->io_slot[i].fib_dma_handle) != in aac_common_attach()6162 slotp = &(softs->io_slot[i]); in aac_alloc_fibs()6183 ASSERT(slotp->index == (slotp - softs->io_slot)); in aac_destroy_fibs()6195 softs->io_slot = kmem_zalloc(sizeof (struct aac_slot) * \ in aac_create_slots()6197 if (softs->io_slot == NULL) { in aac_create_slots()6202 softs->io_slot[i].index = i; in aac_create_slots()6213 kmem_free(softs->io_slot, sizeof (struct aac_slot) * \ in aac_destroy_slots()6215 softs->io_slot = NULL; in aac_destroy_slots()6235 ASSERT(slotp == &softs->io_slot[slotp->index]); in aac_release_slot()