Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dcpqphp_core.c421 struct pci_func *slot_func; in set_attention_status() local
438 slot_func = cpqhp_slot_find(bus, device, function); in set_attention_status()
439 if (!slot_func) in set_attention_status()
442 return cpqhp_set_attention_status(ctrl, slot_func, status); in set_attention_status()
448 struct pci_func *slot_func; in process_SI() local
465 slot_func = cpqhp_slot_find(bus, device, function); in process_SI()
466 if (!slot_func) in process_SI()
469 slot_func->bus = bus; in process_SI()
470 slot_func->device = device; in process_SI()
471 slot_func->function = function; in process_SI()
[all …]