Searched refs:aac_softc (Results 1 – 12 of 12) sorted by relevance
| /freebsd-9-stable/sys/dev/aac/ |
| D | aacvar.h | 126 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 *sc, int enable); [all …]
|
| D | aac.c | 70 static void aac_add_container(struct aac_softc *sc, 72 static void aac_get_bus_info(struct aac_softc *sc); 76 static void aac_timeout(struct aac_softc *sc); 78 static int aac_bio_command(struct aac_softc *sc, struct aac_command **cmp); 81 static void aac_command_thread(struct aac_softc *sc); 88 static int aac_alloc_commands(struct aac_softc *sc); 89 static void aac_free_commands(struct aac_softc *sc); 93 static int aac_alloc(struct aac_softc *sc); 96 static int aac_check_firmware(struct aac_softc *sc); 97 static int aac_init(struct aac_softc *sc); [all …]
|
| D | aac_cam.c | 82 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) in aac_cam_rescan() 147 aac_cam_event(struct aac_softc *sc, struct aac_event *event, void *arg) in aac_cam_event() 179 struct aac_softc *sc; in aac_cam_detach() 259 struct aac_softc *sc; in aac_cam_action() 528 aac_cam_fix_inquiry(struct aac_softc *sc, union ccb *ccb) in aac_cam_fix_inquiry() 579 struct aac_softc *sc; in aac_cam_complete() 630 struct aac_softc *sc; in aac_cam_reset_bus()
|
| D | aac_debug.c | 60 aac_print_queues(struct aac_softc *sc) in aac_print_queues() 130 struct aac_softc *sc; in aac_printstate0() 160 aac_panic(struct aac_softc *sc, char *reason) in aac_panic() 170 aac_print_fib(struct aac_softc *sc, struct aac_fib *fib, const char *caller) in aac_print_fib() 263 aac_print_aif(struct aac_softc *sc, struct aac_aif_command *aif) in aac_print_aif()
|
| D | aac_pci.c | 82 sizeof(struct aac_softc) 340 struct aac_softc *sc; in aac_pci_attach()
|
| D | aac_disk.c | 233 struct aac_softc *sc; in aac_disk_dump() 368 (struct aac_softc *)device_get_softc(device_get_parent(dev)); in aac_disk_attach()
|
| /freebsd-9-stable/sys/dev/aacraid/ |
| D | aacraid_var.h | 162 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 *sc, int enable); [all …]
|
| D | aacraid.c | 74 static void aac_add_container(struct aac_softc *sc, 77 static void aac_get_bus_info(struct aac_softc *sc); 78 static void aac_container_bus(struct aac_softc *sc); 80 static int aac_convert_sgraw2(struct aac_softc *sc, struct aac_raw_io2 *raw, 84 static void aac_timeout(struct aac_softc *sc); 85 static void aac_command_thread(struct aac_softc *sc); 86 static int aac_sync_fib(struct aac_softc *sc, u_int32_t command, 92 static int aac_alloc_commands(struct aac_softc *sc); 93 static void aac_free_commands(struct aac_softc *sc); 97 static int aac_alloc(struct aac_softc *sc); [all …]
|
| D | aacraid_debug.h | 56 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,
|
| D | aacraid_cam.c | 115 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, in aac_set_scsi_error() 182 aac_cam_rescan(struct aac_softc *sc, uint32_t channel, uint32_t target_id) in aac_cam_rescan() 219 aac_cam_event(struct aac_softc *sc, struct aac_event *event, void *arg) in aac_cam_event() 245 struct aac_softc *sc; in aac_cam_probe() 259 struct aac_softc *sc; in aac_cam_detach() 374 struct aac_softc *sc; in aac_container_rw_command() 522 struct aac_softc *sc; in aac_container_special_command() [all …]
|
| D | aacraid_debug.c | 70 aacraid_print_queues(struct aac_softc *sc) in aacraid_print_queues() 85 aacraid_print_fib(struct aac_softc *sc, struct aac_fib *fib, const char *caller) in aacraid_print_fib() 177 aacraid_print_aif(struct aac_softc *sc, struct aac_aif_command *aif) in aacraid_print_aif() 475 int aacraid_get_fw_debug_buffer(struct aac_softc *sc) in aacraid_get_fw_debug_buffer() 520 void aacraid_fw_printf(struct aac_softc *sc, unsigned long PrintFlags, const char * fmt, ...) in aacraid_fw_printf() 618 void aacraid_fw_print_mem(struct aac_softc *sc, unsigned long PrintFlags, u_int8_t *Addr, int Count) in aacraid_fw_print_mem()
|
| D | aacraid_pci.c | 81 sizeof(struct aac_softc) 152 struct aac_softc *sc; in aacraid_pci_attach()
|