Searched refs:QE1000E (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | e1000e.h | 30 typedef struct QE1000E QE1000E; typedef 33 struct QE1000E { struct 42 QE1000E e1000e; argument 45 static inline void e1000e_macreg_write(QE1000E *d, uint32_t reg, uint32_t val) in e1000e_macreg_write() 51 static inline uint32_t e1000e_macreg_read(QE1000E *d, uint32_t reg) in e1000e_macreg_read() 57 void e1000e_wait_isr(QE1000E *d, uint16_t msg_id); 58 void e1000e_tx_ring_push(QE1000E *d, void *descr); 59 void e1000e_rx_ring_push(QE1000E *d, void *descr);
|
H A D | e1000e.c | 39 void e1000e_tx_ring_push(QE1000E *d, void *descr) in e1000e_tx_ring_push() 56 void e1000e_rx_ring_push(QE1000E *d, void *descr) in e1000e_rx_ring_push() 80 void e1000e_wait_isr(QE1000E *d, uint16_t msg_id) in e1000e_wait_isr()
|
/openbmc/qemu/tests/qtest/ |
H A D | igb-test.c | 48 static void igb_send_verify(QE1000E *d, int *test_sockets, QGuestAllocator *alloc) in igb_send_verify() 88 static void igb_receive_verify(QE1000E *d, int *test_sockets, QGuestAllocator *alloc) in igb_receive_verify() 144 QE1000E *d = &e1000e->e1000e; in test_igb_tx() 159 QE1000E *d = &e1000e->e1000e; in test_igb_rx() 178 QE1000E *d = &e1000e->e1000e; in test_igb_multiple_transfers()
|
H A D | e1000e-test.c | 44 static void e1000e_send_verify(QE1000E *d, int *test_sockets, QGuestAllocator *alloc) in e1000e_send_verify() 85 static void e1000e_receive_verify(QE1000E *d, int *test_sockets, QGuestAllocator *alloc) in e1000e_receive_verify() 141 QE1000E *d = &e1000e->e1000e; in test_e1000e_tx() 156 QE1000E *d = &e1000e->e1000e; in test_e1000e_rx() 175 QE1000E *d = &e1000e->e1000e; in test_e1000e_multiple_transfers()
|