Searched refs:smc_stats (Results 1 – 5 of 5) sorted by relevance
85 struct smc_stats { struct112 struct smc_stats __percpu *_smc_stats = _net->smc.smc_stats; \127 struct smc_stats __percpu *_smc_stats = _net->smc.smc_stats; \155 struct smc_stats __percpu *_smc_stats = _net->smc.smc_stats; \173 struct smc_stats __percpu *_smc_stats = net->smc.smc_stats; \219 struct smc_stats __percpu *smc_stats = net->smc.smc_stats; \221 this_cpu_inc(smc_stats->smc[SMC_TYPE_D].type); \223 this_cpu_inc(smc_stats->smc[SMC_TYPE_R].type); \232 struct smc_stats __percpu *smc_stats = (net)->smc.smc_stats; \234 this_cpu_inc(smc_stats->smc[SMC_TYPE_D].clnt_v2_succ_cnt); \[all …]
26 net->smc.smc_stats = alloc_percpu(struct smc_stats); in smc_stats_init()27 if (!net->smc.smc_stats) in smc_stats_init()41 if (net->smc.smc_stats) in smc_stats_exit()42 free_percpu(net->smc.smc_stats); in smc_stats_exit()46 struct smc_stats *stats, int tech, in smc_nl_fill_stats_rmb_data()99 struct smc_stats *stats, int tech, in smc_nl_fill_stats_bufsize_data()166 struct smc_stats *stats, int tech) in smc_nl_fill_stats_tech_data()264 struct smc_stats *stats; in smc_nl_get_stats()287 src = (u64 *)per_cpu_ptr(net->smc.smc_stats, cpu); in smc_nl_get_stats()
6 smc-y += smc_cdc.o smc_tx.o smc_rx.o smc_close.o smc_ism.o smc_netlink.o smc_stats.o
868 this_cpu_inc(net->smc.smc_stats->clnt_hshake_err_cnt); in smc_connect_fallback()888 this_cpu_inc(net->smc.smc_stats->clnt_hshake_err_cnt); in smc_connect_decline_fallback()896 this_cpu_inc(net->smc.smc_stats->clnt_hshake_err_cnt); in smc_connect_decline_fallback()1827 this_cpu_inc(net->smc.smc_stats->srv_hshake_err_cnt); in smc_listen_out_err()
8 struct smc_stats;11 struct smc_stats __percpu *smc_stats; member