Lines Matching refs:MAX_LONG_OPT_SZ
60 #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()
569 if (!strncmp(long_option[option_index].name, "rx-retry-delay", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
581 if (!strncmp(long_option[option_index].name, "rx-retry-num", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
593 if (!strncmp(long_option[option_index].name, "mergeable", 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()
647 "dmas", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()