Searched refs:actions_list (Results 1 – 3 of 3) sorted by relevance
954 } actions_list[] = { in fill_actions() local1136 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()
1609 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()
274 struct port_indirect_action *actions_list; member