Home
last modified time | relevance | path

Searched refs:NAMING_BRIDGE_NO_SLOT (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/shared/
Dnetif-naming-scheme.h34NAMING_BRIDGE_NO_SLOT = 1 << 9, /* Don't use PCI hotplug slot information if the corres… enumerator
48 NAMING_V247 = NAMING_V245 | NAMING_BRIDGE_NO_SLOT,
/systemd-251/src/udev/
Dudev-builtin-net_id.c453 … if (naming_scheme_has(NAMING_BRIDGE_NO_SLOT) && is_pci_bridge(hotplug_slot_dev)) { in dev_pci_slot()