Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dncr53c8xx.c1673 struct scripth *scripth0; /* relocated for this ncb. */
1674 struct scripth *scripth; /* Actual scripth virt. address */ member
1762 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl))
1860 struct scripth { struct
1942 static void ncr_script_fill (struct script * scr, struct scripth * scripth);
2000 #define PADDRH(label) (RELOC_LABELH | offsetof(struct scripth, label))
2766 static struct scripth scripth0 __initdata = {
3445 void __init ncr_script_fill (struct script * scr, struct scripth * scrh) in ncr_script_fill()
4460 np->scripth->tryloop [qidx] = cpu_to_scr(NCB_SCRIPT_PHYS (np, idle)); in ncr_put_start_queue()
4462 np->scripth->tryloop [np->squeueput] = cpu_to_scr(CCB_PHYS (cp, start)); in ncr_put_start_queue()
[all …]