Home
last modified time | relevance | path

Searched refs:_smc_stats (Results 1 – 1 of 1) sorted by relevance

/net/smc/
A Dsmc_stats.h92 #define SMC_STAT_PAYLOAD_SUB(_smc_stats, _tech, key, _len, _rc) \ argument
94 typeof(_smc_stats) stats = (_smc_stats); \
114 struct smc_stats __percpu *_smc_stats = _net->smc.smc_stats; \
129 struct smc_stats __percpu *_smc_stats = _net->smc.smc_stats; \
142 typeof(_smc_stats) stats = (_smc_stats); \
161 #define SMC_STAT_RMB_SUB(_smc_stats, type, t, key) \ argument
186 struct smc_stats __percpu *_smc_stats = net->smc.smc_stats; \
190 SMC_STAT_RMB_SUB(_smc_stats, type, SMC_TYPE_D, rx); \
192 SMC_STAT_RMB_SUB(_smc_stats, type, SMC_TYPE_D, tx); \
194 SMC_STAT_RMB_SUB(_smc_stats, type, SMC_TYPE_R, rx); \
[all …]

Completed in 5 milliseconds