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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c333 u32 lastp, goalp; local
372 goalp = SCRIPTA_BA(np, data_out2) + 8;
373 lastp = goalp - 8 - (cp->segments * (2*4));
377 goalp = SCRIPTA_BA(np, data_in2) + 8;
378 lastp = goalp - 8 - (cp->segments * (2*4));
382 lastp = goalp = SCRIPTB_BA(np, no_data);
392 cp->goalp = cpu_to_scr(goalp);
H A Dsym_hipd.h782 u32 goalp; /* Expected last data pointer */ member in struct:sym_ccb
H A Dsym_hipd.c3107 cp->goalp = cpu_to_scr(startp + 16);
3622 tmp = scr_to_cpu(cp->goalp);
3729 dp_ret = cpu_to_scr(cp->goalp);
3825 if (cp->phys.head.lastp == cp->goalp)
5452 if (cp->phys.head.lastp != cp->goalp)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c1378 u32 goalp; member in struct:head
1382 ** They are copied back to savep/lastp/goalp by the SCRIPTS
3227 ** goalp --> goal pointer when DATA_IN
3230 ** This script sets savep/lastp/goalp according to the
3259 NADDR (header.goalp),
4098 u32 lastp, goalp; local
4265 goalp = NCB_SCRIPT_PHYS (np, data_out2) + 8;
4267 lastp = goalp - 8 - (segments * 16);
4274 cp->phys.header.wgoalp = cpu_to_scr(goalp);
4278 goalp
[all...]

Completed in 89 milliseconds