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

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c110 static const u_int num_phases = ARRAY_SIZE(ahc_phase_table) - 1; variable
1393 for (i = 0; i < num_phases; i++) { ahc_handle_seqint()
1649 for (i = 0; i < num_phases; i++) { ahc_handle_scsiint()
1939 for (i = 0; i < num_phases; i++) { ahc_handle_scsiint()
2808 * num_phases doesn't include the default entry which ahc_lookup_phase_entry()
2811 last_entry = &ahc_phase_table[num_phases]; ahc_lookup_phase_entry()
H A Daic79xx_core.c100 static const u_int num_phases = ARRAY_SIZE(ahd_phase_table) - 1; variable
4351 * num_phases doesn't include the default entry which ahd_lookup_phase_entry()
4354 last_entry = &ahd_phase_table[num_phases]; ahd_lookup_phase_entry()

Completed in 147 milliseconds