Searched defs:devfn (Results 1 – 2 of 2) sorted by relevance
1262 unsigned int devfn; in get_device_location() local
1605 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument1606 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument