Home
last modified time | relevance | path

Searched refs:PRINT_PACKET (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Dvirtio_net.c58 PRINT_PACKET(dev, (uintptr_t)elem[i].dst, elem[i].len, 0); in do_data_copy_enqueue()
790 PRINT_PACKET(dev, (uintptr_t)dst, in copy_vnet_hdr_to_desc()
890 PRINT_PACKET(dev, (uintptr_t)hdr_addr, in copy_mbuf_to_desc()
910 PRINT_PACKET(dev, (uintptr_t)(buf_addr + buf_offset), in copy_mbuf_to_desc()
1064 PRINT_PACKET(dev, (uintptr_t)hdr_addr, in async_mbuf_to_desc()
1107 PRINT_PACKET(dev, in async_mbuf_to_desc()
1977 PRINT_PACKET(dev, in copy_desc_to_mbuf()
2019 PRINT_PACKET(dev, (uintptr_t)buf_addr, in copy_desc_to_mbuf()
H A Dvhost.h526 #define PRINT_PACKET(device, addr, size, header) do { \ macro
544 #define PRINT_PACKET(device, addr, size, header) do {} while (0) macro