Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/aic7xxx/
Daic7xxx.c117 static const u_int num_phases = NUM_ELEMENTS(ahc_phase_table) - 1; variable
833 for (i = 0; i < num_phases; i++) { in ahc_handle_seqint()
1089 for (i = 0; i < num_phases; i++) { in ahc_handle_scsiint()
1379 for (i = 0; i < num_phases; i++) { in ahc_handle_scsiint()
2226 last_entry = &ahc_phase_table[num_phases]; in ahc_lookup_phase_entry()
Daic79xx.c106 static const u_int num_phases = NUM_ELEMENTS(ahd_phase_table) - 1; variable
3529 last_entry = &ahd_phase_table[num_phases]; in ahd_lookup_phase_entry()