Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/aac/
H A Daac_ioctl.c60 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 Daac.c73 #define AAC_TRAN2SOFTS(tran) ((struct aac_softstate *)(tran)->tran_hba_private)
231 static int aac_rx_get_fwstatus(struct aac_softstate *);
232 static int aac_rx_get_mailbox(struct aac_softstate *, int);
233 static void aac_rx_set_mailbox(struct aac_softstate *, uint32_t, uint32_t,
235 static int aac_rkt_get_fwstatus(struct aac_softstate *);
236 static int aac_rkt_get_mailbox(struct aac_softstate *, int);
237 static void aac_rkt_set_mailbox(struct aac_softstate *, uint32_t, uint32_t,
252 static int aac_query_intrs(struct aac_softstate *, int);
253 static int aac_add_intrs(struct aac_softstate *);
254 static void aac_remove_intrs(struct aac_softstate *);
[all …]
H A Daac.h256 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 …]
/titanic_50/usr/src/uts/common/io/warlock/
H A Daac.wlcmd26 one aac_softstate
28 add aac_softstate::aac_if.aif_get_fwstatus target \
31 add aac_softstate::aac_if.aif_get_mailbox target \
34 add aac_softstate::aac_if.aif_set_mailbox target \
44 add aac_softstate::aac_cmd_fib_scsi target \