Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_action.c48 [DR_ACTION_TYP_MAX] = "DR_ACTION_UNKNOWN",
53 if (action_id > DR_ACTION_TYP_MAX) in dr_action_id_to_str()
54 action_id = DR_ACTION_TYP_MAX; in dr_action_id_to_str()
59 next_action_state[DR_ACTION_DOMAIN_MAX][DR_ACTION_STATE_MAX][DR_ACTION_TYP_MAX] = {
759 u8 action_type_set[DR_ACTION_TYP_MAX] = {}; in mlx5dr_actions_build_ste_arr()
966 static unsigned int action_size[DR_ACTION_TYP_MAX] = {
990 if (action_type < DR_ACTION_TYP_MAX) in dr_action_create_generic()
H A Ddr_types.h140 DR_ACTION_TYP_MAX, enumerator