Searched refs:map_value (Results 1 – 3 of 3) sorted by relevance
| /dpdk/app/test-pmd/ |
| H A D | testpmd.h | 1013 void set_qmap(portid_t port_id, uint8_t is_rx, uint16_t queue_id, uint8_t map_value);
|
| H A D | config.c | 5523 set_qmap(portid_t port_id, uint8_t is_rx, uint16_t queue_id, uint8_t map_value) in set_qmap() argument 5533 if (map_value >= RTE_ETHDEV_QUEUE_STAT_CNTRS) { in set_qmap() 5541 map_value); in set_qmap() 5549 map_value); in set_qmap()
|
| H A D | cmdline.c | 9012 uint8_t map_value; member 9023 set_qmap(res->port_id, (uint8_t)is_rx, res->queue_id, res->map_value); in cmd_set_qmap_parsed() 9043 map_value, RTE_UINT8);
|