Lines Matching refs:temp_idx
14073 unsigned int temp_idx; in lpfc_dmp_dbg() local
14086 temp_idx = start_idx; in lpfc_dmp_dbg()
14089 temp_idx -= 1; in lpfc_dmp_dbg()
14092 temp_idx = (start_idx + dbg_cnt) % DBG_LOG_SZ; in lpfc_dmp_dbg()
14101 start_idx, temp_idx, dbg_cnt); in lpfc_dmp_dbg()
14105 temp_idx = (start_idx + i) % DBG_LOG_SZ; in lpfc_dmp_dbg()
14107 temp_idx = j++; in lpfc_dmp_dbg()
14108 rem_nsec = do_div(phba->dbg_log[temp_idx].t_ns, NSEC_PER_SEC); in lpfc_dmp_dbg()
14110 temp_idx, in lpfc_dmp_dbg()
14111 (unsigned long)phba->dbg_log[temp_idx].t_ns, in lpfc_dmp_dbg()
14113 phba->dbg_log[temp_idx].log); in lpfc_dmp_dbg()