Searched refs:state_entry (Results 1 – 9 of 9) sorted by relevance
209 ahw->idc.state_entry = qlcnic_83xx_idc_ready_state_entry; in qlcnic_83xx_config_vnic_opmode()214 ahw->idc.state_entry = qlcnic_83xx_idc_vnic_pf_entry; in qlcnic_83xx_config_vnic_opmode()219 ahw->idc.state_entry = qlcnic_83xx_idc_ready_state_entry; in qlcnic_83xx_config_vnic_opmode()
316 int (*state_entry) (struct qlcnic_adapter *); member
827 if (ahw->idc.state_entry(adapter)) in qlcnic_83xx_idc_ready_state()2325 ahw->idc.state_entry = qlcnic_83xx_idc_ready_state_entry; in qlcnic_83xx_configure_opmode()2597 ret = idc->state_entry(adapter); in qlcnic_83xx_aer_reset()
531 ATOM_PPLIB_VCE_State_Record *state_entry; in amdgpu_parse_extended_power_table() local544 state_entry = &states->entries[0]; in amdgpu_parse_extended_power_table()564 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()570 state_entry->ucClockInfoIndex & 0x3f; in amdgpu_parse_extended_power_table()572 (state_entry->ucClockInfoIndex & 0xc0) >> 6; in amdgpu_parse_extended_power_table()573 state_entry = (ATOM_PPLIB_VCE_State_Record *) in amdgpu_parse_extended_power_table()574 ((u8 *)state_entry + sizeof(ATOM_PPLIB_VCE_State_Record)); in amdgpu_parse_extended_power_table()
1090 ATOM_PPLIB_VCE_State_Record *state_entry; in r600_parse_extended_power_table() local1103 state_entry = &states->entries[0]; in r600_parse_extended_power_table()1122 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in r600_parse_extended_power_table()1128 state_entry->ucClockInfoIndex & 0x3f; in r600_parse_extended_power_table()1130 (state_entry->ucClockInfoIndex & 0xc0) >> 6; in r600_parse_extended_power_table()1131 state_entry = (ATOM_PPLIB_VCE_State_Record *) in r600_parse_extended_power_table()1132 ((u8 *)state_entry + sizeof(ATOM_PPLIB_VCE_State_Record)); in r600_parse_extended_power_table()
1284 const ATOM_Tonga_State *state_entry; in get_powerplay_table_entry_v1_0() local1304 state_entry = GET_FLEXIBLE_ARRAY_MEMBER_ADDR( in get_powerplay_table_entry_v1_0()1308 result = call_back_func(hwmgr, (void *)state_entry, power_state, in get_powerplay_table_entry_v1_0()1311 le16_to_cpu(state_entry->usClassification), in get_powerplay_table_entry_v1_0()1312 le16_to_cpu(state_entry->usClassification2))); in get_powerplay_table_entry_v1_0()
1309 const ATOM_Vega10_State *state_entry; in vega10_get_powerplay_table_entry() local1333 state_entry = &(state_arrays->states[entry_index]); in vega10_get_powerplay_table_entry()1335 result = call_back_func(hwmgr, (void *)state_entry, power_state, in vega10_get_powerplay_table_entry()1338 le16_to_cpu(state_entry->usClassification), in vega10_get_powerplay_table_entry()1339 le16_to_cpu(state_entry->usClassification2))); in vega10_get_powerplay_table_entry()
2962 ATOM_Tonga_State *state_entry = (ATOM_Tonga_State *)state; in smu7_get_pp_table_entry_callback_func_v1() local2977 (le16_to_cpu(state_entry->usClassification) & in smu7_get_pp_table_entry_callback_func_v1()2987 (0 != (le32_to_cpu(state_entry->ulCapsAndSettings) & in smu7_get_pp_table_entry_callback_func_v1()2995 (0 != (le32_to_cpu(state_entry->ulCapsAndSettings) & in smu7_get_pp_table_entry_callback_func_v1()3020 [state_entry->ucMemoryClockIndexLow].ulMclk; in smu7_get_pp_table_entry_callback_func_v1()3023 [state_entry->ucEngineClockIndexLow].ulSclk; in smu7_get_pp_table_entry_callback_func_v1()3026 [state_entry->ucEngineClockIndexLow].ulSclk; in smu7_get_pp_table_entry_callback_func_v1()3028 state_entry->ucPCIEGenLow); in smu7_get_pp_table_entry_callback_func_v1()3030 state_entry->ucPCIELaneHigh); in smu7_get_pp_table_entry_callback_func_v1()3035 [state_entry->ucMemoryClockIndexHigh].ulMclk; in smu7_get_pp_table_entry_callback_func_v1()[all …]
2997 ATOM_Vega10_State *state_entry = (ATOM_Vega10_State *)state; in vega10_get_pp_table_entry_callback_func() local3018 (le16_to_cpu(state_entry->usClassification) & in vega10_get_pp_table_entry_callback_func()3029 ((le32_to_cpu(state_entry->ulCapsAndSettings) & in vega10_get_pp_table_entry_callback_func()3035 ((le32_to_cpu(state_entry->ulCapsAndSettings) & in vega10_get_pp_table_entry_callback_func()3062 [state_entry->ucSocClockIndexLow].ulClk; in vega10_get_pp_table_entry_callback_func()3064 [state_entry->ucGfxClockIndexLow].ulClk; in vega10_get_pp_table_entry_callback_func()3066 [state_entry->ucMemClockIndexLow].ulMemClk; in vega10_get_pp_table_entry_callback_func()3071 [state_entry->ucSocClockIndexHigh].ulClk; in vega10_get_pp_table_entry_callback_func()3074 [state_entry->ucGfxClockIndexHigh].ulClk; in vega10_get_pp_table_entry_callback_func()3077 performance_level->gfx_clock = patom_record_V2[state_entry->ucGfxClockIndexHigh].ulClk; in vega10_get_pp_table_entry_callback_func()[all …]