Searched refs:pciaddr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/dev/hptrr/ |
| D | hptrr_osm_bsd.c | 105 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()
|
| D | os_bsd.h | 139 PCI_ADDRESS pciaddr; member
|
| /freebsd-12-stable/sys/dev/hpt27xx/ |
| D | hpt27xx_osm_bsd.c | 98 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()
|
| D | os_bsd.h | 136 PCI_ADDRESS pciaddr; member
|
| /freebsd-12-stable/sys/dev/hptnr/ |
| D | hptnr_osm_bsd.c | 99 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()
|
| D | os_bsd.h | 138 PCI_ADDRESS pciaddr; member
|