Lines Matching refs:temp_idx
15817 unsigned int temp_idx; in lpfc_dmp_dbg() local
15829 temp_idx = start_idx; in lpfc_dmp_dbg()
15832 temp_idx -= 1; in lpfc_dmp_dbg()
15835 temp_idx = (start_idx + dbg_cnt) % DBG_LOG_SZ; in lpfc_dmp_dbg()
15844 start_idx, temp_idx, dbg_cnt); in lpfc_dmp_dbg()
15848 temp_idx = (start_idx + i) % DBG_LOG_SZ; in lpfc_dmp_dbg()
15850 temp_idx = j++; in lpfc_dmp_dbg()
15851 rem_nsec = do_div(phba->dbg_log[temp_idx].t_ns, NSEC_PER_SEC); in lpfc_dmp_dbg()
15853 temp_idx, in lpfc_dmp_dbg()
15854 (unsigned long)phba->dbg_log[temp_idx].t_ns, in lpfc_dmp_dbg()
15856 phba->dbg_log[temp_idx].log); in lpfc_dmp_dbg()