Lines Matching refs:ralue_pl

6180 mlxsw_sp_fib_entry_ralue_pack(char *ralue_pl,
6193 mlxsw_reg_ralue_pack4(ralue_pl, proto, op, fib->vr->id,
6198 mlxsw_reg_ralue_pack6(ralue_pl, proto, op, fib->vr->id,
6211 char ralue_pl[MLXSW_REG_RALUE_LEN];
6235 mlxsw_sp_fib_entry_ralue_pack(ralue_pl, fib_entry, op);
6236 mlxsw_reg_ralue_act_remote_pack(ralue_pl, trap_action, trap_id,
6238 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ralue), ralue_pl);
6247 char ralue_pl[MLXSW_REG_RALUE_LEN];
6259 mlxsw_sp_fib_entry_ralue_pack(ralue_pl, fib_entry, op);
6260 mlxsw_reg_ralue_act_local_pack(ralue_pl, trap_action, trap_id,
6262 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ralue), ralue_pl);
6269 char ralue_pl[MLXSW_REG_RALUE_LEN];
6271 mlxsw_sp_fib_entry_ralue_pack(ralue_pl, fib_entry, op);
6272 mlxsw_reg_ralue_act_ip2me_pack(ralue_pl);
6273 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ralue), ralue_pl);
6281 char ralue_pl[MLXSW_REG_RALUE_LEN];
6284 mlxsw_sp_fib_entry_ralue_pack(ralue_pl, fib_entry, op);
6285 mlxsw_reg_ralue_act_local_pack(ralue_pl, trap_action, 0, 0);
6286 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ralue), ralue_pl);
6295 char ralue_pl[MLXSW_REG_RALUE_LEN];
6301 mlxsw_sp_fib_entry_ralue_pack(ralue_pl, fib_entry, op);
6302 mlxsw_reg_ralue_act_local_pack(ralue_pl, trap_action, trap_id, 0);
6303 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ralue), ralue_pl);
6313 char ralue_pl[MLXSW_REG_RALUE_LEN];
6325 mlxsw_sp_fib_entry_ralue_pack(ralue_pl, fib_entry, op);
6326 mlxsw_reg_ralue_act_ip2me_tun_pack(ralue_pl,
6328 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ralue), ralue_pl);
6335 char ralue_pl[MLXSW_REG_RALUE_LEN];
6337 mlxsw_sp_fib_entry_ralue_pack(ralue_pl, fib_entry, op);
6338 mlxsw_reg_ralue_act_ip2me_tun_pack(ralue_pl,
6340 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ralue), ralue_pl);