Searched refs:ap_max_adapter_id (Results 1 – 2 of 2) sorted by relevance
142 static int ap_max_adapter_id = 63; variable249 ap_max_adapter_id = ap_qci_info->na; in ap_init_qci_info()251 __func__, ap_max_adapter_id); in ap_init_qci_info()279 if (id > ap_max_adapter_id) in ap_test_config_card_id()336 if (AP_QID_CARD(qid) > ap_max_adapter_id || in ap_queue_info()1365 return sysfs_emit(buf, "%d\n", ap_max_adapter_id); in ap_max_adapter_id_show()1368 static BUS_ATTR_RO(ap_max_adapter_id);1664 for (card = 0; card <= ap_max_adapter_id; card++) { in ap_select_domain()1674 if (card <= ap_max_adapter_id) in ap_select_domain()2237 for (ap = 0; ap <= ap_max_adapter_id; ap++) in ap_scan_bus()
879 /sys/bus/ap/ap_max_adapter_id attribute file.