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