Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.h888 void set_qmap(portid_t port_id, uint8_t is_rx, uint16_t queue_id, uint8_t map_value);
H A Dconfig.c4529 set_qmap(portid_t port_id, uint8_t is_rx, uint16_t queue_id, uint8_t map_value) in set_qmap() function
H A Dcmdline.c8336 set_qmap(res->port_id, (uint8_t)is_rx, res->queue_id, res->map_value); in cmd_set_qmap_parsed()