Searched refs:seg4 (Results 1 – 1 of 1) sorted by relevance
1295 uint64_t seg1, seg2, seg3, seg4; in lpfc_io_ktime() local1338 seg4 = lpfc_cmd->ts_data_io - lpfc_cmd->ts_cmd_start; in lpfc_io_ktime()1339 if (segsum > seg4) in lpfc_io_ktime()1341 seg4 -= segsum; in lpfc_io_ktime()1359 phba->ktime_seg4_total += seg4; in lpfc_io_ktime()1360 if (seg4 < phba->ktime_seg4_min) in lpfc_io_ktime()1361 phba->ktime_seg4_min = seg4; in lpfc_io_ktime()1362 else if (seg4 > phba->ktime_seg4_max) in lpfc_io_ktime()1363 phba->ktime_seg4_max = seg4; in lpfc_io_ktime()