Searched refs:threshold_type (Results 1 – 13 of 13) sorted by relevance
| /drivers/net/ethernet/netronome/nfp/ |
| A 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()
|
| A D | nfp_abi.h | 97 __le32 threshold_type; member 109 __le32 threshold_type; member
|
| A D | nfp_devlink.c | 131 u32 size, enum devlink_sb_threshold_type threshold_type, in nfp_devlink_sb_pool_set() argument 137 size, threshold_type); in nfp_devlink_sb_pool_set()
|
| A D | nfp_main.h | 190 enum devlink_sb_threshold_type threshold_type);
|
| /drivers/accel/qaic/ |
| A D | qaic_ras.c | 130 u32 threshold_type; member 275 le32_to_cpus(&tsens_syndrome->threshold_type); in ras_msg_to_cpu() 466 if (tsens_syndrome->threshold_type >= NUM_TEMP_LVL) { in decode_ras_msg() 468 tsens_syndrome->threshold_type); in decode_ras_msg() 474 else if (tsens_syndrome->threshold_type) in decode_ras_msg() 485 threshold_type_str[tsens_syndrome->threshold_type], in decode_ras_msg()
|
| /drivers/net/ethernet/mscc/ |
| A D | ocelot_devlink.c | 527 .threshold_type = DEVLINK_SB_THRESHOLD_TYPE_STATIC, 531 .threshold_type = DEVLINK_SB_THRESHOLD_TYPE_STATIC, 563 enum devlink_sb_threshold_type threshold_type, in ocelot_sb_pool_set() argument 579 if (threshold_type != DEVLINK_SB_THRESHOLD_TYPE_STATIC) { in ocelot_sb_pool_set()
|
| A D | ocelot_net.c | 55 enum devlink_sb_threshold_type threshold_type, in ocelot_devlink_sb_pool_set() argument 61 threshold_type, extack); in ocelot_devlink_sb_pool_set()
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_buffers.c | 1370 pool_info->threshold_type = (enum devlink_sb_threshold_type) pr->mode; in mlxsw_sp_sb_pool_get() 1377 enum devlink_sb_threshold_type threshold_type, in mlxsw_sp_sb_pool_set() argument 1385 mode = (enum mlxsw_reg_sbpr_mode) threshold_type; in mlxsw_sp_sb_pool_set()
|
| A D | core.h | 382 enum devlink_sb_threshold_type threshold_type,
|
| A D | spectrum.h | 587 enum devlink_sb_threshold_type threshold_type,
|
| A D | core.c | 1401 enum devlink_sb_threshold_type threshold_type, in mlxsw_devlink_sb_pool_set() argument 1410 pool_index, size, threshold_type, in mlxsw_devlink_sb_pool_set()
|
| /drivers/net/dsa/ocelot/ |
| A D | felix.c | 2043 enum devlink_sb_threshold_type threshold_type, in felix_sb_pool_set() argument 2049 threshold_type, extack); in felix_sb_pool_set()
|
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt.c | 2632 char *threshold_type; in bnxt_event_error_report() local 2638 threshold_type = "warning"; in bnxt_event_error_report() 2641 threshold_type = "critical"; in bnxt_event_error_report() 2644 threshold_type = "fatal"; in bnxt_event_error_report() 2647 threshold_type = "shutdown"; in bnxt_event_error_report() 2660 dir_str, threshold_type); in bnxt_event_error_report()
|
Completed in 75 milliseconds