Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/null/
H A Drte_eth_null.c43 unsigned int packet_copy; member
50 unsigned int packet_copy; member
536 internals->packet_copy = args->packet_copy; in eth_dev_null_create()
558 if (internals->packet_copy) { in eth_dev_null_create()
595 unsigned int *packet_copy = extra_args; in get_packet_copy_arg() local
601 if (*packet_copy == UINT_MAX) in get_packet_copy_arg()
630 .packet_copy = default_packet_copy, in rte_pmd_null_probe()
656 if (internals->packet_copy) { in rte_pmd_null_probe()
684 &get_packet_copy_arg, &args.packet_copy); in rte_pmd_null_probe()
694 if (args.no_rx && args.packet_copy) { in rte_pmd_null_probe()
[all …]