Symbol: aic_softc
sys/dev/aic7xxx/aic79xx_osm.h
213
static __inline void aic_freeze_simq(struct aic_softc*);
sys/dev/aic7xxx/aic79xx_osm.h
214
static __inline void aic_release_simq(struct aic_softc*);
sys/dev/aic7xxx/aic79xx_osm.h
217
aic_freeze_simq(struct aic_softc *aic)
sys/dev/aic7xxx/aic79xx_osm.h
223
aic_release_simq(struct aic_softc *aic)
sys/dev/aic7xxx/aic_osm_lib.c
105
struct aic_softc *aic;
sys/dev/aic7xxx/aic_osm_lib.c
107
aic = (struct aic_softc *)arg;
sys/dev/aic7xxx/aic_osm_lib.c
39
aic_set_recoveryscb(struct aic_softc *aic, struct scb *scb)
sys/dev/aic7xxx/aic_osm_lib.c
66
aic_lock(scb->aic_softc);
sys/dev/aic7xxx/aic_osm_lib.c
68
aic_unlock(scb->aic_softc);
sys/dev/aic7xxx/aic_osm_lib.c
72
aic_spawn_recovery_thread(struct aic_softc *aic)
sys/dev/aic7xxx/aic_osm_lib.c
87
aic_terminate_recovery_thread(struct aic_softc *aic)
sys/dev/aic7xxx/aic_osm_lib.h
102
aic_wakeup_recovery_thread(struct aic_softc *aic)
sys/dev/aic7xxx/aic_osm_lib.h
193
if (AIC_SCB_DATA(scb->aic_softc)->recovery_scbs == 0
sys/dev/aic7xxx/aic_osm_lib.h
211
static __inline uint32_t aic_get_sense_bufsize(struct aic_softc*, struct scb*);
sys/dev/aic7xxx/aic_osm_lib.h
214
static __inline void aic_platform_freeze_devq(struct aic_softc *, struct scb *);
sys/dev/aic7xxx/aic_osm_lib.h
215
static __inline int aic_platform_abort_scbs(struct aic_softc *aic, int target,
sys/dev/aic7xxx/aic_osm_lib.h
291
aic_get_sense_bufsize(struct aic_softc *aic, struct scb *scb)
sys/dev/aic7xxx/aic_osm_lib.h
312
aic_platform_freeze_devq(struct aic_softc *aic, struct scb *scb)
sys/dev/aic7xxx/aic_osm_lib.h
318
aic_platform_abort_scbs(struct aic_softc *aic, int target,
sys/dev/aic7xxx/aic_osm_lib.h
327
aic_platform_scb_free(struct aic_softc *aic, struct scb *scb)
sys/dev/aic7xxx/aic_osm_lib.h
394
static __inline int aic_power_state_change(struct aic_softc *aic,
sys/dev/aic7xxx/aic_osm_lib.h
398
aic_power_state_change(struct aic_softc *aic, aic_power_state new_state)
sys/dev/aic7xxx/aic_osm_lib.h
87
struct aic_softc;
sys/dev/aic7xxx/aic_osm_lib.h
94
void aic_set_recoveryscb(struct aic_softc *aic, struct scb *scb);
sys/dev/aic7xxx/aic_osm_lib.h
96
int aic_spawn_recovery_thread(struct aic_softc *aic);
sys/dev/aic7xxx/aic_osm_lib.h
97
void aic_terminate_recovery_thread(struct aic_softc *aic);
sys/dev/aic7xxx/aic_osm_lib.h
99
static __inline void aic_wakeup_recovery_thread(struct aic_softc *aic);