Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/
Dncr53c8xx.c1658 struct scripth *scripth0; /* relocated for this ncb. */ member
2726 static struct scripth scripth0 __initdata = {
4639 if (np->scripth0) in ncr_detach()
4640 m_free_dma(np->scripth0, sizeof(struct scripth), "SCRIPTH"); in ncr_detach()
5083 np->scripth0->tryloop[i] = in ncr_init()
5098 np->scripth0->done_queue[5*i + 4] = in ncr_init()
5108 np->scripth0->done_queue[5*(MAX_DONE-1) + 4] = in ncr_init()
5669 script_base = (u_char *) np->scripth0; in ncr_log_hard_error()
6166 vdsp = (u32 *)((char*)np->scripth0 + (dsp-np->p_scripth-8)); in ncr_int_ma()
8142 np->scripth0 = m_calloc_dma(sizeof(struct scripth), "SCRIPTH");
[all …]