Lines Matching refs:id_sel
407 int id_sel = ISERIES_GET_DEVICE_FROM_SUBBUS(sub_bus); in scan_bridge_slot() local
409 HvAgentId eads_id_sel = ISERIES_PCI_AGENTID(id_sel, function); in scan_bridge_slot()
416 for (id_sel = 1; id_sel <= bridge_info->maxAgents; id_sel++) { in scan_bridge_slot()
418 HvAgentId agent_id = ISERIES_PCI_AGENTID(id_sel, in scan_bridge_slot()
492 HvSubBusNumber sub_bus, int id_sel) in scan_bridge() argument
501 agent_id = ISERIES_PCI_AGENTID(id_sel, function); in scan_bridge()
510 bus, id_sel, function, agent_id); in scan_bridge()
537 int id_sel; in scan_phb() local
543 for (id_sel = 1; id_sel < max_agents; ++id_sel) { in scan_phb()
544 err = HvCallPci_getDeviceInfo(bus, sub_bus, id_sel, in scan_phb()
550 bus, sub_bus, id_sel, err); in scan_phb()
556 dev_info.deviceType, bus, id_sel); in scan_phb()
559 scan_bridge(dt, bus, sub_bus, id_sel); in scan_phb()