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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c322 struct instruction *cur_instr; local
324 for (cur_instr = STAILQ_FIRST(&seq_program);
325 cur_instr != NULL;
326 cur_instr = STAILQ_NEXT(cur_instr, links)) {
327 if (cur_instr->patch_label != NULL) {
331 if (cur_instr->patch_label->type != LABEL) {
336 cur_instr->patch_label->name);
340 f3_instr = &cur_instr->format.format3;
342 address += cur_instr
351 struct instruction *cur_instr; local
524 struct instruction *cur_instr; local
[all...]

Completed in 39 milliseconds