Searched refs:fw_log (Results 1 – 4 of 4) sorted by relevance
38 struct fbnic_fw_log *log = &fbd->fw_log; in fbnic_fw_log_init()48 spin_lock_init(&fbd->fw_log.lock); in fbnic_fw_log_init()59 struct fbnic_fw_log *log = &fbd->fw_log; in fbnic_fw_log_free()75 struct fbnic_fw_log *log = &fbd->fw_log; in fbnic_fw_log_write()
587 spin_lock_irqsave(&fbd->fw_log.lock, flags); in fbnic_dbg_fw_log_show()589 list_for_each_entry_reverse(entry, &fbd->fw_log.entries, list) { in fbnic_dbg_fw_log_show()599 spin_unlock_irqrestore(&fbd->fw_log.lock, flags); in fbnic_dbg_fw_log_show()
28 struct fw_logger_information fw_log; in wlcore_event_fw_logger() local58 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()
211 log_offset = offsetof(struct amdgpu_vcn5_fw_shared, fw_log); in amdgpu_vcn_sw_init()214 log_offset = offsetof(struct amdgpu_vcn4_fw_shared, fw_log); in amdgpu_vcn_sw_init()217 log_offset = offsetof(struct amdgpu_fw_shared, fw_log); in amdgpu_vcn_sw_init()1251 struct amdgpu_fw_shared_fw_logging *fw_log = vcn->fw_shared.cpu_addr in amdgpu_vcn_fwlog_init() local1254 fw_log->is_enabled = 1; in amdgpu_vcn_fwlog_init()1255 fw_log->addr_lo = cpu_to_le32(fw_log_gpu_addr & 0xFFFFFFFF); in amdgpu_vcn_fwlog_init()1256 fw_log->addr_hi = cpu_to_le32(fw_log_gpu_addr >> 32); in amdgpu_vcn_fwlog_init()1257 fw_log->size = cpu_to_le32(AMDGPU_VCNFW_LOG_SIZE); in amdgpu_vcn_fwlog_init()