Searched refs:recr2_pl (Results 1 – 1 of 1) sorted by relevance
7296 static void mlxsw_sp_mp_hash_header_set(char *recr2_pl, int header) in mlxsw_sp_mp_hash_header_set() argument7298 mlxsw_reg_recr2_outer_header_enables_set(recr2_pl, header, true); in mlxsw_sp_mp_hash_header_set()7301 static void mlxsw_sp_mp_hash_field_set(char *recr2_pl, int field) in mlxsw_sp_mp_hash_field_set() argument7303 mlxsw_reg_recr2_outer_header_fields_enable_set(recr2_pl, field, true); in mlxsw_sp_mp_hash_field_set()7306 static void mlxsw_sp_mp4_hash_init(char *recr2_pl) in mlxsw_sp_mp4_hash_init() argument7310 mlxsw_sp_mp_hash_header_set(recr2_pl, in mlxsw_sp_mp4_hash_init()7312 mlxsw_sp_mp_hash_header_set(recr2_pl, MLXSW_REG_RECR2_IPV4_EN_TCP_UDP); in mlxsw_sp_mp4_hash_init()7313 mlxsw_reg_recr2_ipv4_sip_enable(recr2_pl); in mlxsw_sp_mp4_hash_init()7314 mlxsw_reg_recr2_ipv4_dip_enable(recr2_pl); in mlxsw_sp_mp4_hash_init()7317 mlxsw_sp_mp_hash_header_set(recr2_pl, MLXSW_REG_RECR2_TCP_UDP_EN_IPV4); in mlxsw_sp_mp4_hash_init()[all …]