Home
last modified time | relevance | path

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

/dpdk/lib/table/
H A Drte_swx_table_selector.c197 free(t->params.selector_mask); in rte_swx_table_selector_free()
230 t->params.selector_mask = NULL; in table_params_copy()
239 t->params.selector_mask = calloc(selector_size, sizeof(uint8_t)); in table_params_copy()
240 if (!t->params.selector_mask) in table_params_copy()
243 if (params->selector_mask) in table_params_copy()
244 memcpy(t->params.selector_mask, params->selector_mask, params->selector_size); in table_params_copy()
246 memset(t->params.selector_mask, 0xFF, params->selector_size); in table_params_copy()
251 free(t->params.selector_mask); in table_params_copy()
252 t->params.selector_mask = NULL; in table_params_copy()
568 t->params.selector_mask, in rte_swx_table_selector_select()
H A Drte_swx_table_selector.h43 uint8_t *selector_mask; member
/dpdk/lib/pipeline/
H A Drte_swx_ctl.c879 free(s->params.selector_mask); in selector_free()
906 uint8_t *selector_mask = NULL; in selector_params_get() local
930 selector_mask = calloc(1, selector_size); in selector_params_get()
931 if (!selector_mask) in selector_params_get()
942 memset(&selector_mask[start], 0xFF, size); in selector_params_get()
949 s->params.selector_mask = selector_mask; in selector_params_get()
H A Drte_swx_pipeline.c7888 free(params->selector_mask); in selector_params_free()
7927 params->selector_mask = calloc(1, params->selector_size); in selector_table_params_get()
7928 if (!params->selector_mask) in selector_table_params_get()
7937 memset(&params->selector_mask[start], 0xFF, size); in selector_table_params_get()