Searched refs:flood_table (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_fid.c | 335 const struct mlxsw_sp_flood_table *flood_table, in mlxsw_sp_fid_flood_table_mid() argument 341 return fid_family->pgt_base + num_fids * flood_table->table_index + in mlxsw_sp_fid_flood_table_mid() 350 const struct mlxsw_sp_flood_table *flood_table; in mlxsw_sp_fid_flood_set() local 356 flood_table = mlxsw_sp_fid_flood_table_lookup(fid, packet_type); in mlxsw_sp_fid_flood_set() 357 if (!flood_table) in mlxsw_sp_fid_flood_set() 360 mid_index = mlxsw_sp_fid_flood_table_mid(fid_family, flood_table, in mlxsw_sp_fid_flood_set() 1662 const struct mlxsw_sp_flood_table *flood_table) in mlxsw_sp_fid_flood_table_init() argument 1664 enum mlxsw_sp_flood_type packet_type = flood_table->packet_type; in mlxsw_sp_fid_flood_table_init() 1670 mid_base = mlxsw_sp_fid_flood_table_mid(fid_family, flood_table, 0); in mlxsw_sp_fid_flood_table_init() 1684 flood_table->table_type, 0, mid_base); in mlxsw_sp_fid_flood_table_init() [all …]
|
D | reg.h | 1094 MLXSW_ITEM32(reg, sfgc, flood_table, 0x04, 0, 6); 1120 unsigned int flood_table, u16 mid_base) in mlxsw_reg_sfgc_pack() argument 1126 mlxsw_reg_sfgc_flood_table_set(payload, flood_table); in mlxsw_reg_sfgc_pack()
|