Searched refs:threshold_type (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/netronome/nfp/ | 
| D | nfp_shared_buf.c | 49 	pool_info->threshold_type = le32_to_cpu(get_data.threshold_type);  in nfp_shared_buf_pool_get()58 			    enum devlink_sb_threshold_type threshold_type)  in nfp_shared_buf_pool_set()  argument
 65 		.threshold_type	= cpu_to_le32(threshold_type),  in nfp_shared_buf_pool_set()
 
 | 
| D | nfp_abi.h | 97 	__le32 threshold_type;  member109 	__le32 threshold_type;  member
 
 | 
| D | nfp_devlink.c | 147 			u32 size, enum devlink_sb_threshold_type threshold_type,  in nfp_devlink_sb_pool_set()  argument153 				       size, threshold_type);  in nfp_devlink_sb_pool_set()
 
 | 
| D | nfp_main.h | 189 			    enum devlink_sb_threshold_type threshold_type);
 | 
| /Linux-v5.4/include/net/ | 
| D | devlink.h | 95 	enum devlink_sb_threshold_type threshold_type;  member662 			   enum devlink_sb_threshold_type threshold_type,
 
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ | 
| D | spectrum_buffers.c | 998 	pool_info->threshold_type = (enum devlink_sb_threshold_type) pr->mode;  in mlxsw_sp_sb_pool_get()1005 			 enum devlink_sb_threshold_type threshold_type,  in mlxsw_sp_sb_pool_set()  argument
 1013 	mode = (enum mlxsw_reg_sbpr_mode) threshold_type;  in mlxsw_sp_sb_pool_set()
 
 | 
| D | core.h | 269 			   enum devlink_sb_threshold_type threshold_type,
 | 
| D | core.c | 789 			  enum devlink_sb_threshold_type threshold_type,  in mlxsw_devlink_sb_pool_set()  argument798 					 pool_index, size, threshold_type,  in mlxsw_devlink_sb_pool_set()
 
 | 
| D | spectrum.h | 399 			 enum devlink_sb_threshold_type threshold_type,
 | 
| /Linux-v5.4/net/core/ | 
| D | devlink.c | 959 		       pool_info.threshold_type))  in devlink_nl_sb_pool_fill()1067 			       enum devlink_sb_threshold_type threshold_type,  in devlink_sb_pool_set()  argument
 1075 					size, threshold_type, extack);  in devlink_sb_pool_set()
 1084 	enum devlink_sb_threshold_type threshold_type;  in devlink_nl_cmd_sb_pool_set_doit()  local
 1094 	err = devlink_sb_th_type_get_from_info(info, &threshold_type);  in devlink_nl_cmd_sb_pool_set_doit()
 1103 				   pool_index, size, threshold_type,  in devlink_nl_cmd_sb_pool_set_doit()
 
 |