Searched refs:ratr_pl (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_ipip.c | 172 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 D | spectrum_ipip.h | 59 bool force, char *ratr_pl);
|
| H A D | spectrum_router.c | 3745 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 D | spectrum_router.h | 157 char *ratr_pl);
|
| H A D | spectrum_dpipe.c | 1181 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()
|