Searched refs:p_scripth (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/
H A Dncr53c8xx.c1673 u_long p_scripth; /* bus addresses. */ member in struct:ncb
1759 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl))
3601 new = (old & ~RELOC_MASK) + np->p_scripth;
5698 else if (np->p_scripth < dsp &&
5699 dsp <= np->p_scripth + sizeof(struct scripth)) {
5700 script_ofs = dsp - np->p_scripth;
6197 else if (dsp > np->p_scripth &&
6198 dsp <= np->p_scripth + sizeof(struct scripth)) {
6199 vdsp = (u32 *)((char*)np->scripth0 + (dsp-np->p_scripth-8));
8203 np->p_scripth
[all...]

Completed in 76 milliseconds