Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ipip.c172 bool force, char *ratr_pl) in mlxsw_sp_ipip_nexthop_update_gre4() argument
180 mlxsw_reg_ratr_pack(ratr_pl, op, true, MLXSW_REG_RATR_TYPE_IPIP, in mlxsw_sp_ipip_nexthop_update_gre4()
182 mlxsw_reg_ratr_ipip4_entry_pack(ratr_pl, be32_to_cpu(daddr4)); in mlxsw_sp_ipip_nexthop_update_gre4()
184 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ratr), ratr_pl); in mlxsw_sp_ipip_nexthop_update_gre4()
390 bool force, char *ratr_pl) in mlxsw_sp_ipip_nexthop_update_gre6() argument
397 mlxsw_reg_ratr_pack(ratr_pl, op, true, MLXSW_REG_RATR_TYPE_IPIP, in mlxsw_sp_ipip_nexthop_update_gre6()
399 mlxsw_reg_ratr_ipip6_entry_pack(ratr_pl, in mlxsw_sp_ipip_nexthop_update_gre6()
402 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ratr), ratr_pl); in mlxsw_sp_ipip_nexthop_update_gre6()
H A Dspectrum_ipip.h59 bool force, char *ratr_pl);
H A Dspectrum_router.c3745 bool force, char *ratr_pl) in __mlxsw_sp_nexthop_eth_update() argument
3756 mlxsw_reg_ratr_pack(ratr_pl, op, true, MLXSW_REG_RATR_TYPE_ETHERNET, in __mlxsw_sp_nexthop_eth_update()
3760 mlxsw_reg_ratr_eth_entry_pack(ratr_pl, neigh_entry->ha); in __mlxsw_sp_nexthop_eth_update()
3763 mlxsw_reg_ratr_trap_action_set(ratr_pl, in __mlxsw_sp_nexthop_eth_update()
3767 mlxsw_reg_ratr_trap_action_set(ratr_pl, in __mlxsw_sp_nexthop_eth_update()
3769 mlxsw_reg_ratr_trap_id_set(ratr_pl, MLXSW_TRAP_ID_RTR_EGRESS0); in __mlxsw_sp_nexthop_eth_update()
3776 mlxsw_reg_ratr_counter_pack(ratr_pl, nh->counter->counter_index, in __mlxsw_sp_nexthop_eth_update()
3779 mlxsw_reg_ratr_counter_pack(ratr_pl, 0, false); in __mlxsw_sp_nexthop_eth_update()
3781 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ratr), ratr_pl); in __mlxsw_sp_nexthop_eth_update()
3786 char *ratr_pl) in mlxsw_sp_nexthop_eth_update() argument
[all …]
H A Dspectrum_router.h157 char *ratr_pl);
H A Dspectrum_dpipe.c1181 char ratr_pl[MLXSW_REG_RATR_LEN]; in mlxsw_sp_dpipe_table_adj_counters_update() local
1206 true, ratr_pl); in mlxsw_sp_dpipe_table_adj_counters_update()