Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c383 uint16_t hairpin_mode; variable
2377 uint32_t tx_exp = hairpin_mode & 0x10; in setup_hairpin_queues()
2379 if (!(hairpin_mode & 0xf)) { in setup_hairpin_queues()
2383 } else if (hairpin_mode & 0x1) { in setup_hairpin_queues()
2399 } else if (hairpin_mode & 0x2) { in setup_hairpin_queues()
2707 if (hairpin_mode & 0xf) { in start_port()
2793 if (hairpin_mode & 0xf) { in stop_port()
H A Dtestpmd.h456 extern uint16_t hairpin_mode;
H A Dparameters.c1145 hairpin_mode = (uint16_t)n; in launch_args_parse()