Searched refs:ritr_pl (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_router.c | 217 char ritr_pl[MLXSW_REG_RITR_LEN]; in mlxsw_sp_rif_counter_edit() local 223 mlxsw_reg_ritr_rif_pack(ritr_pl, rif_index); in mlxsw_sp_rif_counter_edit() 224 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ritr), ritr_pl); in mlxsw_sp_rif_counter_edit() 228 mlxsw_reg_ritr_counter_pack(ritr_pl, counter_index, enable, in mlxsw_sp_rif_counter_edit() 230 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ritr), ritr_pl); in mlxsw_sp_rif_counter_edit() 1648 char ritr_pl[MLXSW_REG_RITR_LEN]; in mlxsw_sp_rif_ipip_lb_op() local 1656 mlxsw_reg_ritr_pack(ritr_pl, enable, MLXSW_REG_RITR_LOOPBACK_IF, in mlxsw_sp_rif_ipip_lb_op() 1658 mlxsw_reg_ritr_loopback_ipip4_pack(ritr_pl, lb_cf.lb_ipipt, in mlxsw_sp_rif_ipip_lb_op() 1666 mlxsw_reg_ritr_pack(ritr_pl, enable, MLXSW_REG_RITR_LOOPBACK_IF, in mlxsw_sp_rif_ipip_lb_op() 1668 mlxsw_reg_ritr_loopback_ipip6_pack(ritr_pl, lb_cf.lb_ipipt, in mlxsw_sp_rif_ipip_lb_op() [all …]
|