Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c7554 uint32_t ads = action->st ? action->st->n_bits / 8 : 0; in table_params_get() local
7556 if (ads > action_data_size) in table_params_get()
7557 action_data_size = ads; in table_params_get()