Searched refs:aac_softstate (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac_ioctl.c | 60 extern int aac_sync_mbcommand(struct aac_softstate *, uint32_t, uint32_t, 62 extern int aac_cmd_dma_alloc(struct aac_softstate *, struct aac_cmd *, 65 extern int aac_do_io(struct aac_softstate *, struct aac_cmd *); 66 extern void aac_cmd_fib_copy(struct aac_softstate *, struct aac_cmd *); 67 extern void aac_ioctl_complete(struct aac_softstate *, struct aac_cmd *); 68 extern int aac_return_aif_wait(struct aac_softstate *, struct aac_fib_context *, 70 extern int aac_return_aif(struct aac_softstate *, struct aac_fib_context *, 79 static int aac_check_revision(struct aac_softstate *, intptr_t, int); 80 static int aac_ioctl_send_fib(struct aac_softstate *, intptr_t, int); 81 static int aac_open_getadapter_fib(struct aac_softstate *, intptr_t, int); [all …]
|
H A D | aac.c | 75 #define AAC_TRAN2SOFTS(tran) ((struct aac_softstate *)(tran)->tran_hba_private) 233 static int aac_rx_get_fwstatus(struct aac_softstate *); 234 static int aac_rx_get_mailbox(struct aac_softstate *, int); 235 static void aac_rx_set_mailbox(struct aac_softstate *, uint32_t, uint32_t, 237 static int aac_rkt_get_fwstatus(struct aac_softstate *); 238 static int aac_rkt_get_mailbox(struct aac_softstate *, int); 239 static void aac_rkt_set_mailbox(struct aac_softstate *, uint32_t, uint32_t, 254 static int aac_query_intrs(struct aac_softstate *, int); 255 static int aac_add_intrs(struct aac_softstate *); 256 static void aac_remove_intrs(struct aac_softstate *); [all …]
|
H A D | aac.h | 256 struct aac_softstate; 257 typedef void (*aac_cmd_fib_t)(struct aac_softstate *, struct aac_cmd *); 291 void (*ac_comp)(struct aac_softstate *, struct aac_cmd *); 343 struct aac_softstate; 345 int (*aif_get_fwstatus)(struct aac_softstate *); 346 int (*aif_get_mailbox)(struct aac_softstate *, int); 347 void (*aif_set_mailbox)(struct aac_softstate *, uint32_t, 366 struct aac_softstate { struct 511 _NOTE(SCHEME_PROTECTS_DATA("stable data", aac_softstate::{flags slen \ argument 545 extern int aac_dbflag_on(struct aac_softstate *, int); [all …]
|