Lines Matching refs:alloc
44 static void e1000e_send_verify(QE1000E *d, int *test_sockets, QGuestAllocator *alloc) in e1000e_send_verify() argument
52 uint64_t data = guest_alloc(alloc, sizeof(buffer)); in e1000e_send_verify()
82 guest_free(alloc, data); in e1000e_send_verify()
85 static void e1000e_receive_verify(QE1000E *d, int *test_sockets, QGuestAllocator *alloc) in e1000e_receive_verify() argument
109 uint64_t data = guest_alloc(alloc, sizeof(buffer)); in e1000e_receive_verify()
130 guest_free(alloc, data); in e1000e_receive_verify()
133 static void test_e1000e_init(void *obj, void *data, QGuestAllocator * alloc) in test_e1000e_init() argument
138 static void test_e1000e_tx(void *obj, void *data, QGuestAllocator * alloc) in test_e1000e_tx() argument
150 e1000e_send_verify(d, data, alloc); in test_e1000e_tx()
153 static void test_e1000e_rx(void *obj, void *data, QGuestAllocator * alloc) in test_e1000e_rx() argument
165 e1000e_receive_verify(d, data, alloc); in test_e1000e_rx()
169 QGuestAllocator *alloc) in test_e1000e_multiple_transfers() argument
185 e1000e_send_verify(d, data, alloc); in test_e1000e_multiple_transfers()
186 e1000e_receive_verify(d, data, alloc); in test_e1000e_multiple_transfers()
191 static void test_e1000e_hotplug(void *obj, void *data, QGuestAllocator * alloc) in test_e1000e_hotplug() argument