Lines Matching refs:ralue_pl
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()
4045 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ralue), ralue_pl); in mlxsw_sp_fib_entry_op_local()
4052 char ralue_pl[MLXSW_REG_RALUE_LEN]; in mlxsw_sp_fib_entry_op_trap() local
4054 mlxsw_sp_fib_entry_ralue_pack(ralue_pl, fib_entry, op); in mlxsw_sp_fib_entry_op_trap()
4055 mlxsw_reg_ralue_act_ip2me_pack(ralue_pl); in mlxsw_sp_fib_entry_op_trap()
4056 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ralue), ralue_pl); in mlxsw_sp_fib_entry_op_trap()
5422 char ralue_pl[MLXSW_REG_RALUE_LEN]; in __mlxsw_sp_router_set_abort_trap() local
5430 mlxsw_reg_ralue_pack(ralue_pl, proto, in __mlxsw_sp_router_set_abort_trap()
5432 mlxsw_reg_ralue_act_ip2me_pack(ralue_pl); in __mlxsw_sp_router_set_abort_trap()
5434 ralue_pl); in __mlxsw_sp_router_set_abort_trap()