OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aac_softc
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
aac_pci.c
88
struct
aac_softc
sc_aac;
94
static int aac_rx_get_fwstatus(struct
aac_softc
*);
95
static void aac_rx_qnotify(struct
aac_softc
*, int);
96
static int aac_rx_get_istatus(struct
aac_softc
*);
97
static void aac_rx_clear_istatus(struct
aac_softc
*, int);
98
static void aac_rx_set_mailbox(struct
aac_softc
*, u_int32_t, u_int32_t,
100
static uint32_t aac_rx_get_mailbox(struct
aac_softc
*, int);
101
static void aac_rx_set_interrupts(struct
aac_softc
*, int);
102
static int aac_rx_send_command(struct
aac_softc
*, struct aac_ccb *);
103
static int aac_rx_get_outb_queue(struct
aac_softc
*);
[
all
...]
/src/sys/dev/ic/
aacvar.h
90
struct
aac_softc
;
202
int (*aif_get_fwstatus)(struct
aac_softc
*);
203
void (*aif_qnotify)(struct
aac_softc
*, int);
204
int (*aif_get_istatus)(struct
aac_softc
*);
205
void (*aif_set_istatus)(struct
aac_softc
*, int);
206
void (*aif_set_mailbox)(struct
aac_softc
*, u_int32_t,
208
uint32_t (*aif_get_mailbox)(struct
aac_softc
*, int);
209
void (*aif_set_interrupts)(struct
aac_softc
*, int);
210
int (*aif_send_command)(struct
aac_softc
*, struct aac_ccb *);
211
int (*aif_get_outb_queue)(struct
aac_softc
*);
294
struct
aac_softc
{
struct
[
all
...]
aac.c
95
static int aac_alloc_commands(struct
aac_softc
*);
97
static void aac_free_commands(struct
aac_softc
*);
99
static int aac_check_firmware(struct
aac_softc
*);
100
static void aac_describe_controller(struct
aac_softc
*);
101
static int aac_dequeue_fib(struct
aac_softc
*, int, u_int32_t *,
103
static int aac_enqueue_fib(struct
aac_softc
*, int, struct aac_ccb *);
104
static int aac_enqueue_response(struct
aac_softc
*, int, struct aac_fib *);
105
static void aac_host_command(struct
aac_softc
*);
106
static void aac_host_response(struct
aac_softc
*);
107
static int aac_init(struct
aac_softc
*);
[
all
...]
ld_aac.c
84
struct
aac_softc
*aac = device_private(parent);
111
struct
aac_softc
*aac;
328
struct
aac_softc
*aac;
Completed in 40 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025