Lines Matching refs:slot
23 * - firmware-provided pci-express hotplug slot index number
39 * s<slot>[f<function>][d<dev_port>] -- hotplug slot index number
41 * [P<domain>]p<bus>s<slot>[f<function>][d<dev_port>]
43 * [P<domain>]p<bus>s<slot>[f<function>][u<port>][..][c<config>][i<interface>]
60 * PCI Ethernet card in hotplug slot with firmware index number:
202 unsigned domain, bus, slot, func, dev_port = 0;
212 if (sscanf(udev_device_get_sysname(names->pcidev), "%x:%x:%x.%u", &domain, &bus, &slot, &func) != 4)
220 /* compose a name based on the raw kernel's PCI bus, slot numbers */
225 l = strpcpyf(&s, l, "p%us%u", bus, slot);
233 /* ACPI _SUN -- slot user number */
260 /* match slot address with device by stripping the function */