Searched refs:primary_bus (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | cpqphp_pci.c | 1245 u8 primary_bus = readb(one_slot + PRIMARY_BUS); in cpqhp_find_available_resources() local 1257 primary_bus, secondary_bus, max_bus); in cpqhp_find_available_resources() 1260 if (primary_bus != ctrl->bus) { in cpqhp_find_available_resources() 1266 ctrl->pci_bus->number = primary_bus; in cpqhp_find_available_resources() 1272 func = cpqhp_slot_find(primary_bus, dev_func >> 3, 0); in cpqhp_find_available_resources() 1275 dbg("func = %p (bus, dev, fun) = (%d, %d, %d)\n", func, primary_bus, dev_func >> 3, index); in cpqhp_find_available_resources() 1276 func = cpqhp_slot_find(primary_bus, dev_func >> 3, index++); in cpqhp_find_available_resources() 1286 if (secondary_bus != primary_bus) in cpqhp_find_available_resources() 1374 if (secondary_bus && (secondary_bus != primary_bus)) { in cpqhp_find_available_resources()
|
H A D | cpqphp.h | 198 u8 primary_bus; member 214 PRIMARY_BUS = offsetof(struct slot_rt, primary_bus),
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpqphp_pci.c | 1247 u8 primary_bus = readb(one_slot + PRIMARY_BUS); in cpqhp_find_available_resources() local 1259 primary_bus, secondary_bus, max_bus); in cpqhp_find_available_resources() 1262 if (primary_bus != ctrl->bus) { in cpqhp_find_available_resources() 1268 ctrl->pci_bus->number = primary_bus; in cpqhp_find_available_resources() 1274 func = cpqhp_slot_find(primary_bus, dev_func >> 3, 0); in cpqhp_find_available_resources() 1277 dbg("func = %p (bus, dev, fun) = (%d, %d, %d)\n", func, primary_bus, dev_func >> 3, index); in cpqhp_find_available_resources() 1278 func = cpqhp_slot_find(primary_bus, dev_func >> 3, index++); in cpqhp_find_available_resources() 1288 if (secondary_bus != primary_bus) in cpqhp_find_available_resources() 1376 if (secondary_bus && (secondary_bus != primary_bus)) { in cpqhp_find_available_resources()
|
H A D | cpqphp.h | 198 u8 primary_bus; member 214 PRIMARY_BUS = offsetof(struct slot_rt, primary_bus),
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | pci-bridge-emul.h | 19 u8 primary_bus; member
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | pci-bridge-emul.h | 19 u8 primary_bus; member
|
Completed in 8 milliseconds