Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-flow-perf/
H A Dactions_gen.c942 } actions_list[] = { in fill_actions() local
1118 for (i = 0; i < RTE_DIM(actions_list); i++) { in fill_actions()
1120 actions_list[i].mask) == 0) in fill_actions()
1122 actions_list[i].funct( in fill_actions()
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c1778 ppsa = &port->actions_list; in action_get_by_id()
1807 if (port->actions_list) { in action_alloc()
1808 if (port->actions_list->id == UINT32_MAX - 1) { in action_alloc()
1813 id = port->actions_list->id + 1; in action_alloc()
1824 ppsa = &port->actions_list; in action_alloc()
1889 tmp = &port->actions_list; in port_shared_action_destroy()
H A Dtestpmd.h225 struct port_shared_action *actions_list; member