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

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c92 static const struct ahc_phase_table_entry ahc_phase_table[] = variable in typeref:struct:ahc_phase_table_entry
110 static const u_int num_phases = ARRAY_SIZE(ahc_phase_table) - 1;
1394 if (lastphase == ahc_phase_table[i].phase) ahc_handle_seqint()
1400 ahc_phase_table[i].phasemsg, ahc_handle_seqint()
1650 if (errorphase == ahc_phase_table[i].phase) ahc_handle_scsiint()
1653 mesg_out = ahc_phase_table[i].mesg_out; ahc_handle_scsiint()
1668 ahc_phase_table[i].phasemsg, ahc_handle_scsiint()
1940 if (lastphase == ahc_phase_table[i].phase) ahc_handle_scsiint()
1954 ahc_phase_table[i].phasemsg, ahc_handle_scsiint()
2811 last_entry = &ahc_phase_table[num_phases]; ahc_lookup_phase_entry()
2812 for (entry = ahc_phase_table; entry < last_entry; entry++) { ahc_lookup_phase_entry()

Completed in 70 milliseconds