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

/freebsd-10.0-release/sys/dev/rp/
H A Drp_isa.c148 int num_aiops; local
208 num_aiops = sInitController(ctlp,
212 if (num_aiops <= 0) {
236 int num_ports, num_aiops; local
246 num_aiops = sInitController(ctlp,
251 num_aiops = ctlp->NumAiop;
255 for(aiop=0; aiop < num_aiops; aiop++) {
261 retval = rp_attachcommon(ctlp, num_aiops, num_ports);
H A Drp_pci.c149 int num_ports, num_aiops; local
193 num_aiops = sPCIInitController(ctlp,
198 for(aiop=0; aiop < num_aiops; aiop++) {
203 retval = rp_attachcommon(ctlp, num_aiops, num_ports);
H A Drp.c743 rp_attachcommon(CONTROLLER_T *ctlp, int num_aiops, int num_ports) argument
774 for(aiop=0; aiop < num_aiops; aiop++) {
H A Drpreg.h1009 int rp_attachcommon(CONTROLLER_T *ctlp, int num_aiops, int num_ports);

Completed in 151 milliseconds