Searched refs:state_entry (Results 1 – 5 of 5) 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()2328 ahw->idc.state_entry = qlcnic_83xx_idc_ready_state_entry; in qlcnic_83xx_configure_opmode()2600 ret = idc->state_entry(adapter); in qlcnic_83xx_aer_reset()
527 ATOM_PPLIB_VCE_State_Record *state_entry; in amdgpu_parse_extended_power_table() local540 state_entry = &states->entries[0]; in amdgpu_parse_extended_power_table()559 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()565 state_entry->ucClockInfoIndex & 0x3f; in amdgpu_parse_extended_power_table()567 (state_entry->ucClockInfoIndex & 0xc0) >> 6; in amdgpu_parse_extended_power_table()568 state_entry = (ATOM_PPLIB_VCE_State_Record *) in amdgpu_parse_extended_power_table()569 ((u8 *)state_entry + sizeof(ATOM_PPLIB_VCE_State_Record)); in amdgpu_parse_extended_power_table()
1086 ATOM_PPLIB_VCE_State_Record *state_entry; in r600_parse_extended_power_table() local1099 state_entry = &states->entries[0]; in r600_parse_extended_power_table()1118 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in r600_parse_extended_power_table()1124 state_entry->ucClockInfoIndex & 0x3f; in r600_parse_extended_power_table()1126 (state_entry->ucClockInfoIndex & 0xc0) >> 6; in r600_parse_extended_power_table()1127 state_entry = (ATOM_PPLIB_VCE_State_Record *) in r600_parse_extended_power_table()1128 ((u8 *)state_entry + sizeof(ATOM_PPLIB_VCE_State_Record)); in r600_parse_extended_power_table()