Searched refs:pcidev_info (Results 1 – 1 of 1) sorted by relevance
3581 struct bfa_pcidev pcidev_info; in bnad_pci_probe() local3642 pcidev_info.pci_slot = PCI_SLOT(bnad->pcidev->devfn); in bnad_pci_probe()3643 pcidev_info.pci_func = PCI_FUNC(bnad->pcidev->devfn); in bnad_pci_probe()3644 pcidev_info.device_id = bnad->pcidev->device; in bnad_pci_probe()3645 pcidev_info.pci_bar_kva = bnad->bar0; in bnad_pci_probe()3648 bna_init(bna, bnad, &pcidev_info, &bnad->res_info[0]); in bnad_pci_probe()