Searched refs:recr2_pl (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_router.c | 10278 char recr2_pl[MLXSW_REG_RECR2_LEN]; in mlxsw_sp_mp_hash_init() local 10284 mlxsw_reg_recr2_pack(recr2_pl, seed); in mlxsw_sp_mp_hash_init() 10297 mlxsw_reg_recr2_outer_header_enables_set(recr2_pl, bit, 1); in mlxsw_sp_mp_hash_init() 10299 mlxsw_reg_recr2_outer_header_fields_enable_set(recr2_pl, bit, 1); in mlxsw_sp_mp_hash_init() 10301 mlxsw_reg_recr2_inner_header_enables_set(recr2_pl, bit, 1); in mlxsw_sp_mp_hash_init() 10303 mlxsw_reg_recr2_inner_header_fields_enable_set(recr2_pl, bit, 1); in mlxsw_sp_mp_hash_init() 10305 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(recr2), recr2_pl); in mlxsw_sp_mp_hash_init()
|