Searched refs:mlxsw_afa_set (Results 1 – 1 of 1) sorted by relevance
89 struct mlxsw_afa_set { struct99 struct mlxsw_afa_set *next; /* Pointer to the next set. */ argument100 struct mlxsw_afa_set *prev; /* Pointer to the previous set, argument110 .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 …]