Lines Matching refs:hinfo
3797 gather_hbainfo(adapter_t *adapter, mraid_hba_info_t *hinfo) in gather_hbainfo() argument
3803 hinfo->pci_vendor_id = adapter->pdev->vendor; in gather_hbainfo()
3804 hinfo->pci_device_id = adapter->pdev->device; in gather_hbainfo()
3805 hinfo->subsys_vendor_id = adapter->pdev->subsystem_vendor; in gather_hbainfo()
3806 hinfo->subsys_device_id = adapter->pdev->subsystem_device; in gather_hbainfo()
3808 hinfo->pci_bus = adapter->pdev->bus->number; in gather_hbainfo()
3809 hinfo->pci_dev_fn = adapter->pdev->devfn; in gather_hbainfo()
3810 hinfo->pci_slot = PCI_SLOT(adapter->pdev->devfn); in gather_hbainfo()
3811 hinfo->irq = adapter->host->irq; in gather_hbainfo()
3812 hinfo->baseport = ADAP2RAIDDEV(adapter)->baseport; in gather_hbainfo()
3814 hinfo->unique_id = (hinfo->pci_bus << 8) | adapter->pdev->devfn; in gather_hbainfo()
3815 hinfo->host_no = adapter->host->host_no; in gather_hbainfo()