Searched refs:sfdf_pl (Results 1 – 2 of 2) sorted by relevance
778 char sfdf_pl[MLXSW_REG_SFDF_LEN]; in mlxsw_sp_nve_fdb_flush_by_fid() local780 mlxsw_reg_sfdf_pack(sfdf_pl, MLXSW_REG_SFDF_FLUSH_PER_NVE_AND_FID); in mlxsw_sp_nve_fdb_flush_by_fid()781 mlxsw_reg_sfdf_fid_set(sfdf_pl, fid_index); in mlxsw_sp_nve_fdb_flush_by_fid()782 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sfdf), sfdf_pl); in mlxsw_sp_nve_fdb_flush_by_fid()
1623 char sfdf_pl[MLXSW_REG_SFDF_LEN]; in mlxsw_sp_bridge_port_fdb_flush() local1627 mlxsw_reg_sfdf_pack(sfdf_pl, mlxsw_sp_fdb_flush_type(lagged)); in mlxsw_sp_bridge_port_fdb_flush()1628 mlxsw_reg_sfdf_fid_set(sfdf_pl, fid_index); in mlxsw_sp_bridge_port_fdb_flush()1629 mlxsw_reg_sfdf_port_fid_system_port_set(sfdf_pl, system_port); in mlxsw_sp_bridge_port_fdb_flush()1631 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sfdf), sfdf_pl); in mlxsw_sp_bridge_port_fdb_flush()