Home
last modified time | relevance | path

Searched refs:DR_ACTION_TYP_MAX (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_action.c44 [DR_ACTION_TYP_MAX] = "DR_ACTION_UNKNOWN",
49 if (action_id > DR_ACTION_TYP_MAX) in dr_action_id_to_str()
50 action_id = DR_ACTION_TYP_MAX; in dr_action_id_to_str()
55 next_action_state[DR_ACTION_DOMAIN_MAX][DR_ACTION_STATE_MAX][DR_ACTION_TYP_MAX] = {
556 u8 action_type_set[DR_ACTION_TYP_MAX] = {}; in mlx5dr_actions_build_ste_arr()
765 static unsigned int action_size[DR_ACTION_TYP_MAX] = {
787 if (action_type < DR_ACTION_TYP_MAX) in dr_action_create_generic()
Ddr_types.h127 DR_ACTION_TYP_MAX, enumerator