Searched refs:ratr_pl (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/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 | 3743 bool force, char *ratr_pl) in __mlxsw_sp_nexthop_eth_update() argument 3784 char *ratr_pl) in mlxsw_sp_nexthop_eth_update() argument 3792 nh, force, ratr_pl); in mlxsw_sp_nexthop_eth_update() 3809 force, ratr_pl); in __mlxsw_sp_nexthop_ipip_update() 3815 char *ratr_pl) in mlxsw_sp_nexthop_ipip_update() argument 3823 nh, force, ratr_pl); in mlxsw_sp_nexthop_ipip_update() 3833 char *ratr_pl) in mlxsw_sp_nexthop_update() argument 3842 force, ratr_pl); in mlxsw_sp_nexthop_update() 3845 force, ratr_pl); in mlxsw_sp_nexthop_update() 3875 true, ratr_pl); in mlxsw_sp_nexthop_group_update() [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()
|