Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_fid.c100 const struct mlxsw_sp_flood_table *flood_table);
104 const struct mlxsw_sp_flood_table *flood_table);
358 const struct mlxsw_sp_flood_table *flood_table; in mlxsw_sp_fid_flood_table_lookup() local
360 flood_table = &fid_family->flood_profile->flood_tables[i]; in mlxsw_sp_fid_flood_table_lookup()
361 if (flood_table->packet_type != packet_type) in mlxsw_sp_fid_flood_table_lookup()
363 return flood_table; in mlxsw_sp_fid_flood_table_lookup()
417 const struct mlxsw_sp_flood_table *flood_table) in mlxsw_sp_fid_pgt_base_ctl() argument
422 return fid_family->pgt_base + num_fids * flood_table->table_index; in mlxsw_sp_fid_pgt_base_ctl()
427 const struct mlxsw_sp_flood_table *flood_table) in mlxsw_sp_fid_fid_mid_ctl() argument
429 return mlxsw_sp_fid_pgt_base_ctl(fid->fid_family, flood_table) + in mlxsw_sp_fid_fid_mid_ctl()
[all …]