Lines Matching refs:alloc
48 static void igb_send_verify(QE1000E *d, int *test_sockets, QGuestAllocator *alloc) in igb_send_verify() argument
56 uint64_t data = guest_alloc(alloc, sizeof(buffer)); in igb_send_verify()
85 guest_free(alloc, data); in igb_send_verify()
88 static void igb_receive_verify(QE1000E *d, int *test_sockets, QGuestAllocator *alloc) in igb_receive_verify() argument
112 uint64_t data = guest_alloc(alloc, sizeof(buffer)); in igb_receive_verify()
133 guest_free(alloc, data); in igb_receive_verify()
136 static void test_e1000e_init(void *obj, void *data, QGuestAllocator * alloc) in test_e1000e_init() argument
141 static void test_igb_tx(void *obj, void *data, QGuestAllocator * alloc) in test_igb_tx() argument
153 igb_send_verify(d, data, alloc); in test_igb_tx()
156 static void test_igb_rx(void *obj, void *data, QGuestAllocator * alloc) in test_igb_rx() argument
168 igb_receive_verify(d, data, alloc); in test_igb_rx()
172 QGuestAllocator *alloc) in test_igb_multiple_transfers() argument
188 igb_send_verify(d, data, alloc); in test_igb_multiple_transfers()
189 igb_receive_verify(d, data, alloc); in test_igb_multiple_transfers()
225 static void test_igb_hotplug(void *obj, void *data, QGuestAllocator * alloc) in test_igb_hotplug() argument