Searched refs:slot_func (Results 1 – 1 of 1) sorted by relevance
444 struct pci_func *slot_func; in set_attention_status() local461 slot_func = cpqhp_slot_find(bus, device, function); in set_attention_status()462 if (!slot_func) in set_attention_status()465 return cpqhp_set_attention_status(ctrl, slot_func, status); in set_attention_status()471 struct pci_func *slot_func; in process_SI() local488 slot_func = cpqhp_slot_find(bus, device, function); in process_SI()489 if (!slot_func) in process_SI()492 slot_func->bus = bus; in process_SI()493 slot_func->device = device; in process_SI()494 slot_func->function = function; in process_SI()[all …]