Searched refs:seg4 (Results 1 – 1 of 1) sorted by relevance
1306 uint64_t seg1, seg2, seg3, seg4; in lpfc_io_ktime() local1349 seg4 = lpfc_cmd->ts_data_io - lpfc_cmd->ts_cmd_start; in lpfc_io_ktime()1350 if (segsum > seg4) in lpfc_io_ktime()1352 seg4 -= segsum; in lpfc_io_ktime()1370 phba->ktime_seg4_total += seg4; in lpfc_io_ktime()1371 if (seg4 < phba->ktime_seg4_min) in lpfc_io_ktime()1372 phba->ktime_seg4_min = seg4; in lpfc_io_ktime()1373 else if (seg4 > phba->ktime_seg4_max) in lpfc_io_ktime()1374 phba->ktime_seg4_max = seg4; in lpfc_io_ktime()