Home
last modified time | relevance | path

Searched refs:pci_slot_name (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dslot.c73 slot->number, pci_slot_name(slot)); in pci_slot_release()
151 if (strcmp(pci_slot_name(slot), name) == 0) in rename_slot()
295 slot_nr, pci_slot_name(slot)); in pci_create_slot()
/openbmc/linux/include/linux/
H A Dpci_hotplug.h70 return pci_slot_name(slot->pci_slot); in hotplug_slot_name()
H A Dpci.h84 static inline const char *pci_slot_name(const struct pci_slot *slot) in pci_slot_name() function
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c2300 if (kstrtou32(pci_slot_name(pdev->slot), 10, &serial)) { in get_netvsc_byslot()
2302 pci_slot_name(pdev->slot)); in get_netvsc_byslot()