Searched refs:trace_size (Results 1 – 4 of 4) sorted by relevance
7 u32 trace_size; member
260 dump->len = hw->hw_info.trace_size; in fjes_get_dump_flag()275 memcpy(buf, hw->hw_info.trace, hw->hw_info.trace_size); in fjes_get_dump_data()
356 hw->hw_info.trace_size = FJES_DEBUG_BUFFER_SIZE; in fjes_hw_init()375 hw->hw_info.trace_size = 0; in fjes_hw_exit()1221 FJES_DEV_COMMAND_START_DBG_REQ_LEN(hw->hw_info.trace_size); in fjes_hw_start_debug()1223 req_buf->start_trace.buffer_len = hw->hw_info.trace_size; in fjes_hw_start_debug()1224 page_count = hw->hw_info.trace_size / FJES_DEBUG_PAGE_SIZE; in fjes_hw_start_debug()
288 u64 trace_size; member