Lines Matching defs:total
5957 uint64_t total, rcv, lat, mbpi, extra, cnt;
6002 total = 0;
6008 total += atomic64_xchg(&cgs->total_bytes, 0);
6028 * calculate the adjustment needed for total to reflect
6032 cnt = div_u64(total, ms); /* bytes per ms */
6033 cnt *= LPFC_CMF_INTERVAL; /* what total should be */
6034 extra = cnt - total;
6036 lpfc_issue_cmf_sync_wqe(phba, LPFC_CMF_INTERVAL, total + extra);
6069 entry.total_bytes = total;
6070 entry.cmf_bytes = total + extra;
6098 if (mbpi && total > mbpi)
8302 "total:%d scsi:%d nvme:%d\n",
14546 * lpfc_sli4_get_iocb_cnt - Calculate the # of total IOCBs to reserve