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.c1306 uint64_t seg1, seg2, seg3, seg4; in lpfc_io_ktime() local
1343 seg3 = lpfc_cmd->ts_isr_cmpl - lpfc_cmd->ts_cmd_start; in lpfc_io_ktime()
1344 if (segsum > seg3) in lpfc_io_ktime()
1346 seg3 -= segsum; in lpfc_io_ktime()
1347 segsum += seg3; in lpfc_io_ktime()
1365 phba->ktime_seg3_total += seg3; in lpfc_io_ktime()
1366 if (seg3 < phba->ktime_seg3_min) in lpfc_io_ktime()
1367 phba->ktime_seg3_min = seg3; in lpfc_io_ktime()
1368 else if (seg3 > phba->ktime_seg3_max) in lpfc_io_ktime()
1369 phba->ktime_seg3_max = seg3; in lpfc_io_ktime()