Searched refs:MSG_CMD_FAIL (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cli.c | 32 #define MSG_CMD_FAIL "Command \"%s\" failed.\n" macro 101 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_mempool() 145 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_link() 184 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_swq() 271 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_shaper_profile() 337 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_shared_shaper() 502 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_node() 1381 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_hierarchy_default() 1421 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_hierarchy_commit() 1448 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr() [all …]
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | cli.c | 41 #define MSG_CMD_FAIL "Command \"%s\" failed.\n" macro 120 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_mempool() 238 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_link() 385 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_swq() 436 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_subport_profile() 499 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_pipe_profile() 592 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr() 630 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_subport() 701 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_subport_pipe() 728 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tap() [all …]
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | cli.c | 36 #define MSG_CMD_FAIL "Command \"%s\" failed.\n" macro 221 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_mempool() 340 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_link() 1114 snprintf(out, out_size, MSG_CMD_FAIL, "thread pipeline enable"); in cmd_thread_pipeline_enable() 1163 snprintf(out, out_size, MSG_CMD_FAIL, in cmd_thread_pipeline_disable()
|