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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dncr53c8xx.c1071 u_long p_script; /* Actual script and scripth */ member in struct:ncb
1172 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl))
2992 new = (old & ~RELOC_MASK) + np->p_script;
3707 np->p_script = (np->paddr2) ? np->paddr2 : vtobus(np->script0);
6130 if (dsp > np->p_script && dsp <= np->p_script + sizeof(struct script)) {
6131 script_ofs = dsp - np->p_script;
6637 if (dsp > np->p_script &&
6638 dsp <= np->p_script + sizeof(struct script)) {
6639 vdsp = (u_int32 *)((char*)np->script0 + (dsp-np->p_script
[all...]
H A Dsym53c8xx.c2097 u_long p_script; /* Actual script and scripth */ member in struct:ncb
2260 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl))
4668 new = (old & ~RELOC_MASK) + np->p_script;
5627 np->p_script = vtobus(np->script0);
5632 np->p_script = np->base2_ba;
5635 np->p_scripth = np->p_script + 4096;
8668 if (dsp > np->p_script && dsp <= np->p_script + sizeof(struct script)) {
8669 script_ofs = dsp - np->p_script;
9356 if (dsp > np->p_script
[all...]

Completed in 81 milliseconds