/openbmc/qemu/tests/qtest/libqos/ |
H A D | pci.h | 21 typedef struct QPCIDevice QPCIDevice; typedef 64 struct QPCIDevice struct 80 void (*func)(QPCIDevice *dev, int devfn, void *data), argument 82 QPCIDevice *qpci_device_find(QPCIBus *bus, int devfn); 83 void qpci_device_init(QPCIDevice *dev, QPCIBus *bus, QPCIAddress *addr); 86 bool qpci_has_buggy_msi(QPCIDevice *dev); 87 bool qpci_check_buggy_msi(QPCIDevice *dev); 89 void qpci_device_enable(QPCIDevice *dev); 90 uint8_t qpci_find_capability(QPCIDevice *dev, uint8_t id, uint8_t start_addr); 91 void qpci_msix_enable(QPCIDevice *dev); [all …]
|
H A D | pci.c | 23 void (*func)(QPCIDevice *dev, int devfn, void *data), in qpci_device_foreach() 32 QPCIDevice *dev; in qpci_device_foreach() 56 bool qpci_has_buggy_msi(QPCIDevice *dev) in qpci_has_buggy_msi() 61 bool qpci_check_buggy_msi(QPCIDevice *dev) in qpci_check_buggy_msi() 70 static void qpci_device_set(QPCIDevice *dev, QPCIBus *bus, int devfn) in qpci_device_set() 78 QPCIDevice *qpci_device_find(QPCIBus *bus, int devfn) in qpci_device_find() 80 QPCIDevice *dev; in qpci_device_find() 93 void qpci_device_init(QPCIDevice *dev, QPCIBus *bus, QPCIAddress *addr) in qpci_device_init() 104 static uint8_t qpci_find_resource_reserve_capability(QPCIDevice *dev) in qpci_find_resource_reserve_capability() 136 QPCIDevice *dev; in qpci_secondary_buses_rec() [all …]
|
H A D | igb.c | 40 static void e1000e_foreach_callback(QPCIDevice *dev, int devfn, void *data) in e1000e_foreach_callback() 42 QPCIDevice *res = data; in e1000e_foreach_callback() 43 memcpy(res, dev, sizeof(QPCIDevice)); in e1000e_foreach_callback()
|
H A D | e1000e.c | 73 static void e1000e_foreach_callback(QPCIDevice *dev, int devfn, void *data) in e1000e_foreach_callback() 75 QPCIDevice *res = data; in e1000e_foreach_callback() 76 memcpy(res, dev, sizeof(QPCIDevice)); in e1000e_foreach_callback()
|
H A D | usb.h | 7 QPCIDevice *dev;
|
H A D | sdhci.h | 58 QPCIDevice dev;
|
H A D | tpci200.c | 24 QPCIDevice dev;
|
/openbmc/qemu/tests/qtest/ |
H A D | erst-test.c | 17 static void save_fn(QPCIDevice *dev, int devfn, void *data) in save_fn() 19 QPCIDevice **pdev = (QPCIDevice **) data; in save_fn() 24 static QPCIDevice *get_erst_device(QPCIBus *pcibus) in get_erst_device() 26 QPCIDevice *dev; in get_erst_device() 42 QPCIDevice *dev;
|
H A D | rtl8139-test.c | 25 static QPCIDevice *pcidev; 28 static void save_fn(QPCIDevice *dev, int devfn, void *data) in save_fn() 30 QPCIDevice **pdev = (QPCIDevice **) data; in save_fn() 35 static QPCIDevice *get_device(void) in get_device() 37 QPCIDevice *dev; in get_device()
|
H A D | ide-test.c | 154 static QPCIDevice *get_pci_device(QTestState *qts, QPCIBar *bmdma_bar, in get_pci_device() 157 QPCIDevice *dev; in get_pci_device() 183 static void free_pci_device(QPCIDevice *dev) in free_pci_device() 205 void(*post_exec)(QPCIDevice *dev, QPCIBar ide_bar, in send_dma_request() 208 QPCIDevice *dev; in send_dma_request() 329 QPCIDevice *dev; in test_bmdma_simple_rw() 399 QPCIDevice *dev; in test_bmdma_trim() 461 QPCIDevice *dev = NULL; in test_bmdma_various_prdts() 530 QPCIDevice *dev; in test_bmdma_no_busmaster() 569 QPCIDevice *dev; in test_specify() [all …]
|
H A D | q35-test.c | 61 static void smram_set_bit(QPCIDevice *pcidev, uint8_t mask, bool enabled) in smram_set_bit() 74 static bool smram_test_bit(QPCIDevice *pcidev, uint8_t mask) in smram_test_bit() 85 QPCIDevice *pcidev; in test_smram_lock() 131 QPCIDevice *pcidev; in test_tseg_size() 196 QPCIDevice *pcidev; in test_smram_smbase_lock() 260 QPCIDevice *pcidev; in test_without_smram_base()
|
H A D | ac97-test.c | 20 QPCIDevice dev; 53 QPCIDevice *dev = &ac97->dev; in ac97_playback_upsample() 69 QPCIDevice *dev = &ac97->dev; in ac97_record_downsample()
|
H A D | nvme-test.c | 22 QPCIDevice dev; 53 QPCIDevice *pdev = &nvme->dev; in nvmetest_oob_cmb_test() 73 QPCIDevice *pdev = &nvme->dev; in nvmetest_reg_read_test() 97 QPCIDevice *pdev = &nvme->dev; in nvmetest_pmr_reg_test()
|
H A D | pvpanic-pci-test.c | 28 QPCIDevice *dev; in test_panic_nopause() 61 QPCIDevice *dev; in test_panic() 94 QPCIDevice *dev; in test_pvshutdown()
|
H A D | ivshmem-test.c | 24 static void save_fn(QPCIDevice *dev, int devfn, void *data) in save_fn() 26 QPCIDevice **pdev = (QPCIDevice **) data; in save_fn() 31 static QPCIDevice *get_device(QPCIBus *pcibus) in get_device() 33 QPCIDevice *dev; in get_device() 45 QPCIDevice *dev;
|
H A D | megasas-test.c | 21 QPCIDevice dev; 51 QPCIDevice *dev = &megasas->dev; in megasas_pd_get_info_fuzz()
|
H A D | igb-test.c | 146 QPCIDevice *dev = e_object->get_driver(e_object, "pci-device"); in test_igb_tx() 161 QPCIDevice *dev = e_object->get_driver(e_object, "pci-device"); in test_igb_rx() 180 QPCIDevice *dev = e_object->get_driver(e_object, "pci-device"); in test_igb_multiple_transfers()
|
H A D | e1000e-test.c | 143 QPCIDevice *dev = e_object->get_driver(e_object, "pci-device"); in test_e1000e_tx() 158 QPCIDevice *dev = e_object->get_driver(e_object, "pci-device"); in test_e1000e_rx() 177 QPCIDevice *dev = e_object->get_driver(e_object, "pci-device"); in test_e1000e_multiple_transfers()
|
H A D | tulip-test.c | 22 QPCIDevice dev; 51 QPCIDevice *dev = &tulip_pci->dev; in tulip_large_tx()
|
H A D | i440fx-test.c | 48 QPCIDevice *dev; in test_i440fx_defaults() 145 static void pam_set(QPCIDevice *dev, int index, int flags) in pam_set() 199 QPCIDevice *dev; in test_i440fx_pam()
|
H A D | pcnet-test.c | 20 QPCIDevice dev;
|
H A D | vmxnet3-test.c | 20 QPCIDevice dev;
|
H A D | ne2000-test.c | 20 QPCIDevice dev;
|
H A D | es1370-test.c | 20 QPCIDevice dev;
|
H A D | usb-hcd-ohci-test.c | 21 QPCIDevice dev;
|