Lines Matching refs:num_aiops
1888 int num_aiops, aiop, max_num_aiops, chan;
2141 num_aiops = sPCIInitController(ctlp, i, aiopio, max_num_aiops, ConfigIO, 0, FREQ_DIS, 0, altChanRingIndicator, UPCIRingInd);
2147 i, rcktpt_io_addr[i], num_aiops, rocketModel[i].modelString,
2151 if (num_aiops <= 0) {
2158 for (aiop = 0; aiop < num_aiops; aiop++) {
2207 int num_aiops, num_chan = 0, total_num_chan = 0;
2260 num_aiops = sInitController(ctlp, i, controller + (i * 0x400), aiopio, MAX_AIOPS_PER_BOARD, 0, FREQ_DIS, 0);
2268 if (num_aiops <= 0) {
2276 for (aiop = 0; aiop < num_aiops; aiop++) {
2302 i, rcktpt_io_addr[i], num_aiops, type_string);