Searched refs:max_bus (Results 1 - 3 of 3) sorted by relevance

/drivers/message/fusion/
H A Dmptfc.c307 int max_bus = ioc->facts.MaxBuses; local
312 data_sz = sizeof(FCDevicePage0_t) * max_bus * max_targ;
317 data_sz = sizeof(FCDevicePage0_t *) * max_bus * max_targ;
/drivers/pci/hotplug/
H A Dcpqphp_pci.c1245 u8 max_bus = readb(one_slot + MAX_BUS); local
1255 primary_bus, secondary_bus, max_bus);
1378 bus_node->length = max_bus - secondary_bus + 1;
H A Dcpqphp.h214 u8 max_bus; member in struct:slot_rt
230 MAX_BUS = offsetof(struct slot_rt, max_bus),

Completed in 75 milliseconds