Home
last modified time | relevance | path

Searched refs:aic_recovery_thread (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic_osm_lib.c36 static void aic_recovery_thread(void *arg);
76 error = aic_kthread_create(aic_recovery_thread, aic, in aic_spawn_recovery_thread()
103 aic_recovery_thread(void *arg) in aic_recovery_thread() function
H A Daic_osm_lib.h62 #define aic_recovery_thread AIC_LIB_ENTRY(_recovery_thread) macro