Searched refs:recr2_pl (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 11187 char recr2_pl[MLXSW_REG_RECR2_LEN]; in mlxsw_sp_mp_hash_init() local 11193 mlxsw_reg_recr2_pack(recr2_pl, seed); in mlxsw_sp_mp_hash_init() 11206 mlxsw_reg_recr2_outer_header_enables_set(recr2_pl, bit, 1); in mlxsw_sp_mp_hash_init() 11208 mlxsw_reg_recr2_outer_header_fields_enable_set(recr2_pl, bit, 1); in mlxsw_sp_mp_hash_init() 11210 mlxsw_reg_recr2_inner_header_enables_set(recr2_pl, bit, 1); in mlxsw_sp_mp_hash_init() 11212 mlxsw_reg_recr2_inner_header_fields_enable_set(recr2_pl, bit, 1); in mlxsw_sp_mp_hash_init() 11214 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(recr2), recr2_pl); in mlxsw_sp_mp_hash_init()
|