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

/freebsd-10.1-release/sys/pci/
H A Dncr.c1140 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl)) macro
4048 cp->phys.header.savep = NCB_SCRIPT_PHYS (np, data_in);
4051 cp->phys.header.savep = NCB_SCRIPT_PHYS (np, data_out);
4055 cp->phys.header.savep = NCB_SCRIPT_PHYS (np, no_data);
4076 cp->phys.header.launch.l_paddr = NCB_SCRIPT_PHYS (np, select);
4151 np->squeue [qidx ] = NCB_SCRIPT_PHYS (np, idle);
4426 cp->phys.header.launch.l_paddr= NCB_SCRIPT_PHYS (np, idle);
4634 == NCB_SCRIPT_PHYS (np, select))
4648 NCB_SCRIPT_PHYS (np, skip);
4681 if (np->squeue[i] == NCB_SCRIPT_PHYS (n
[all...]

Completed in 170 milliseconds