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