Lines Matching refs:temp_idx
15782 unsigned int temp_idx;
15794 temp_idx = start_idx;
15797 temp_idx -= 1;
15800 temp_idx = (start_idx + dbg_cnt) % DBG_LOG_SZ;
15809 start_idx, temp_idx, dbg_cnt);
15813 temp_idx = (start_idx + i) % DBG_LOG_SZ;
15815 temp_idx = j++;
15816 rem_nsec = do_div(phba->dbg_log[temp_idx].t_ns, NSEC_PER_SEC);
15818 temp_idx,
15819 (unsigned long)phba->dbg_log[temp_idx].t_ns,
15821 phba->dbg_log[temp_idx].log);