Searched refs:ratr_pl (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ipip.c | 168 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() 377 bool force, char *ratr_pl) in mlxsw_sp1_ipip_nexthop_update_gre6() argument 469 bool force, char *ratr_pl) in mlxsw_sp2_ipip_nexthop_update_gre6() argument 476 mlxsw_reg_ratr_pack(ratr_pl, op, true, MLXSW_REG_RATR_TYPE_IPIP, in mlxsw_sp2_ipip_nexthop_update_gre6() 478 mlxsw_reg_ratr_ipip6_entry_pack(ratr_pl, in mlxsw_sp2_ipip_nexthop_update_gre6() 481 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ratr), ratr_pl); in mlxsw_sp2_ipip_nexthop_update_gre6()
|
D | spectrum_ipip.h | 58 bool force, char *ratr_pl);
|
D | spectrum_router.c | 3457 bool force, char *ratr_pl) in __mlxsw_sp_nexthop_eth_update() argument 3467 mlxsw_reg_ratr_pack(ratr_pl, op, true, MLXSW_REG_RATR_TYPE_ETHERNET, in __mlxsw_sp_nexthop_eth_update() 3471 mlxsw_reg_ratr_eth_entry_pack(ratr_pl, neigh_entry->ha); in __mlxsw_sp_nexthop_eth_update() 3474 mlxsw_reg_ratr_trap_action_set(ratr_pl, in __mlxsw_sp_nexthop_eth_update() 3478 mlxsw_reg_ratr_trap_action_set(ratr_pl, in __mlxsw_sp_nexthop_eth_update() 3480 mlxsw_reg_ratr_trap_id_set(ratr_pl, MLXSW_TRAP_ID_RTR_EGRESS0); in __mlxsw_sp_nexthop_eth_update() 3487 mlxsw_reg_ratr_counter_pack(ratr_pl, nh->counter_index, true); in __mlxsw_sp_nexthop_eth_update() 3489 mlxsw_reg_ratr_counter_pack(ratr_pl, 0, false); in __mlxsw_sp_nexthop_eth_update() 3491 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ratr), ratr_pl); in __mlxsw_sp_nexthop_eth_update() 3496 char *ratr_pl) in mlxsw_sp_nexthop_eth_update() argument [all …]
|
D | spectrum_router.h | 149 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()
|