Home
last modified time | relevance | path

Searched refs:mlx5_esw_for_each_rep (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dipsec_fs.c167 mlx5_esw_for_each_rep(esw, i, rep) { in mlx5_esw_ipsec_restore_dest_uplink()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c2692 mlx5_esw_for_each_rep(esw, i, rep) in esw_offloads_cleanup_reps()
2858 mlx5_esw_for_each_rep(esw, i, rep) in __unload_reps_all_vport()
3372 mlx5_esw_for_each_rep(esw, i, rep) { in mlx5_esw_offloads_rep_event_unpair()
3406 mlx5_esw_for_each_rep(esw, i, rep) { in mlx5_esw_offloads_pair()
3866 mlx5_esw_for_each_rep(esw, i, rep) { in mlx5_eswitch_unload_reps()
3895 mlx5_esw_for_each_rep(esw, i, rep) { in mlx5_eswitch_reload_ib_reps()
4836 mlx5_esw_for_each_rep(esw, i, rep) { in mlx5_eswitch_register_vport_reps_blocked()
4930 mlx5_esw_for_each_rep(esw, i, rep) in mlx5_eswitch_unregister_vport_reps_blocked()
H A Deswitch.h808 #define mlx5_esw_for_each_rep(esw, i, rep) \ macro