Home
last modified time | relevance | path

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

/linux/net/smc/
H 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; \
119 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_D, tx, _len, _rc); \
121 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_R, tx, _len, _rc); \
129 struct smc_stats __percpu *_smc_stats = _net->smc.smc_stats; \
134 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_D, rx, _len, _rc); \
136 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_R, rx, _len, _rc); \
140 #define SMC_STAT_RMB_SIZE_SUB(_smc_stats, _tech, k, _is_add, _len) \ argument
142 typeof(_smc_stats) stats = (_smc_stats); \
[all …]