Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_nve.c768 char sfdf_pl[MLXSW_REG_SFDF_LEN]; in mlxsw_sp_nve_fdb_flush_by_fid() local
770 mlxsw_reg_sfdf_pack(sfdf_pl, MLXSW_REG_SFDF_FLUSH_PER_NVE_AND_FID); in mlxsw_sp_nve_fdb_flush_by_fid()
771 mlxsw_reg_sfdf_fid_set(sfdf_pl, fid_index); in mlxsw_sp_nve_fdb_flush_by_fid()
772 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sfdf), sfdf_pl); in mlxsw_sp_nve_fdb_flush_by_fid()
Dspectrum_switchdev.c1264 char sfdf_pl[MLXSW_REG_SFDF_LEN]; in mlxsw_sp_bridge_port_fdb_flush() local
1268 mlxsw_reg_sfdf_pack(sfdf_pl, mlxsw_sp_fdb_flush_type(lagged)); in mlxsw_sp_bridge_port_fdb_flush()
1269 mlxsw_reg_sfdf_fid_set(sfdf_pl, fid_index); in mlxsw_sp_bridge_port_fdb_flush()
1270 mlxsw_reg_sfdf_port_fid_system_port_set(sfdf_pl, system_port); in mlxsw_sp_bridge_port_fdb_flush()
1272 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sfdf), sfdf_pl); in mlxsw_sp_bridge_port_fdb_flush()