Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dcore_acl_flex_actions.c82 struct mlxsw_afa_set { struct
90 struct mlxsw_afa_set *next; /* Pointer to the next set. */ argument
91 struct mlxsw_afa_set *prev; /* Pointer to the previous set, argument
101 .key_offset = offsetof(struct mlxsw_afa_set, ht_key),
102 .head_offset = offsetof(struct mlxsw_afa_set, ht_node),
162 static void mlxsw_afa_set_goto_set(struct mlxsw_afa_set *set, in mlxsw_afa_set_goto_set()
174 static void mlxsw_afa_set_next_set(struct mlxsw_afa_set *set, in mlxsw_afa_set_next_set()
183 static struct mlxsw_afa_set *mlxsw_afa_set_create(bool is_first) in mlxsw_afa_set_create()
185 struct mlxsw_afa_set *set; in mlxsw_afa_set_create()
197 static void mlxsw_afa_set_destroy(struct mlxsw_afa_set *set) in mlxsw_afa_set_destroy()
[all …]