Searched refs:fw_log (Results 1 – 3 of 3) sorted by relevance
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()
647 hw->fw_log.evnts[m].cur = flgs; in ice_get_fw_log_cfg()702 if (!hw->fw_log.cq_en && !hw->fw_log.uart_en) in ice_cfg_fw_log()707 (!hw->fw_log.actv_evnts || !ice_check_sq_alive(hw, &hw->adminq))) in ice_cfg_fw_log()719 if (hw->fw_log.cq_en) in ice_cfg_fw_log()722 if (hw->fw_log.uart_en) in ice_cfg_fw_log()733 actv_evnts |= hw->fw_log.evnts[i].cfg; in ice_cfg_fw_log()735 if (hw->fw_log.evnts[i].cfg == hw->fw_log.evnts[i].cur) in ice_cfg_fw_log()748 val |= hw->fw_log.evnts[i].cfg << ICE_AQC_FW_LOG_EN_S; in ice_cfg_fw_log()761 if (hw->fw_log.cq_en) in ice_cfg_fw_log()764 if (hw->fw_log.uart_en) in ice_cfg_fw_log()[all …]
823 struct ice_fw_log_cfg fw_log; member