Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/aac/
H A Daac.h216 struct aac_slot { struct
217 struct aac_slot *next; /* next slot in the free slot list */ argument
293 struct aac_slot *slotp; /* slot used by this command */
448 struct aac_slot *io_slot; /* static list for allocated slots */
449 struct aac_slot *free_io_slot_head;
547 extern void aac_print_fib(struct aac_softstate *, struct aac_slot *);
H A Daac.c302 static struct aac_slot *aac_get_slot(struct aac_softstate *);
303 static void aac_release_slot(struct aac_softstate *, struct aac_slot *);
304 static int aac_alloc_fib(struct aac_softstate *, struct aac_slot *);
305 static void aac_free_fib(struct aac_slot *);
327 static int aac_send_command(struct aac_softstate *, struct aac_slot *);
1219 aac_send_command(struct aac_softstate *softs, struct aac_slot *slotp) in aac_send_command()
1297 struct aac_slot *slotp; in aac_handle_io()
1822 struct aac_slot *slotp = acp->slotp; in aac_ld_complete()
2028 struct aac_slot *slotp = acp->slotp; in aac_ioctl_complete()
2063 struct aac_slot *slotp = acp->slotp; in aac_synccache_complete()
[all …]