Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ !
Dspectrum_nve.c778 char sfdf_pl[MLXSW_REG_SFDF_LEN]; in mlxsw_sp_nve_fdb_flush_by_fid() local
780 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()
Dspectrum_switchdev.c1528 char sfdf_pl[MLXSW_REG_SFDF_LEN]; in mlxsw_sp_bridge_port_fdb_flush() local
1532 mlxsw_reg_sfdf_pack(sfdf_pl, mlxsw_sp_fdb_flush_type(lagged)); in mlxsw_sp_bridge_port_fdb_flush()
1533 mlxsw_reg_sfdf_fid_set(sfdf_pl, fid_index); in mlxsw_sp_bridge_port_fdb_flush()
1534 mlxsw_reg_sfdf_port_fid_system_port_set(sfdf_pl, system_port); in mlxsw_sp_bridge_port_fdb_flush()
1536 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sfdf), sfdf_pl); in mlxsw_sp_bridge_port_fdb_flush()