Searched refs:seg10 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c518 uint64_t seg6, seg7, seg8, seg9, seg10; local
601 /* For auto rsp commands seg6 thru seg10 will be 0 */
629 seg10 = (ctxp->ts_isr_status -
638 seg10 = (ctxp->ts_isr_data - ctxp->ts_isr_cmd);
699 phba->ktime_seg10_total += seg10;
700 if (seg10 < phba->ktime_seg10_min)
701 phba->ktime_seg10_min = seg10;
702 else if (seg10 > phba->ktime_seg10_max)
703 phba->ktime_seg10_max = seg10;

Completed in 117 milliseconds