Home
last modified time | relevance | path

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

/dpdk/drivers/net/null/
H A Drte_eth_null.c43 unsigned int packet_copy; member
50 unsigned int packet_copy; member
546 internals->packet_copy = args->packet_copy; in eth_dev_null_create()
568 if (internals->packet_copy) { in eth_dev_null_create()
605 unsigned int *packet_copy = extra_args; in get_packet_copy_arg() local
611 if (*packet_copy == UINT_MAX) in get_packet_copy_arg()
640 .packet_copy = default_packet_copy, in rte_pmd_null_probe()
666 if (internals->packet_copy) { in rte_pmd_null_probe()
694 &get_packet_copy_arg, &args.packet_copy); in rte_pmd_null_probe()
704 if (args.no_rx && args.packet_copy) { in rte_pmd_null_probe()
[all …]