Lines Matching defs:total
1812 subtotal = 0; /* total bytes processed for current prot grp */
2274 subtotal = 0; /* total bytes processed for current prot grp */
3777 uint64_t total;
3784 total = 0;
3787 total += atomic64_read(&cgs->total_bytes);
3789 if (total >= phba->cmf_max_bytes_per_interval) {
6234 uint32_t total = 0;
6294 total = phba->total_scsi_bufs;
6298 if ((sdev_cnt * (vport->cfg_lun_queue_depth + 2)) < total)
6302 if (total >= phba->cfg_hba_queue_depth - LPFC_DISC_IOCB_BUFF_COUNT ) {
6305 "command buffers\n", total);
6308 } else if (total + num_to_alloc >
6315 (phba->cfg_hba_queue_depth - total));
6316 num_to_alloc = phba->cfg_hba_queue_depth - total;