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