Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/hptrr/
Dhptrr_osm_bsd.c105 hba->pciaddr.tree = 0; in hpt_attach()
106 hba->pciaddr.bus = pci_get_bus(dev); in hpt_attach()
107 hba->pciaddr.device = pci_get_slot(dev); in hpt_attach()
108 hba->pciaddr.function = pci_get_function(dev); in hpt_attach()
110 if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) { in hpt_attach()
116 hba->pciaddr.bus, hba->pciaddr.device, hba->pciaddr.function, pci_get_irq(dev)); in hpt_attach()
Dos_bsd.h139 PCI_ADDRESS pciaddr; member
/freebsd-12-stable/sys/dev/hpt27xx/
Dhpt27xx_osm_bsd.c98 hba->pciaddr.tree = 0; in hpt_attach()
99 hba->pciaddr.bus = pci_get_bus(dev); in hpt_attach()
100 hba->pciaddr.device = pci_get_slot(dev); in hpt_attach()
101 hba->pciaddr.function = pci_get_function(dev); in hpt_attach()
103 if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) { in hpt_attach()
109 hba->pciaddr.bus, hba->pciaddr.device, hba->pciaddr.function, pci_get_irq(dev)); in hpt_attach()
Dos_bsd.h136 PCI_ADDRESS pciaddr; member
/freebsd-12-stable/sys/dev/hptnr/
Dhptnr_osm_bsd.c99 hba->pciaddr.tree = 0; in hpt_attach()
100 hba->pciaddr.bus = pci_get_bus(dev); in hpt_attach()
101 hba->pciaddr.device = pci_get_slot(dev); in hpt_attach()
102 hba->pciaddr.function = pci_get_function(dev); in hpt_attach()
104 if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) { in hpt_attach()
110 hba->pciaddr.bus, hba->pciaddr.device, hba->pciaddr.function, pci_get_irq(dev)); in hpt_attach()
Dos_bsd.h138 PCI_ADDRESS pciaddr; member