Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dncr53c8xx.c1663 u_long p_script; /* Actual script and scripth */ member
1749 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl))
3618 new = (old & ~RELOC_MASK) + np->p_script; in ncr_script_copy_and_bind()
5825 if (dsp > np->p_script && dsp <= np->p_script + sizeof(struct script)) { in ncr_log_hard_error()
5826 script_ofs = dsp - np->p_script; in ncr_log_hard_error()
6325 if (dsp > np->p_script && in ncr_int_ma()
6326 dsp <= np->p_script + sizeof(struct script)) { in ncr_int_ma()
6327 vdsp = (u32 *)((char*)np->script0 + (dsp-np->p_script-8)); in ncr_int_ma()
8408 np->p_script = (np->paddr2) ? np->paddr2 : vtobus(np->script0);