Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mlx5/
Deswitch.h46 u8 rep_type);
49 u8 rep_type);
52 u8 rep_type);
55 void *mlx5_eswitch_uplink_get_proto_dev(struct mlx5_eswitch *esw, u8 rep_type);
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c879 u8 rep_type) in esw_offloads_unload_reps_type() argument
886 if (!rep->rep_if[rep_type].valid) in esw_offloads_unload_reps_type()
889 rep->rep_if[rep_type].unload(rep); in esw_offloads_unload_reps_type()
895 u8 rep_type = NUM_REP_TYPES; in esw_offloads_unload_reps() local
897 while (rep_type-- > 0) in esw_offloads_unload_reps()
898 esw_offloads_unload_reps_type(esw, nvports, rep_type); in esw_offloads_unload_reps()
902 u8 rep_type) in esw_offloads_load_reps_type() argument
910 if (!rep->rep_if[rep_type].valid) in esw_offloads_load_reps_type()
913 err = rep->rep_if[rep_type].load(esw->dev, rep); in esw_offloads_load_reps_type()
921 esw_offloads_unload_reps_type(esw, vport, rep_type); in esw_offloads_load_reps_type()
[all …]
Deswitch.h278 void *mlx5_eswitch_get_uplink_priv(struct mlx5_eswitch *esw, u8 rep_type);
/Linux-v4.19/net/tipc/
Dnetlink_compat.c55 int rep_type; member
257 if (msg->rep_type) in tipc_nl_compat_dumpit()
258 tipc_tlv_init(msg->rep, msg->rep_type); in tipc_nl_compat_dumpit()
1112 msg->rep_type = TIPC_TLV_ULTRA_STRING; in tipc_nl_compat_handle()
1137 msg->rep_type = TIPC_TLV_ULTRA_STRING; in tipc_nl_compat_handle()
1144 msg->rep_type = TIPC_TLV_ULTRA_STRING; in tipc_nl_compat_handle()