Searched refs:ralue_pl (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ipip.c | 189 char ralue_pl[MLXSW_REG_RALUE_LEN]; in mlxsw_sp_ipip_fib_entry_op_gre4_ralue() local 191 mlxsw_reg_ralue_pack4(ralue_pl, MLXSW_REG_RALXX_PROTOCOL_IPV4, op, in mlxsw_sp_ipip_fib_entry_op_gre4_ralue() 193 mlxsw_reg_ralue_act_ip2me_tun_pack(ralue_pl, tunnel_index); in mlxsw_sp_ipip_fib_entry_op_gre4_ralue() 194 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 | 4285 mlxsw_sp_fib_entry_ralue_pack(char *ralue_pl, in mlxsw_sp_fib_entry_ralue_pack() argument 4298 mlxsw_reg_ralue_pack4(ralue_pl, proto, op, fib->vr->id, in mlxsw_sp_fib_entry_ralue_pack() 4303 mlxsw_reg_ralue_pack6(ralue_pl, proto, op, fib->vr->id, in mlxsw_sp_fib_entry_ralue_pack() 4348 char ralue_pl[MLXSW_REG_RALUE_LEN]; in mlxsw_sp_fib_entry_op_remote() local 4377 mlxsw_sp_fib_entry_ralue_pack(ralue_pl, fib_entry, op); in mlxsw_sp_fib_entry_op_remote() 4378 mlxsw_reg_ralue_act_remote_pack(ralue_pl, trap_action, trap_id, in mlxsw_sp_fib_entry_op_remote() 4380 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ralue), ralue_pl); in mlxsw_sp_fib_entry_op_remote() 4389 char ralue_pl[MLXSW_REG_RALUE_LEN]; in mlxsw_sp_fib_entry_op_local() local 4401 mlxsw_sp_fib_entry_ralue_pack(ralue_pl, fib_entry, op); in mlxsw_sp_fib_entry_op_local() 4402 mlxsw_reg_ralue_act_local_pack(ralue_pl, trap_action, trap_id, in mlxsw_sp_fib_entry_op_local() [all …]
|