Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c6444 u_int num_patches; in ahc_check_patch() local
6446 num_patches = sizeof(patches)/sizeof(struct patch); in ahc_check_patch()
6447 last_patch = &patches[num_patches]; in ahc_check_patch()
Daic79xx_core.c8247 u_int num_patches; in ahd_check_patch() local
8249 num_patches = sizeof(patches)/sizeof(struct patch); in ahd_check_patch()
8250 last_patch = &patches[num_patches]; in ahd_check_patch()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c1645 int num_patches; in aic7xxx_check_patch() local
1647 num_patches = sizeof(sequencer_patches)/sizeof(struct sequencer_patch); in aic7xxx_check_patch()
1648 last_patch = &sequencer_patches[num_patches]; in aic7xxx_check_patch()