Lines Matching refs:temp_idx
14075 unsigned int temp_idx;
14088 temp_idx = start_idx;
14091 temp_idx -= 1;
14094 temp_idx = (start_idx + dbg_cnt) % DBG_LOG_SZ;
14103 start_idx, temp_idx, dbg_cnt);
14107 temp_idx = (start_idx + i) % DBG_LOG_SZ;
14109 temp_idx = j++;
14110 rem_nsec = do_div(phba->dbg_log[temp_idx].t_ns, NSEC_PER_SEC);
14112 temp_idx,
14113 (unsigned long)phba->dbg_log[temp_idx].t_ns,
14115 phba->dbg_log[temp_idx].log);