Home
last modified time | relevance | path

Searched refs:rep_type (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/linux/mlx5/
Deswitch.h64 u8 rep_type);
65 void mlx5_eswitch_unregister_vport_reps(struct mlx5_eswitch *esw, u8 rep_type);
68 u8 rep_type);
71 void *mlx5_eswitch_uplink_get_proto_dev(struct mlx5_eswitch *esw, u8 rep_type);
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c2339 int rep_type; in mlx5_esw_offloads_rep_init() local
2348 for (rep_type = 0; rep_type < NUM_REP_TYPES; rep_type++) in mlx5_esw_offloads_rep_init()
2349 atomic_set(&rep->rep_data[rep_type].state, REP_UNREGISTERED); in mlx5_esw_offloads_rep_init()
2488 struct mlx5_eswitch_rep *rep, u8 rep_type) in __esw_offloads_unload_rep() argument
2490 if (atomic_cmpxchg(&rep->rep_data[rep_type].state, in __esw_offloads_unload_rep()
2492 esw->offloads.rep_ops[rep_type]->unload(rep); in __esw_offloads_unload_rep()
2495 static void __unload_reps_all_vport(struct mlx5_eswitch *esw, u8 rep_type) in __unload_reps_all_vport() argument
2501 __esw_offloads_unload_rep(esw, rep, rep_type); in __unload_reps_all_vport()
2507 int rep_type; in mlx5_esw_offloads_rep_load() local
2511 for (rep_type = 0; rep_type < NUM_REP_TYPES; rep_type++) in mlx5_esw_offloads_rep_load()
[all …]
Deswitch.h574 void *mlx5_eswitch_get_uplink_priv(struct mlx5_eswitch *esw, u8 rep_type);
/Linux-v6.6/net/tipc/
Dnetlink_compat.c56 int rep_type; member
289 if (msg->rep_type) in tipc_nl_compat_dumpit()
290 tipc_tlv_init(msg->rep, msg->rep_type); in tipc_nl_compat_dumpit()
1222 msg->rep_type = TIPC_TLV_ULTRA_STRING; in tipc_nl_compat_handle()
1247 msg->rep_type = TIPC_TLV_ULTRA_STRING; in tipc_nl_compat_handle()
1254 msg->rep_type = TIPC_TLV_ULTRA_STRING; in tipc_nl_compat_handle()