Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
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 …]
Dreg.h1087 MLXSW_ITEM32(reg, sfgc, flood_table, 0x04, 0, 6);
1113 unsigned int flood_table, u16 mid_base) in mlxsw_reg_sfgc_pack() argument
1119 mlxsw_reg_sfgc_flood_table_set(payload, flood_table); in mlxsw_reg_sfgc_pack()