Searched refs:aac_softc (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_debug.h56 struct aac_softc;
57 extern int aacraid_get_fw_debug_buffer(struct aac_softc *);
58 extern void aacraid_fw_printf(struct aac_softc *, unsigned long, const char *, ...);
59 extern void aacraid_fw_print_mem(struct aac_softc *, unsigned long, u_int8_t *,int);
60 extern int aacraid_sync_command(struct aac_softc *sc, u_int32_t command,
H A Daacraid_var.h162 struct aac_softc *aac_sc;
173 struct aac_softc *ad_controller;
192 struct aac_softc *cm_sc; /* controller that owns us */
272 int (*aif_get_fwstatus)(struct aac_softc *sc);
273 void (*aif_qnotify)(struct aac_softc *sc, int qbit);
274 int (*aif_get_istatus)(struct aac_softc *sc);
275 void (*aif_clr_istatus)(struct aac_softc *sc, int mask);
276 void (*aif_set_mailbox)(struct aac_softc *sc, u_int32_t command,
279 int (*aif_get_mailbox)(struct aac_softc *sc, int mb);
280 void (*aif_access_devreg)(struct aac_softc *s
347 struct aac_softc struct
[all...]
H A Daacraid.c77 static void aac_add_container(struct aac_softc *sc,
80 static void aac_get_bus_info(struct aac_softc *sc);
81 static void aac_container_bus(struct aac_softc *sc);
83 static int aac_convert_sgraw2(struct aac_softc *sc, struct aac_raw_io2 *raw,
87 static void aac_timeout(struct aac_softc *sc);
88 static void aac_command_thread(struct aac_softc *sc);
89 static int aac_sync_fib(struct aac_softc *sc, u_int32_t command,
95 static int aac_alloc_commands(struct aac_softc *sc);
96 static void aac_free_commands(struct aac_softc *sc);
100 static int aac_alloc(struct aac_softc *s
[all...]
H A Daacraid_pci.c81 sizeof(struct aac_softc)
148 struct aac_softc *sc;
H A Daacraid_debug.c70 aacraid_print_queues(struct aac_softc *sc)
85 aacraid_print_fib(struct aac_softc *sc, struct aac_fib *fib, const char *caller)
177 aacraid_print_aif(struct aac_softc *sc, struct aac_aif_command *aif)
475 int aacraid_get_fw_debug_buffer(struct aac_softc *sc)
520 void aacraid_fw_printf(struct aac_softc *sc, unsigned long PrintFlags, const char * fmt, ...)
618 void aacraid_fw_print_mem(struct aac_softc *sc, unsigned long PrintFlags, u_int8_t *Addr, int Count)
H A Daacraid_cam.c115 static void aac_cam_rescan(struct aac_softc *sc, uint32_t channel,
118 static void aac_set_scsi_error(struct aac_softc *sc, union ccb *ccb,
120 static int aac_load_map_command_sg(struct aac_softc *, struct aac_command *);
152 aac_set_scsi_error(struct aac_softc *sc, union ccb *ccb, u_int8_t status,
182 aac_cam_rescan(struct aac_softc *sc, uint32_t channel, uint32_t target_id)
219 aac_cam_event(struct aac_softc *sc, struct aac_event *event, void *arg)
257 struct aac_softc *sc;
372 struct aac_softc *sc;
520 struct aac_softc *sc;
856 struct aac_softc *s
[all...]
/freebsd-11-stable/sys/dev/aac/
H A Daacvar.h126 struct aac_softc *aac_sc;
137 struct aac_softc *ad_controller;
156 struct aac_softc *cm_sc; /* controller that owns us */
237 int (*aif_get_fwstatus)(struct aac_softc *sc);
238 void (*aif_qnotify)(struct aac_softc *sc, int qbit);
239 int (*aif_get_istatus)(struct aac_softc *sc);
240 void (*aif_clr_istatus)(struct aac_softc *sc, int mask);
241 void (*aif_set_mailbox)(struct aac_softc *sc, u_int32_t command,
244 int (*aif_get_mailbox)(struct aac_softc *sc, int mb);
245 void (*aif_set_interrupts)(struct aac_softc *s
310 struct aac_softc struct
[all...]
H A Daac.c73 static void aac_add_container(struct aac_softc *sc,
75 static void aac_get_bus_info(struct aac_softc *sc);
79 static void aac_timeout(struct aac_softc *sc);
81 static int aac_bio_command(struct aac_softc *sc, struct aac_command **cmp);
84 static void aac_command_thread(struct aac_softc *sc);
91 static int aac_alloc_commands(struct aac_softc *sc);
92 static void aac_free_commands(struct aac_softc *sc);
96 static int aac_alloc(struct aac_softc *sc);
99 static int aac_check_firmware(struct aac_softc *sc);
100 static int aac_init(struct aac_softc *s
[all...]
H A Daac_cam.c82 static void aac_cam_rescan(struct aac_softc *sc, uint32_t channel,
110 aac_cam_rescan(struct aac_softc *sc, uint32_t channel, uint32_t target_id)
147 aac_cam_event(struct aac_softc *sc, struct aac_event *event, void *arg)
179 struct aac_softc *sc;
259 struct aac_softc *sc;
528 aac_cam_fix_inquiry(struct aac_softc *sc, union ccb *ccb)
579 struct aac_softc *sc;
630 struct aac_softc *sc;
H A Daac_debug.c60 aac_print_queues(struct aac_softc *sc)
130 struct aac_softc *sc;
160 aac_panic(struct aac_softc *sc, char *reason)
170 aac_print_fib(struct aac_softc *sc, struct aac_fib *fib, const char *caller)
263 aac_print_aif(struct aac_softc *sc, struct aac_aif_command *aif)
H A Daac_disk.c233 struct aac_softc *sc;
368 (struct aac_softc *)device_get_softc(device_get_parent(dev));
H A Daac_pci.c81 sizeof(struct aac_softc)
339 struct aac_softc *sc;

Completed in 206 milliseconds