Lines Matching defs:goalp
1367 u32 goalp;
1371 ** They are copied back to savep/lastp/goalp by the SCRIPTS
3219 ** goalp --> goal pointer when DATA_IN
3222 ** This script sets savep/lastp/goalp according to the
3251 NADDR (header.goalp),
4093 u32 lastp, goalp;
4260 goalp = NCB_SCRIPT_PHYS (np, data_out2) + 8;
4262 lastp = goalp - 8 - (segments * 16);
4269 cp->phys.header.wgoalp = cpu_to_scr(goalp);
4273 goalp = NCB_SCRIPT_PHYS (np, data_in2) + 8;
4275 lastp = goalp - 8 - (segments * 16);
4283 lastp = goalp = NCB_SCRIPT_PHYS (np, no_data);
4292 cp->phys.header.goalp = cpu_to_scr(goalp);
4778 /* if (cp->phys.header.lastp != cp->phys.header.goalp) */
6477 cp->phys.header.goalp = startp + 24;
6951 (unsigned) scr_to_cpu(np->header.goalp));