Searched refs:ap_max_adapter_id (Results 1 – 2 of 2) sorted by relevance
175 static int ap_max_adapter_id = 63; variable282 ap_max_adapter_id = ap_qci_info->na; in ap_init_qci_info()284 __func__, ap_max_adapter_id); in ap_init_qci_info()312 if (id > ap_max_adapter_id) in ap_test_config_card_id()369 if (AP_QID_CARD(qid) > ap_max_adapter_id || in ap_queue_info()1486 return sysfs_emit(buf, "%d\n", ap_max_adapter_id); in ap_max_adapter_id_show()1489 static BUS_ATTR_RO(ap_max_adapter_id);1825 for (card = 0; card <= ap_max_adapter_id; card++) { in ap_select_domain()1835 if (card <= ap_max_adapter_id) in ap_select_domain()2398 for (ap = 0; ap <= ap_max_adapter_id; ap++) in ap_scan_bus()
879 /sys/bus/ap/ap_max_adapter_id attribute file.