Lines Matching refs:devfn
187 tdevice = cpqhp_routing_table->slots[loop].devfn; in pci_print_IRQ_route()
349 tdevice = cpqhp_routing_table->slots[loop].devfn >> 3; in get_slot_mapping()
448 u8 devfn; in set_attention_status() local
454 if (cpqhp_get_bus_dev(ctrl, &bus, &devfn, slot->number) == -1) in set_attention_status()
457 device = devfn >> 3; in set_attention_status()
458 function = devfn & 0x7; in set_attention_status()
475 u8 devfn; in process_SI() local
481 if (cpqhp_get_bus_dev(ctrl, &bus, &devfn, slot->number) == -1) in process_SI()
484 device = devfn >> 3; in process_SI()
485 function = devfn & 0x7; in process_SI()
507 u8 devfn; in process_SS() local
513 if (cpqhp_get_bus_dev(ctrl, &bus, &devfn, slot->number) == -1) in process_SS()
516 device = devfn >> 3; in process_SS()
517 function = devfn & 0x7; in process_SS()
1092 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn), ctrl->rev); in cpqhpc_probe()