Home
last modified time | relevance | path

Searched refs:fw_log (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/net/wireless/ti/wlcore/
Devent.c28 struct fw_logger_information fw_log; in wlcore_event_fw_logger() local
58 memcpy(&fw_log, buffer, sizeof(fw_log)); in wlcore_event_fw_logger()
60 actual_len = le32_to_cpu(fw_log.actual_buff_size); in wlcore_event_fw_logger()
69 buff_end_ptr = buff_start_ptr + le32_to_cpu(fw_log.max_buff_size); in wlcore_event_fw_logger()
72 buff_read_ptr = le32_to_cpu(fw_log.buff_read_ptr); in wlcore_event_fw_logger()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vcn.c261 log_offset = offsetof(struct amdgpu_vcn4_fw_shared, fw_log); in amdgpu_vcn_sw_init()
264 log_offset = offsetof(struct amdgpu_fw_shared, fw_log); in amdgpu_vcn_sw_init()
1221 volatile struct amdgpu_fw_shared_fw_logging *fw_log = vcn->fw_shared.cpu_addr in amdgpu_vcn_fwlog_init() local
1224 fw_log->is_enabled = 1; in amdgpu_vcn_fwlog_init()
1225 fw_log->addr_lo = cpu_to_le32(fw_log_gpu_addr & 0xFFFFFFFF); in amdgpu_vcn_fwlog_init()
1226 fw_log->addr_hi = cpu_to_le32(fw_log_gpu_addr >> 32); in amdgpu_vcn_fwlog_init()
1227 fw_log->size = cpu_to_le32(AMDGPU_VCNFW_LOG_SIZE); in amdgpu_vcn_fwlog_init()
Damdgpu_vcn.h321 struct amdgpu_fw_shared_fw_logging fw_log; member
341 struct amdgpu_fw_shared_fw_logging fw_log; member
/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_common.c831 hw->fw_log.evnts[m].cur = flgs; in ice_get_fw_log_cfg()
886 if (!hw->fw_log.cq_en && !hw->fw_log.uart_en) in ice_cfg_fw_log()
891 (!hw->fw_log.actv_evnts || !ice_check_sq_alive(hw, &hw->adminq))) in ice_cfg_fw_log()
903 if (hw->fw_log.cq_en) in ice_cfg_fw_log()
906 if (hw->fw_log.uart_en) in ice_cfg_fw_log()
917 actv_evnts |= hw->fw_log.evnts[i].cfg; in ice_cfg_fw_log()
919 if (hw->fw_log.evnts[i].cfg == hw->fw_log.evnts[i].cur) in ice_cfg_fw_log()
932 val |= hw->fw_log.evnts[i].cfg << ICE_AQC_FW_LOG_EN_S; in ice_cfg_fw_log()
945 if (hw->fw_log.cq_en) in ice_cfg_fw_log()
948 if (hw->fw_log.uart_en) in ice_cfg_fw_log()
[all …]
Dice_type.h871 struct ice_fw_log_cfg fw_log; member