Searched refs:ralue_pl (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ipip.c | 185 char ralue_pl[MLXSW_REG_RALUE_LEN]; in mlxsw_sp_ipip_fib_entry_op_gre4_ralue() local 187 mlxsw_reg_ralue_pack4(ralue_pl, MLXSW_REG_RALXX_PROTOCOL_IPV4, op, in mlxsw_sp_ipip_fib_entry_op_gre4_ralue() 189 mlxsw_reg_ralue_act_ip2me_tun_pack(ralue_pl, tunnel_index); in mlxsw_sp_ipip_fib_entry_op_gre4_ralue() 190 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ralue), ralue_pl); in mlxsw_sp_ipip_fib_entry_op_gre4_ralue()
|
D | spectrum_router.c | 3970 mlxsw_sp_fib_entry_ralue_pack(char *ralue_pl, in mlxsw_sp_fib_entry_ralue_pack() argument 3983 mlxsw_reg_ralue_pack4(ralue_pl, proto, op, fib->vr->id, in mlxsw_sp_fib_entry_ralue_pack() 3988 mlxsw_reg_ralue_pack6(ralue_pl, proto, op, fib->vr->id, in mlxsw_sp_fib_entry_ralue_pack() 3999 char ralue_pl[MLXSW_REG_RALUE_LEN]; in mlxsw_sp_fib_entry_op_remote() local 4018 mlxsw_sp_fib_entry_ralue_pack(ralue_pl, fib_entry, op); in mlxsw_sp_fib_entry_op_remote() 4019 mlxsw_reg_ralue_act_remote_pack(ralue_pl, trap_action, trap_id, in mlxsw_sp_fib_entry_op_remote() 4021 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ralue), ralue_pl); in mlxsw_sp_fib_entry_op_remote() 4030 char ralue_pl[MLXSW_REG_RALUE_LEN]; in mlxsw_sp_fib_entry_op_local() local 4042 mlxsw_sp_fib_entry_ralue_pack(ralue_pl, fib_entry, op); in mlxsw_sp_fib_entry_op_local() 4043 mlxsw_reg_ralue_act_local_pack(ralue_pl, trap_action, trap_id, in mlxsw_sp_fib_entry_op_local() [all …]
|