Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A 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()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vcn.c178 log_offset = offsetof(struct amdgpu_vcn4_fw_shared, fw_log); in amdgpu_vcn_sw_init()
181 log_offset = offsetof(struct amdgpu_fw_shared, fw_log); in amdgpu_vcn_sw_init()
1155 volatile struct amdgpu_fw_shared_fw_logging *fw_log = vcn->fw_shared.cpu_addr in amdgpu_vcn_fwlog_init() local
1158 fw_log->is_enabled = 1; in amdgpu_vcn_fwlog_init()
1159 fw_log->addr_lo = cpu_to_le32(fw_log_gpu_addr & 0xFFFFFFFF); in amdgpu_vcn_fwlog_init()
1160 fw_log->addr_hi = cpu_to_le32(fw_log_gpu_addr >> 32); in amdgpu_vcn_fwlog_init()
1161 fw_log->size = cpu_to_le32(AMDGPU_VCNFW_LOG_SIZE); in amdgpu_vcn_fwlog_init()
H A Damdgpu_vcn.h335 struct amdgpu_fw_shared_fw_logging fw_log; member
360 struct amdgpu_fw_shared_fw_logging fw_log; member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c874 hw->fw_log.evnts[m].cur = flgs;
894 * hw->fw_log need to be set accordingly, e.g. based on user-provided input,
898 * the hw->fw_log.evnts array with the desired logging event configurations for
901 * update the "cur" element of the hw->fw_log.evnts array with the resulting in ice_cfg_fw_log()
909 * hw->fw_log.evnts[] are not overridden to allow them to be reconfigured after in ice_cfg_fw_log()
929 if (!hw->fw_log.cq_en && !hw->fw_log.uart_en) in ice_cfg_fw_log()
934 (!hw->fw_log.actv_evnts || !ice_check_sq_alive(hw, &hw->adminq))) in ice_cfg_fw_log()
946 if (hw->fw_log.cq_en) in ice_cfg_fw_log()
949 if (hw->fw_log in ice_cfg_fw_log()
[all...]
H A Dice_type.h884 struct ice_fw_log_cfg fw_log;
883 struct ice_fw_log_cfg fw_log; global() member
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c1033 struct rtw89_fw_log *fw_log = &rtwdev->fw.log; in rtw89_fw_log_get_fmt_idx() local
1036 if (fmt_id > fw_log->last_fmt_id) in rtw89_fw_log_get_fmt_idx()
1039 for (i = 0; i < fw_log->fmt_count; i++) { in rtw89_fw_log_get_fmt_idx()
1040 if (le32_to_cpu(fw_log->fmt_ids[i]) == fmt_id) in rtw89_fw_log_get_fmt_idx()
/openbmc/qemu/hw/nvme/
H A Dctrl.c5028 NvmeFwSlotInfoLog fw_log = { in nvme_fw_log_info() local
5032 if (off >= sizeof(fw_log)) { in nvme_fw_log_info()
5036 strpadcpy((char *)&fw_log.frs1, sizeof(fw_log.frs1), "1.0", ' '); in nvme_fw_log_info()
5037 trans_len = MIN(sizeof(fw_log) - off, buf_len); in nvme_fw_log_info()
5039 return nvme_c2h(n, (uint8_t *) &fw_log + off, trans_len, req); in nvme_fw_log_info()