Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dcore_acl_flex_actions.c89 struct mlxsw_afa_set { struct
99 struct mlxsw_afa_set *next; /* Pointer to the next set. */ argument
100 struct mlxsw_afa_set *prev; /* Pointer to the previous set, argument
110 .key_offset = offsetof(struct mlxsw_afa_set, ht_key),
111 .head_offset = offsetof(struct mlxsw_afa_set, ht_node),
254 static void mlxsw_afa_set_goto_set(struct mlxsw_afa_set *set, in mlxsw_afa_set_goto_set()
266 static void mlxsw_afa_set_next_set(struct mlxsw_afa_set *set, in mlxsw_afa_set_next_set()
275 static struct mlxsw_afa_set *mlxsw_afa_set_create(bool is_first) in mlxsw_afa_set_create()
277 struct mlxsw_afa_set *set; in mlxsw_afa_set_create()
289 static void mlxsw_afa_set_destroy(struct mlxsw_afa_set *set) in mlxsw_afa_set_destroy()
[all …]