Home
last modified time | relevance | path

Searched refs:get_pci_info (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h1787 int (*get_pci_info) (struct qlcnic_adapter *, struct qlcnic_pci_info *); member
1976 return adapter->ahw->hw_ops->get_pci_info(adapter, info); in qlcnic_get_pci_info()
H A Dqlcnic_sriov_common.c65 .get_pci_info = qlcnic_83xx_get_pci_info,
H A Dqlcnic_main.c576 .get_pci_info = qlcnic_82xx_get_pci_info,
H A Dqlcnic_83xx_hw.c216 .get_pci_info = qlcnic_83xx_get_pci_info,
/openbmc/qemu/qga/
H A Dcommands-win32.c597 static GuestPCIAddress *get_pci_info(int number, Error **errp) in get_pci_info() function
866 disk->pci_controller = get_pci_info(disk_number, &local_err); in get_single_disk_info()