Lines Matching defs:seg3
1303 uint64_t seg1, seg2, seg3, seg4;
1340 seg3 = lpfc_cmd->ts_isr_cmpl - lpfc_cmd->ts_cmd_start;
1341 if (segsum > seg3)
1343 seg3 -= segsum;
1344 segsum += seg3;
1362 phba->ktime_seg3_total += seg3;
1363 if (seg3 < phba->ktime_seg3_min)
1364 phba->ktime_seg3_min = seg3;
1365 else if (seg3 > phba->ktime_seg3_max)
1366 phba->ktime_seg3_max = seg3;