Searched refs:actions_list (Results 1 – 3 of 3) sorted by relevance
942 } actions_list[] = { in fill_actions() local1118 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()
1778 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()
225 struct port_shared_action *actions_list; member