Searched refs:n_args (Results 1 – 5 of 5) sorted by relevance
48 int h_present, p_present, s_present, n_args, i; in parse_args() local51 n_args = argc; in parse_args()52 for (i = 0; i < n_args; i++) in parse_args()59 if (i == n_args) in parse_args()
61 int h_present, p_present, s_present, n_args, i; in parse_args() local64 n_args = argc; in parse_args()65 for (i = 0; i < n_args; i++) in parse_args()72 if (i == n_args) in parse_args()
1222 a->args = calloc(a->info.n_args, in rte_swx_ctl_pipeline_create()1227 for (j = 0; j < a->info.n_args; j++) { in rte_swx_ctl_pipeline_create()1237 for (j = 0; j < a->info.n_args; j++) { in rte_swx_ctl_pipeline_create()2784 if (n_tokens < 2 + action->info.n_args * 2) in rte_swx_ctl_pipeline_table_entry_read()2791 for (i = 0; i < action->info.n_args; i++) { in rte_swx_ctl_pipeline_table_entry_read()2818 tokens += 2 + action->info.n_args * 2; in rte_swx_ctl_pipeline_table_entry_read()2819 n_tokens -= 2 + action->info.n_args * 2; in rte_swx_ctl_pipeline_table_entry_read()2908 if (n_tokens < 2 + action->info.n_args * 2) in rte_swx_ctl_pipeline_learner_default_entry_read()2915 for (i = 0; i < action->info.n_args; i++) { in rte_swx_ctl_pipeline_learner_default_entry_read()2942 tokens += 2 + action->info.n_args * 2; in rte_swx_ctl_pipeline_learner_default_entry_read()[all …]
147 uint32_t n_args; member
9394 action->n_args = a->st ? a->st->n_fields : 0; in rte_swx_ctl_action_info_get()