Lines Matching refs:packet_copy
43 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
600 *packet_copy = (unsigned int)strtoul(a, NULL, 0); in get_packet_copy_arg()
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()
705 args.packet_copy ? "enabled" : "disabled"); in rte_pmd_null_probe()