Lines Matching refs:cgs
3191 struct lpfc_cgn_stat *cgs;
3207 cgs = per_cpu_ptr(phba->cmf_stat, cpu);
3208 atomic64_set(&cgs->total_bytes, 0);
3209 atomic64_set(&cgs->rcv_bytes, 0);
3210 atomic_set(&cgs->rx_io_cnt, 0);
3211 atomic64_set(&cgs->rx_latency, 0);
3254 struct lpfc_cgn_stat *cgs;
3272 cgs = per_cpu_ptr(phba->cmf_stat, cpu);
3273 atomic64_set(&cgs->total_bytes, 0);
3274 atomic64_set(&cgs->rcv_bytes, 0);
3275 atomic_set(&cgs->rx_io_cnt, 0);
3276 atomic64_set(&cgs->rx_latency, 0);
5960 struct lpfc_cgn_stat *cgs;
6007 cgs = per_cpu_ptr(phba->cmf_stat, cpu);
6008 total += atomic64_xchg(&cgs->total_bytes, 0);
6009 io_cnt += atomic_xchg(&cgs->rx_io_cnt, 0);
6010 lat += atomic64_xchg(&cgs->rx_latency, 0);
6011 rcv += atomic64_xchg(&cgs->rcv_bytes, 0);