Home
last modified time | relevance | path

Searched refs:last_patch (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/aic7xxx/
Daic7xxx_core.c6964 const struct patch *last_patch; in ahc_check_patch() local
6968 last_patch = &patches[num_patches]; in ahc_check_patch()
6971 while (cur_patch < last_patch && start_instr == cur_patch->begin) { in ahc_check_patch()
Daic79xx_core.c9516 const struct patch *last_patch; in ahd_check_patch() local
9520 last_patch = &patches[num_patches]; in ahd_check_patch()
9523 while (cur_patch < last_patch && start_instr == cur_patch->begin) { in ahd_check_patch()
/drivers/scsi/
Daic7xxx_old.c1562 struct sequencer_patch *last_patch; in aic7xxx_check_patch() local
1566 last_patch = &sequencer_patches[num_patches]; in aic7xxx_check_patch()
1569 while ((cur_patch < last_patch) && (start_instr == cur_patch->begin)) in aic7xxx_check_patch()