Searched refs:ratr_pl (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_ipip.c | 131 bool force, char *ratr_pl) in mlxsw_sp_ipip_nexthop_update_gre4() argument 139 mlxsw_reg_ratr_pack(ratr_pl, op, true, MLXSW_REG_RATR_TYPE_IPIP, in mlxsw_sp_ipip_nexthop_update_gre4() 141 mlxsw_reg_ratr_ipip4_entry_pack(ratr_pl, be32_to_cpu(daddr4)); in mlxsw_sp_ipip_nexthop_update_gre4() 143 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ratr), ratr_pl); in mlxsw_sp_ipip_nexthop_update_gre4()
|
| D | spectrum_ipip.h | 44 bool force, char *ratr_pl);
|
| D | spectrum_router.c | 3427 bool force, char *ratr_pl) in __mlxsw_sp_nexthop_eth_update() argument 3437 mlxsw_reg_ratr_pack(ratr_pl, op, true, MLXSW_REG_RATR_TYPE_ETHERNET, in __mlxsw_sp_nexthop_eth_update() 3441 mlxsw_reg_ratr_eth_entry_pack(ratr_pl, neigh_entry->ha); in __mlxsw_sp_nexthop_eth_update() 3444 mlxsw_reg_ratr_trap_action_set(ratr_pl, in __mlxsw_sp_nexthop_eth_update() 3448 mlxsw_reg_ratr_trap_action_set(ratr_pl, in __mlxsw_sp_nexthop_eth_update() 3450 mlxsw_reg_ratr_trap_id_set(ratr_pl, MLXSW_TRAP_ID_RTR_EGRESS0); in __mlxsw_sp_nexthop_eth_update() 3457 mlxsw_reg_ratr_counter_pack(ratr_pl, nh->counter_index, true); in __mlxsw_sp_nexthop_eth_update() 3459 mlxsw_reg_ratr_counter_pack(ratr_pl, 0, false); in __mlxsw_sp_nexthop_eth_update() 3461 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ratr), ratr_pl); in __mlxsw_sp_nexthop_eth_update() 3466 char *ratr_pl) in mlxsw_sp_nexthop_eth_update() argument [all …]
|
| D | spectrum_router.h | 215 char *ratr_pl);
|
| D | spectrum_dpipe.c | 1181 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()
|