Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ncr/
HDncr.c1129 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl)) macro
4026 cp->phys.header.savep = NCB_SCRIPT_PHYS (np, data_in);
4029 cp->phys.header.savep = NCB_SCRIPT_PHYS (np, data_out);
4033 cp->phys.header.savep = NCB_SCRIPT_PHYS (np, no_data);
4054 cp->phys.header.launch.l_paddr = NCB_SCRIPT_PHYS (np, select);
4129 np->squeue [qidx ] = NCB_SCRIPT_PHYS (np, idle);
4393 cp->phys.header.launch.l_paddr= NCB_SCRIPT_PHYS (np, idle);
4601 == NCB_SCRIPT_PHYS (np, select))
4615 NCB_SCRIPT_PHYS (np, skip);
4648 if (np->squeue[i] == NCB_SCRIPT_PHYS (np, skip)) {
[all …]