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

/linux-master/include/linux/mlx5/
H A Deswitch.h65 u8 rep_type);
66 void mlx5_eswitch_unregister_vport_reps(struct mlx5_eswitch *esw, u8 rep_type);
69 u8 rep_type);
72 void *mlx5_eswitch_uplink_get_proto_dev(struct mlx5_eswitch *esw, u8 rep_type);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c2355 int rep_type; local
2364 for (rep_type = 0; rep_type < NUM_REP_TYPES; rep_type++)
2365 atomic_set(&rep->rep_data[rep_type].state, REP_UNREGISTERED);
2509 struct mlx5_eswitch_rep *rep, u8 rep_type)
2511 if (atomic_cmpxchg(&rep->rep_data[rep_type].state,
2513 return esw->offloads.rep_ops[rep_type]->load(esw->dev, rep);
2519 struct mlx5_eswitch_rep *rep, u8 rep_type)
2521 if (atomic_cmpxchg(&rep->rep_data[rep_type]
2508 __esw_offloads_load_rep(struct mlx5_eswitch *esw, struct mlx5_eswitch_rep *rep, u8 rep_type) argument
2518 __esw_offloads_unload_rep(struct mlx5_eswitch *esw, struct mlx5_eswitch_rep *rep, u8 rep_type) argument
2526 __unload_reps_all_vport(struct mlx5_eswitch *esw, u8 rep_type) argument
2538 int rep_type; local
2560 int rep_type; local
2886 u8 rep_type; local
2915 u8 rep_type; local
4041 mlx5_eswitch_register_vport_reps(struct mlx5_eswitch *esw, const struct mlx5_eswitch_rep_ops *ops, u8 rep_type) argument
4060 mlx5_eswitch_unregister_vport_reps(struct mlx5_eswitch *esw, u8 rep_type) argument
4073 mlx5_eswitch_get_uplink_priv(struct mlx5_eswitch *esw, u8 rep_type) argument
4081 mlx5_eswitch_get_proto_dev(struct mlx5_eswitch *esw, u16 vport, u8 rep_type) argument
4096 mlx5_eswitch_uplink_get_proto_dev(struct mlx5_eswitch *esw, u8 rep_type) argument
[all...]
H A Deswitch.h583 void *mlx5_eswitch_get_uplink_priv(struct mlx5_eswitch *esw, u8 rep_type);
/linux-master/net/tipc/
H A Dnetlink_compat.c56 int rep_type; member in struct:tipc_nl_compat_msg
290 if (msg->rep_type)
291 tipc_tlv_init(msg->rep, msg->rep_type);
1223 msg->rep_type = TIPC_TLV_ULTRA_STRING;
1248 msg->rep_type = TIPC_TLV_ULTRA_STRING;
1255 msg->rep_type = TIPC_TLV_ULTRA_STRING;

Completed in 247 milliseconds