Searched refs:rep_type (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.10/include/linux/mlx5/ | 
| D | eswitch.h | 55 				      u8 rep_type); 56 void mlx5_eswitch_unregister_vport_reps(struct mlx5_eswitch *esw, u8 rep_type); 59 				 u8 rep_type); 62 void *mlx5_eswitch_uplink_get_proto_dev(struct mlx5_eswitch *esw, u8 rep_type);
  | 
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | eswitch_offloads.c | 1776 	u8 rep_type;  in esw_offloads_init_reps()  local 1788 		for (rep_type = 0; rep_type < NUM_REP_TYPES; rep_type++)  in esw_offloads_init_reps() 1789 			atomic_set(&rep->rep_data[rep_type].state,  in esw_offloads_init_reps() 1797 				      struct mlx5_eswitch_rep *rep, u8 rep_type)  in __esw_offloads_unload_rep()  argument 1799 	if (atomic_cmpxchg(&rep->rep_data[rep_type].state,  in __esw_offloads_unload_rep() 1801 		esw->offloads.rep_ops[rep_type]->unload(rep);  in __esw_offloads_unload_rep() 1804 static void __unload_reps_all_vport(struct mlx5_eswitch *esw, u8 rep_type)  in __unload_reps_all_vport()  argument 1810 		__esw_offloads_unload_rep(esw, rep, rep_type);  in __unload_reps_all_vport() 1814 		__esw_offloads_unload_rep(esw, rep, rep_type);  in __unload_reps_all_vport() 1819 		__esw_offloads_unload_rep(esw, rep, rep_type);  in __unload_reps_all_vport() [all …] 
 | 
| D | eswitch.h | 438 void *mlx5_eswitch_get_uplink_priv(struct mlx5_eswitch *esw, u8 rep_type);
  | 
| /Linux-v5.10/net/tipc/ | 
| D | netlink_compat.c | 55 	int rep_type;  member 290 	if (msg->rep_type)  in tipc_nl_compat_dumpit() 291 		tipc_tlv_init(msg->rep, msg->rep_type);  in tipc_nl_compat_dumpit() 1223 		msg->rep_type = TIPC_TLV_ULTRA_STRING;  in tipc_nl_compat_handle() 1248 		msg->rep_type = TIPC_TLV_ULTRA_STRING;  in tipc_nl_compat_handle() 1255 		msg->rep_type = TIPC_TLV_ULTRA_STRING;  in tipc_nl_compat_handle()
  |