Searched refs:dev_func (Results 1 - 2 of 2) sorted by relevance

/drivers/pci/hotplug/
H A Dcpqphp_pci.c1242 u8 dev_func = readb(one_slot + DEV_FUNC); local
1254 dev_func, io_base, io_length, mem_base, mem_length, pre_mem_base, pre_mem_length,
1265 pci_bus_read_config_dword (ctrl->pci_bus, dev_func, PCI_VENDOR_ID, &temp_dword);
1270 func = cpqhp_slot_find(primary_bus, dev_func >> 3, 0);
1272 while (func && (func->function != (dev_func & 0x07))) {
1273 dbg("func = %p (bus, dev, fun) = (%d, %d, %d)\n", func, primary_bus, dev_func >> 3, index);
1274 func = cpqhp_slot_find(primary_bus, dev_func >> 3, index++);
H A Dcpqphp.h211 u8 dev_func; member in struct:slot_rt
227 DEV_FUNC = offsetof(struct slot_rt, dev_func),

Completed in 55 milliseconds