Home
last modified time | relevance | path

Searched refs:classification (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega12_processpptables.c328 uint16_t classification, uint16_t classification2)
332 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT)
335 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL)
338 if (classification & ATOM_PPLIB_CLASSIFICATION_LIMITEDPOWERSOURCE)
341 if (classification & ATOM_PPLIB_CLASSIFICATION_REST)
344 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED)
347 if (classification & ATOM_PPLIB_CLASSIFICATION_ACPI)
369 power_state->classification.bios_index = entry_index;
396 if (!result && (power_state->classification.flags &
Dpp_psm.c78 if (state->classification.flags & PP_StateClassificationFlag_Boot) { in psm_init_power_state_table()
86 if (state->classification.flags & PP_StateClassificationFlag_Uvd) in psm_init_power_state_table()
123 if (state->classification.ui_label & ui_label) { in psm_get_ui_state()
144 if (state->classification.flags & flag) { in psm_get_state_by_classification()
218 if ((*state)->classification.ui_label & label_id) in psm_set_user_performance_state()
Dprocesspptables.c622 USHORT classification, in make_classification_flags() argument
627 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT) in make_classification_flags()
630 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL) in make_classification_flags()
633 if (classification & in make_classification_flags()
637 if (classification & ATOM_PPLIB_CLASSIFICATION_REST) in make_classification_flags()
640 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED) in make_classification_flags()
643 if (classification & ATOM_PPLIB_CLASSIFICATION_3DPERFORMANCE) in make_classification_flags()
647 if (classification & ATOM_PPLIB_CLASSIFICATION_OVERDRIVETEMPLATE) in make_classification_flags()
650 if (classification & ATOM_PPLIB_CLASSIFICATION_UVDSTATE) in make_classification_flags()
653 if (classification & ATOM_PPLIB_CLASSIFICATION_HDSTATE) in make_classification_flags()
[all …]
Dprocess_pptables_v1_0.c1182 uint16_t classification, uint16_t classification2) in make_classification_flags() argument
1186 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT) in make_classification_flags()
1189 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL) in make_classification_flags()
1192 if (classification & ATOM_PPLIB_CLASSIFICATION_LIMITEDPOWERSOURCE) in make_classification_flags()
1195 if (classification & ATOM_PPLIB_CLASSIFICATION_REST) in make_classification_flags()
1198 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED) in make_classification_flags()
1201 if (classification & ATOM_PPLIB_CLASSIFICATION_ACPI) in make_classification_flags()
1299 power_state->classification.bios_index = entry_index; in get_powerplay_table_entry_v1_0()
1324 if (!result && (power_state->classification.flags & in get_powerplay_table_entry_v1_0()
Dvega10_processpptables.c1301 uint16_t classification, uint16_t classification2) in make_classification_flags() argument
1305 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT) in make_classification_flags()
1308 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL) in make_classification_flags()
1311 if (classification & ATOM_PPLIB_CLASSIFICATION_LIMITEDPOWERSOURCE) in make_classification_flags()
1314 if (classification & ATOM_PPLIB_CLASSIFICATION_REST) in make_classification_flags()
1317 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED) in make_classification_flags()
1320 if (classification & ATOM_PPLIB_CLASSIFICATION_ACPI) in make_classification_flags()
1342 power_state->classification.bios_index = entry_index; in vega10_get_powerplay_table_entry()
1369 if (!result && (power_state->classification.flags & in vega10_get_powerplay_table_entry()
Dsmu7_hwmgr.c2904 request_ps->classification.ui_label); in smu7_apply_state_adjust_rules()
3140 power_state->classification.ui_label = in smu7_get_pp_table_entry_callback_func_v1()
3144 power_state->classification.flags = classification_flag; in smu7_get_pp_table_entry_callback_func_v1()
3147 power_state->classification.temporary_state = false; in smu7_get_pp_table_entry_callback_func_v1()
3148 power_state->classification.to_be_deleted = false; in smu7_get_pp_table_entry_callback_func_v1()
3253 if (state->classification.flags & PP_StateClassificationFlag_ACPI) in smu7_get_pp_table_entry_v1()
3262 switch (state->classification.ui_label) { in smu7_get_pp_table_entry_v1()
3401 if (state->classification.flags & PP_StateClassificationFlag_ACPI) in smu7_get_pp_table_entry_v0()
3410 switch (state->classification.ui_label) { in smu7_get_pp_table_entry_v0()
Dvega10_hwmgr.c3029 power_state->classification.ui_label = in vega10_get_pp_table_entry_callback_func()
3033 power_state->classification.flags = classification_flag; in vega10_get_pp_table_entry_callback_func()
3037 power_state->classification.temporary_state = false; in vega10_get_pp_table_entry_callback_func()
3038 power_state->classification.to_be_deleted = false; in vega10_get_pp_table_entry_callback_func()
3155 request_ps->classification.ui_label); in vega10_apply_state_adjust_rules()
/Linux-v5.4/Documentation/block/
Drequest.rst14 2.0 Struct request members classification
36 Unless an entry contains a D classification, a device driver must not access
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dpower_state.h155 struct PP_StateClassificationBlock classification; member
Damdgpu_smu.h143 struct smu_state_classification_block classification; member
/Linux-v5.4/Documentation/networking/device_drivers/intel/
Dfm10k.rst103 Retrieves the receive network flow classification configurations.
109 Configures the receive network flow classification.
Di40e.rst130 - Supports multiple parameters for flexible flow classification and load
350 Retrieves the receive network flow classification configurations.
356 Configures the receive network flow classification.
Dixgbe.rst319 - Supports multiple parameters for flexible flow classification and load
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Damd_powerplay.c478 switch (state->classification.ui_label) { in pp_dpm_get_current_power_state()
489 if (state->classification.flags & PP_StateClassificationFlag_Boot) in pp_dpm_get_current_power_state()
624 switch (state->classification.ui_label) { in pp_dpm_get_pp_num_states()
635 if (state->classification.flags & PP_StateClassificationFlag_Boot) in pp_dpm_get_pp_num_states()
Dvega20_ppt.c638 switch (smu_dpm_ctx->dpm_current_power_state->classification.ui_label) { in vega20_get_current_power_state()
649 …if (smu_dpm_ctx->dpm_current_power_state->classification.flags & SMU_STATE_CLASSIFICATION_FLAG_BOO… in vega20_get_current_power_state()
/Linux-v5.4/net/sched/
DKconfig463 tristate "Elementary classification (BASIC)"
616 Extended matches are small classification helpers not worth writing
713 Current supported match is "policy" which allows packet classification
725 classification. They are used to overwrite the classification
785 classification.
/Linux-v5.4/tools/bpf/bpftool/Documentation/
Dbpftool-net.rst37 classification/action attachments are implemented, i.e., for
/Linux-v5.4/Documentation/admin-guide/
Dsysfs-rules.rst109 There are currently three places for classification of devices:
115 classification directories into one place at ``/sys/subsystem``,
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
DKconfig56 Enables ethtool receive network flow classification, which allows user defined
/Linux-v5.4/Documentation/devicetree/bindings/net/
Dkeystone-netcp.txt7 accelerator (PA) module to perform packet classification operations such as
/Linux-v5.4/Documentation/networking/device_drivers/mellanox/
Dmlx5.rst48 | Enables ethtool receive network flow classification, which allows user defined
/Linux-v5.4/Documentation/PCI/
Dpcieaer-howto.rst106 and uncorrectable errors. This classification is based on the impacts
/Linux-v5.4/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1006 enum drx_classification classification; member
/Linux-v5.4/Documentation/networking/dsa/
Dsja1105.rst109 decodes the VLAN information from the 802.1Q tag. Advanced VLAN classification
/Linux-v5.4/net/netfilter/
DKconfig446 nftables is the new packet classification framework that intends to
799 classification, among these are:
1558 is a powerful tool for packet classification.

12