Lines Matching refs:slot_func
421 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()
472 slot_func->configured = 0; in process_SI()
473 dbg("board_added(%p, %p)\n", slot_func, ctrl); in process_SI()
474 return cpqhp_process_SI(ctrl, slot_func); in process_SI()
480 struct pci_func *slot_func; in process_SS() local
497 slot_func = cpqhp_slot_find(bus, device, function); in process_SS()
498 if (!slot_func) in process_SS()
501 dbg("In %s, slot_func = %p, ctrl = %p\n", __func__, slot_func, ctrl); in process_SS()
502 return cpqhp_process_SS(ctrl, slot_func); in process_SS()