Home
last modified time | relevance | path

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

/f-stack/dpdk/app/proc-info/
H A Dmain.c42 #define MAX_LONG_OPT_SZ 64 macro
60 static char host_id[MAX_LONG_OPT_SZ];
251 MAX_LONG_OPT_SZ)) in proc_info_parse_args()
255 MAX_LONG_OPT_SZ)) in proc_info_parse_args()
259 MAX_LONG_OPT_SZ)) in proc_info_parse_args()
263 MAX_LONG_OPT_SZ)) in proc_info_parse_args()
267 MAX_LONG_OPT_SZ)) in proc_info_parse_args()
270 "show-port", MAX_LONG_OPT_SZ)) in proc_info_parse_args()
273 "show-tm", MAX_LONG_OPT_SZ)) in proc_info_parse_args()
276 "show-crypto", MAX_LONG_OPT_SZ)) in proc_info_parse_args()
[all …]
/f-stack/dpdk/examples/vhost/
H A Dmain.c60 #define MAX_LONG_OPT_SZ 64 macro
101 static char dma_type[MAX_LONG_OPT_SZ];
521 MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
535 if (!strncmp(long_option[option_index].name, "rx-retry", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
547 if (!strncmp(long_option[option_index].name, "tx-csum", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
558 if (!strncmp(long_option[option_index].name, "tso", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
611 if (!strncmp(long_option[option_index].name, "stats", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
625 "socket-file", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
636 "dma-type", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
637 if (strlen(optarg) >= MAX_LONG_OPT_SZ) { in us_vhost_parse_args()
[all …]
/f-stack/dpdk/app/pdump/
H A Dmain.c64 #define MAX_LONG_OPT_SZ 64 macro