Lines Matching refs:cgs
3749 struct lpfc_cgn_stat *cgs;
3758 cgs = per_cpu_ptr(phba->cmf_stat, raw_smp_processor_id());
3759 atomic64_add(size, &cgs->rcv_bytes);
3760 atomic64_add(time, &cgs->rx_latency);
3761 atomic_inc(&cgs->rx_io_cnt);
3778 struct lpfc_cgn_stat *cgs;
3786 cgs = per_cpu_ptr(phba->cmf_stat, cpu);
3787 total += atomic64_read(&cgs->total_bytes);
3802 cgs = per_cpu_ptr(phba->cmf_stat, raw_smp_processor_id());
3803 atomic64_add(size, &cgs->total_bytes);