Home
last modified time | relevance | path

Searched refs:ratr_pl (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ipip.c168 bool force, char *ratr_pl) in mlxsw_sp_ipip_nexthop_update_gre4() argument
176 mlxsw_reg_ratr_pack(ratr_pl, op, true, MLXSW_REG_RATR_TYPE_IPIP, in mlxsw_sp_ipip_nexthop_update_gre4()
178 mlxsw_reg_ratr_ipip4_entry_pack(ratr_pl, be32_to_cpu(daddr4)); in mlxsw_sp_ipip_nexthop_update_gre4()
180 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ratr), ratr_pl); in mlxsw_sp_ipip_nexthop_update_gre4()
383 bool force, char *ratr_pl) in mlxsw_sp_ipip_nexthop_update_gre6() argument
390 mlxsw_reg_ratr_pack(ratr_pl, op, true, MLXSW_REG_RATR_TYPE_IPIP, in mlxsw_sp_ipip_nexthop_update_gre6()
392 mlxsw_reg_ratr_ipip6_entry_pack(ratr_pl, in mlxsw_sp_ipip_nexthop_update_gre6()
395 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ratr), ratr_pl); in mlxsw_sp_ipip_nexthop_update_gre6()
Dspectrum_ipip.h59 bool force, char *ratr_pl);
Dspectrum_router.c3628 bool force, char *ratr_pl) in __mlxsw_sp_nexthop_eth_update() argument
3639 mlxsw_reg_ratr_pack(ratr_pl, op, true, MLXSW_REG_RATR_TYPE_ETHERNET, in __mlxsw_sp_nexthop_eth_update()
3643 mlxsw_reg_ratr_eth_entry_pack(ratr_pl, neigh_entry->ha); in __mlxsw_sp_nexthop_eth_update()
3646 mlxsw_reg_ratr_trap_action_set(ratr_pl, in __mlxsw_sp_nexthop_eth_update()
3650 mlxsw_reg_ratr_trap_action_set(ratr_pl, in __mlxsw_sp_nexthop_eth_update()
3652 mlxsw_reg_ratr_trap_id_set(ratr_pl, MLXSW_TRAP_ID_RTR_EGRESS0); in __mlxsw_sp_nexthop_eth_update()
3659 mlxsw_reg_ratr_counter_pack(ratr_pl, nh->counter_index, true); in __mlxsw_sp_nexthop_eth_update()
3661 mlxsw_reg_ratr_counter_pack(ratr_pl, 0, false); in __mlxsw_sp_nexthop_eth_update()
3663 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ratr), ratr_pl); in __mlxsw_sp_nexthop_eth_update()
3668 char *ratr_pl) in mlxsw_sp_nexthop_eth_update() argument
[all …]
Dspectrum_router.h158 char *ratr_pl);
Dspectrum_dpipe.c1181 char ratr_pl[MLXSW_REG_RATR_LEN]; in mlxsw_sp_dpipe_table_adj_counters_update() local
1201 true, ratr_pl); in mlxsw_sp_dpipe_table_adj_counters_update()