Home
last modified time | relevance | path

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

/dpdk/app/test-flow-perf/
H A Dactions_gen.c954 } actions_list[] = { in fill_actions() local
1136 for (i = 0; i < RTE_DIM(actions_list); i++) { in fill_actions()
1138 actions_list[i].mask) == 0) in fill_actions()
1140 actions_list[i].funct( in fill_actions()
/dpdk/app/test-pmd/
H A Dconfig.c1609 ppia = &port->actions_list; in action_get_by_id()
1639 if (port->actions_list) { in action_alloc()
1640 if (port->actions_list->id == UINT32_MAX - 1) { in action_alloc()
1645 id = port->actions_list->id + 1; in action_alloc()
1657 ppia = &port->actions_list; in action_alloc()
1875 tmp = &port->actions_list; in port_action_handle_destroy()
2729 tmp = &port->actions_list; in port_queue_action_handle_destroy()
H A Dtestpmd.h274 struct port_indirect_action *actions_list; member