Searched refs:hpt_ich (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c1126 static struct intr_config_hook hpt_ich; variable in typeref:struct:intr_config_hook
1139 config_intrhook_disestablish(&hpt_ich);
1349 hpt_ich.ich_func = hpt_final_init;
1350 hpt_ich.ich_arg = NULL;
1351 if (config_intrhook_establish(&hpt_ich) != 0) {
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c1321 static struct intr_config_hook hpt_ich; variable in typeref:struct:intr_config_hook
1334 config_intrhook_disestablish(&hpt_ich);
1531 hpt_ich.ich_func = hpt_final_init;
1532 hpt_ich.ich_arg = NULL;
1533 if (config_intrhook_establish(&hpt_ich) != 0) {
/freebsd-11-stable/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c969 static struct intr_config_hook hpt_ich; variable in typeref:struct:intr_config_hook
982 config_intrhook_disestablish(&hpt_ich);
1178 hpt_ich.ich_func = hpt_final_init;
1179 hpt_ich.ich_arg = NULL;
1180 if (config_intrhook_establish(&hpt_ich) != 0) {

Completed in 304 milliseconds