Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c352 patch_t *cur_patch; in output_code() local
425 for (cur_patch = STAILQ_FIRST(&patches); in output_code()
426 cur_patch != NULL; in output_code()
427 cur_patch = STAILQ_NEXT(cur_patch,links)) { in output_code()
429 cur_patch == STAILQ_FIRST(&patches) ? "" : ",\n", in output_code()
431 cur_patch->patch_func, cur_patch->begin, in output_code()
432 cur_patch->skip_instr, cur_patch in output_code()
524 patch_t *cur_patch; output_listing() local
651 patch_t *cur_patch; check_patch() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c352 patch_t *cur_patch; in output_code() local
425 for (cur_patch = STAILQ_FIRST(&patches); in output_code()
426 cur_patch != NULL; in output_code()
427 cur_patch = STAILQ_NEXT(cur_patch,links)) { in output_code()
429 cur_patch == STAILQ_FIRST(&patches) ? "" : ",\n", in output_code()
431 cur_patch->patch_func, cur_patch->begin, in output_code()
432 cur_patch->skip_instr, cur_patch in output_code()
524 patch_t *cur_patch; output_listing() local
651 patch_t *cur_patch; check_patch() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6793 const struct patch *cur_patch; in ahc_loadseq() local
6825 cur_patch = patches; in ahc_loadseq()
6833 if (ahc_check_patch(ahc, &cur_patch, i, &skip_addr) == 0) { in ahc_loadseq()
6900 const struct patch *cur_patch; in ahc_check_patch() local
6906 cur_patch = *start_patch; in ahc_check_patch()
6908 while (cur_patch < last_patch && start_instr == cur_patch->begin) { in ahc_check_patch()
6910 if (cur_patch->patch_func(ahc) == 0) { in ahc_check_patch()
6913 *skip_addr = start_instr + cur_patch->skip_instr; in ahc_check_patch()
6914 cur_patch in ahc_check_patch()
6960 const struct patch *cur_patch; ahc_download_instr() local
[all...]
H A Daic79xx_core.c9265 const struct patch *cur_patch; in ahd_loadseq() local
9362 cur_patch = patches; in ahd_loadseq()
9369 if (ahd_check_patch(ahd, &cur_patch, i, &skip_addr) == 0) { in ahd_loadseq()
9422 const struct patch *cur_patch; in ahd_check_patch() local
9428 cur_patch = *start_patch; in ahd_check_patch()
9430 while (cur_patch < last_patch && start_instr == cur_patch->begin) { in ahd_check_patch()
9432 if (cur_patch->patch_func(ahd) == 0) { in ahd_check_patch()
9435 *skip_addr = start_instr + cur_patch->skip_instr; in ahd_check_patch()
9436 cur_patch in ahd_check_patch()
9457 const struct patch *cur_patch; ahd_resolve_seqaddr() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6788 const struct patch *cur_patch; in ahc_loadseq() local
6820 cur_patch = patches; in ahc_loadseq()
6828 if (ahc_check_patch(ahc, &cur_patch, i, &skip_addr) == 0) { in ahc_loadseq()
6895 const struct patch *cur_patch; in ahc_check_patch() local
6901 cur_patch = *start_patch; in ahc_check_patch()
6903 while (cur_patch < last_patch && start_instr == cur_patch->begin) { in ahc_check_patch()
6905 if (cur_patch->patch_func(ahc) == 0) { in ahc_check_patch()
6908 *skip_addr = start_instr + cur_patch->skip_instr; in ahc_check_patch()
6909 cur_patch in ahc_check_patch()
6955 const struct patch *cur_patch; ahc_download_instr() local
[all...]
H A Daic79xx_core.c9261 const struct patch *cur_patch; in ahd_loadseq() local
9358 cur_patch = patches; in ahd_loadseq()
9365 if (ahd_check_patch(ahd, &cur_patch, i, &skip_addr) == 0) { in ahd_loadseq()
9418 const struct patch *cur_patch; in ahd_check_patch() local
9424 cur_patch = *start_patch; in ahd_check_patch()
9426 while (cur_patch < last_patch && start_instr == cur_patch->begin) { in ahd_check_patch()
9428 if (cur_patch->patch_func(ahd) == 0) { in ahd_check_patch()
9431 *skip_addr = start_instr + cur_patch->skip_instr; in ahd_check_patch()
9432 cur_patch in ahd_check_patch()
9453 const struct patch *cur_patch; ahd_resolve_seqaddr() local
[all...]

Completed in 35 milliseconds