Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A De1000e.h31 typedef struct QE1000E_PCI QE1000E_PCI; typedef
38 struct QE1000E_PCI { struct
47 QE1000E_PCI *d_pci = container_of(d, QE1000E_PCI, e1000e); in e1000e_macreg_write() argument
53 QE1000E_PCI *d_pci = container_of(d, QE1000E_PCI, e1000e); in e1000e_macreg_read()
H A De1000e.c41 QE1000E_PCI *d_pci = container_of(d, QE1000E_PCI, e1000e); in e1000e_tx_ring_push()
58 QE1000E_PCI *d_pci = container_of(d, QE1000E_PCI, e1000e); in e1000e_rx_ring_push()
82 QE1000E_PCI *d_pci = container_of(d, QE1000E_PCI, e1000e); in e1000e_wait_isr()
97 QE1000E_PCI *epci = (QE1000E_PCI *) obj; in e1000e_pci_destructor()
104 QE1000E_PCI *d = (QE1000E_PCI *) obj; in e1000e_pci_start_hw()
164 QE1000E_PCI *epci = obj; in e1000e_pci_get_driver()
181 QE1000E_PCI *d = g_new0(QE1000E_PCI, 1); in e1000e_pci_create()
H A Digb.c49 QE1000E_PCI *epci = (QE1000E_PCI *) obj; in e1000e_pci_destructor()
57 QE1000E_PCI *d = (QE1000E_PCI *) obj; in igb_pci_start_hw()
130 QE1000E_PCI *epci = obj; in igb_pci_get_driver()
146 QE1000E_PCI *d = g_new0(QE1000E_PCI, 1); in igb_pci_create()
/openbmc/qemu/tests/qtest/
H A De1000e-test.c140 QE1000E_PCI *e1000e = obj; in test_e1000e_tx()
155 QE1000E_PCI *e1000e = obj; in test_e1000e_rx()
174 QE1000E_PCI *e1000e = obj; in test_e1000e_multiple_transfers()
194 QE1000E_PCI *dev = obj; in test_e1000e_hotplug()
H A Digb-test.c143 QE1000E_PCI *e1000e = obj; in test_igb_tx()
158 QE1000E_PCI *e1000e = obj; in test_igb_rx()
177 QE1000E_PCI *e1000e = obj; in test_igb_multiple_transfers()
228 QE1000E_PCI *dev = obj; in test_igb_hotplug()