Searched refs:pcidev_info (Results 1 – 1 of 1) sorted by relevance
3594 struct bfa_pcidev pcidev_info; in bnad_pci_probe() local3660 pcidev_info.pci_slot = PCI_SLOT(bnad->pcidev->devfn); in bnad_pci_probe()3661 pcidev_info.pci_func = PCI_FUNC(bnad->pcidev->devfn); in bnad_pci_probe()3662 pcidev_info.device_id = bnad->pcidev->device; in bnad_pci_probe()3663 pcidev_info.pci_bar_kva = bnad->bar0; in bnad_pci_probe()3666 bna_init(bna, bnad, &pcidev_info, &bnad->res_info[0]); in bnad_pci_probe()