Lines Matching refs:ap_domain_index
80 int ap_domain_index = -1; /* Adjunct Processor Domain Index */ variable
81 module_param_named(domain, ap_domain_index, int, S_IRUSR|S_IRGRP);
83 EXPORT_SYMBOL(ap_domain_index);
871 ap_domain_index = -1; in ap_bus_resume()
893 if (AP_QID_QUEUE(ap_dev->qid) != ap_domain_index) { in ap_bus_resume()
896 ap_domain_index); in ap_bus_resume()
1061 return snprintf(buf, PAGE_SIZE, "%d\n", ap_domain_index); in ap_domain_show()
1179 if (ap_domain_index >= 0 && ap_domain_index < AP_DOMAINS) { in ap_max_domain_id_show()
1183 qid = AP_MKQID(i, ap_domain_index); in ap_max_domain_id_show()
1249 if (!ap_configuration->ap_extended && (ap_domain_index > 15)) in ap_select_domain()
1257 if (ap_domain_index >= 0 && ap_domain_index < AP_DOMAINS) in ap_select_domain()
1281 ap_domain_index = best_domain; in ap_select_domain()
1423 qid = AP_MKQID(i, ap_domain_index); in ap_scan_bus()
1953 if ((ap_domain_index != -1) && (ap_test_config_domain(ap_domain_index))) in ap_reset_domain()
1955 ap_reset_queue(AP_MKQID(i, ap_domain_index)); in ap_reset_domain()
1986 if (ap_domain_index < -1 || ap_domain_index >= AP_DOMAINS) { in ap_module_init()
1988 ap_domain_index); in ap_module_init()
1994 if (ap_domain_index >= 0) in ap_module_init()