Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp_core.c417 struct pci_func *slot_func; in set_attention_status() local
435 if (!slot_func) in set_attention_status()
444 struct pci_func *slot_func; in process_SI() local
462 if (!slot_func) in process_SI()
465 slot_func->bus = bus; in process_SI()
466 slot_func->device = device; in process_SI()
467 slot_func->function = function; in process_SI()
468 slot_func->configured = 0; in process_SI()
470 return cpqhp_process_SI(ctrl, slot_func); in process_SI()
476 struct pci_func *slot_func; in process_SS() local
[all …]