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

/freebsd-11-stable/sys/dev/hpt27xx/
H A Dos_bsd.h134 PCI_ADDRESS pciaddr; member in struct:_hba
H A Dhpt27xx_osm_bsd.c96 hba->pciaddr.tree = 0;
97 hba->pciaddr.bus = pci_get_bus(dev);
98 hba->pciaddr.device = pci_get_slot(dev);
99 hba->pciaddr.function = pci_get_function(dev);
101 if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) {
107 hba->pciaddr.bus, hba->pciaddr.device, hba->pciaddr.function, pci_get_irq(dev));
/freebsd-11-stable/sys/dev/hptnr/
H A Dos_bsd.h136 PCI_ADDRESS pciaddr; member in struct:_hba
H A Dhptnr_osm_bsd.c97 hba->pciaddr.tree = 0;
98 hba->pciaddr.bus = pci_get_bus(dev);
99 hba->pciaddr.device = pci_get_slot(dev);
100 hba->pciaddr.function = pci_get_function(dev);
102 if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) {
108 hba->pciaddr.bus, hba->pciaddr.device, hba->pciaddr.function, pci_get_irq(dev));
/freebsd-11-stable/sys/dev/hptrr/
H A Dos_bsd.h137 PCI_ADDRESS pciaddr; member in struct:_hba
H A Dhptrr_osm_bsd.c103 hba->pciaddr.tree = 0;
104 hba->pciaddr.bus = pci_get_bus(dev);
105 hba->pciaddr.device = pci_get_slot(dev);
106 hba->pciaddr.function = pci_get_function(dev);
108 if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) {
114 hba->pciaddr.bus, hba->pciaddr.device, hba->pciaddr.function, pci_get_irq(dev));

Completed in 127 milliseconds