Searched refs:_smc_stats (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/net/smc/ |
D | smc_stats.h | 91 #define SMC_STAT_PAYLOAD_SUB(_smc_stats, _tech, key, _len, _rc) \ argument 93 typeof(_smc_stats) stats = (_smc_stats); \ 112 struct smc_stats __percpu *_smc_stats = _net->smc.smc_stats; \ 117 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_D, tx, _len, _rc); \ 119 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_R, tx, _len, _rc); \ 127 struct smc_stats __percpu *_smc_stats = _net->smc.smc_stats; \ 132 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_D, rx, _len, _rc); \ 134 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_R, rx, _len, _rc); \ 138 #define SMC_STAT_RMB_SIZE_SUB(_smc_stats, _tech, k, _len) \ argument 145 this_cpu_inc((*(_smc_stats)).smc[t].k ## _rmbsize.buf[_pos]); \ [all …]
|