Searched refs:ralue_pl (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_ipip.c | 187 char ralue_pl[MLXSW_REG_RALUE_LEN]; in mlxsw_sp_ipip_fib_entry_op_gre4_ralue() local 189 mlxsw_reg_ralue_pack4(ralue_pl, MLXSW_REG_RALXX_PROTOCOL_IPV4, op, in mlxsw_sp_ipip_fib_entry_op_gre4_ralue() 191 mlxsw_reg_ralue_act_ip2me_tun_pack(ralue_pl, tunnel_index); in mlxsw_sp_ipip_fib_entry_op_gre4_ralue() 192 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 | 4156 mlxsw_sp_fib_entry_ralue_pack(char *ralue_pl, in mlxsw_sp_fib_entry_ralue_pack() argument 4169 mlxsw_reg_ralue_pack4(ralue_pl, proto, op, fib->vr->id, in mlxsw_sp_fib_entry_ralue_pack() 4174 mlxsw_reg_ralue_pack6(ralue_pl, proto, op, fib->vr->id, in mlxsw_sp_fib_entry_ralue_pack() 4185 char ralue_pl[MLXSW_REG_RALUE_LEN]; in mlxsw_sp_fib_entry_op_remote() local 4204 mlxsw_sp_fib_entry_ralue_pack(ralue_pl, fib_entry, op); in mlxsw_sp_fib_entry_op_remote() 4205 mlxsw_reg_ralue_act_remote_pack(ralue_pl, trap_action, trap_id, in mlxsw_sp_fib_entry_op_remote() 4207 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ralue), ralue_pl); in mlxsw_sp_fib_entry_op_remote() 4216 char ralue_pl[MLXSW_REG_RALUE_LEN]; in mlxsw_sp_fib_entry_op_local() local 4228 mlxsw_sp_fib_entry_ralue_pack(ralue_pl, fib_entry, op); in mlxsw_sp_fib_entry_op_local() 4229 mlxsw_reg_ralue_act_local_pack(ralue_pl, trap_action, trap_id, in mlxsw_sp_fib_entry_op_local() [all …]
|