Home
last modified time | relevance | path

Searched refs:seg3 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c1295 uint64_t seg1, seg2, seg3, seg4; in lpfc_io_ktime() local
1332 seg3 = lpfc_cmd->ts_isr_cmpl - lpfc_cmd->ts_cmd_start; in lpfc_io_ktime()
1333 if (segsum > seg3) in lpfc_io_ktime()
1335 seg3 -= segsum; in lpfc_io_ktime()
1336 segsum += seg3; in lpfc_io_ktime()
1354 phba->ktime_seg3_total += seg3; in lpfc_io_ktime()
1355 if (seg3 < phba->ktime_seg3_min) in lpfc_io_ktime()
1356 phba->ktime_seg3_min = seg3; in lpfc_io_ktime()
1357 else if (seg3 > phba->ktime_seg3_max) in lpfc_io_ktime()
1358 phba->ktime_seg3_max = seg3; in lpfc_io_ktime()