Home
last modified time | relevance | path

Searched refs:dev_fun (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dibmphp_ebda.c166 __func__, ptr->rsrc_type, ptr->bus_num, ptr->dev_fun, ptr->start_addr, ptr->end_addr); in print_ebda_pci_rsrc()
211 debug("%s - dev_fun: %x\n", __func__, hpc_ptr->u.pci_ctlr.dev_fun); in print_ebda_hpc()
800 hpc_ptr->u.pci_ctlr.dev_fun = readb(io_mem + addr + 1); in ebda_rsrc_controller()
805 hpc_ptr->u.pci_ctlr.dev_fun, hpc_ptr->irq); in ebda_rsrc_controller()
945 rsrc_ptr->dev_fun = readb(io_mem + addr + 1); in ebda_rsrc_rsrc()
952 rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_addr); in ebda_rsrc_rsrc()
966 rsrc_ptr->dev_fun = readb(io_mem + addr + 1); in ebda_rsrc_rsrc()
973 rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_addr); in ebda_rsrc_rsrc()
1109 if ((dev->devfn == ctrl->u.pci_ctlr.dev_fun) in ibmphp_probe()
[all...]
H A Dibmphp.h195 u8 dev_fun; member
225 u8 dev_fun; member
H A Dibmphp_res.c70 rs->devfunc = curr->dev_fun; in alloc_resources()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dibmphp_ebda.c166 __func__, ptr->rsrc_type, ptr->bus_num, ptr->dev_fun, ptr->start_addr, ptr->end_addr); in print_ebda_pci_rsrc()
211 debug("%s - dev_fun: %x\n", __func__, hpc_ptr->u.pci_ctlr.dev_fun); in print_ebda_hpc()
800 hpc_ptr->u.pci_ctlr.dev_fun = readb(io_mem + addr + 1); in ebda_rsrc_controller()
805 hpc_ptr->u.pci_ctlr.dev_fun, hpc_ptr->irq); in ebda_rsrc_controller()
945 rsrc_ptr->dev_fun = readb(io_mem + addr + 1); in ebda_rsrc_rsrc()
952 rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_addr); in ebda_rsrc_rsrc()
966 rsrc_ptr->dev_fun = readb(io_mem + addr + 1); in ebda_rsrc_rsrc()
973 rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_addr); in ebda_rsrc_rsrc()
1109 if ((dev->devfn == ctrl->u.pci_ctlr.dev_fun) in ibmphp_probe()
[all...]
H A Dibmphp.h195 u8 dev_fun; member
225 u8 dev_fun; member
H A Dibmphp_res.c70 rs->devfunc = curr->dev_fun; in alloc_resources()
/kernel/linux/linux-5.10/drivers/scsi/arcmsr/
H A Darcmsr_hba.c1018 uint8_t bus,dev_fun; in arcmsr_probe() local
1030 dev_fun = pdev->devfn; in arcmsr_probe()
1048 host->unique_id = (bus << 8) | dev_fun; in arcmsr_probe()
/kernel/linux/linux-6.6/drivers/scsi/arcmsr/
H A Darcmsr_hba.c1027 uint8_t bus,dev_fun; in arcmsr_probe() local
1039 dev_fun = pdev->devfn; in arcmsr_probe()
1057 host->unique_id = (bus << 8) | dev_fun; in arcmsr_probe()

Completed in 22 milliseconds