Searched refs:recr2_pl (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_router.c | 7947 static void mlxsw_sp_mp_hash_header_set(char *recr2_pl, int header) in mlxsw_sp_mp_hash_header_set() argument 7949 mlxsw_reg_recr2_outer_header_enables_set(recr2_pl, header, true); in mlxsw_sp_mp_hash_header_set() 7952 static void mlxsw_sp_mp_hash_field_set(char *recr2_pl, int field) in mlxsw_sp_mp_hash_field_set() argument 7954 mlxsw_reg_recr2_outer_header_fields_enable_set(recr2_pl, field, true); in mlxsw_sp_mp_hash_field_set() 7957 static void mlxsw_sp_mp4_hash_init(struct mlxsw_sp *mlxsw_sp, char *recr2_pl) in mlxsw_sp_mp4_hash_init() argument 7962 mlxsw_sp_mp_hash_header_set(recr2_pl, in mlxsw_sp_mp4_hash_init() 7964 mlxsw_sp_mp_hash_header_set(recr2_pl, MLXSW_REG_RECR2_IPV4_EN_TCP_UDP); in mlxsw_sp_mp4_hash_init() 7965 mlxsw_reg_recr2_ipv4_sip_enable(recr2_pl); in mlxsw_sp_mp4_hash_init() 7966 mlxsw_reg_recr2_ipv4_dip_enable(recr2_pl); in mlxsw_sp_mp4_hash_init() 7969 mlxsw_sp_mp_hash_header_set(recr2_pl, MLXSW_REG_RECR2_TCP_UDP_EN_IPV4); in mlxsw_sp_mp4_hash_init() [all …]
|