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.c47 [DR_ACTION_TYP_MAX] = "DR_ACTION_UNKNOWN",
52 if (action_id > DR_ACTION_TYP_MAX) in dr_action_id_to_str()
53 action_id = DR_ACTION_TYP_MAX; in dr_action_id_to_str()
58 next_action_state[DR_ACTION_DOMAIN_MAX][DR_ACTION_STATE_MAX][DR_ACTION_TYP_MAX] = {
649 u8 action_type_set[DR_ACTION_TYP_MAX] = {}; in mlx5dr_actions_build_ste_arr()
861 static unsigned int action_size[DR_ACTION_TYP_MAX] = {
884 if (action_type < DR_ACTION_TYP_MAX) in dr_action_create_generic()
Ddr_types.h131 DR_ACTION_TYP_MAX, enumerator