Searched refs:_smc_stats (Results 1 – 1 of 1) sorted by relevance
| /linux/net/smc/ |
| A D | smc_stats.h | 93 typeof(_smc_stats) stats = (_smc_stats); \ 138 #define SMC_STAT_RMB_SIZE_SUB(_smc_stats, _tech, k, _len) \ argument 149 #define SMC_STAT_RMB_SUB(_smc_stats, type, t, key) \ argument 160 SMC_STAT_RMB_SIZE_SUB(_smc_stats, SMC_TYPE_D, rx, l); \ 162 SMC_STAT_RMB_SIZE_SUB(_smc_stats, SMC_TYPE_D, tx, l); \ 164 SMC_STAT_RMB_SIZE_SUB(_smc_stats, SMC_TYPE_R, rx, l); \ 166 SMC_STAT_RMB_SIZE_SUB(_smc_stats, SMC_TYPE_R, tx, l); \ 177 SMC_STAT_RMB_SUB(_smc_stats, type, SMC_TYPE_D, rx); \ 179 SMC_STAT_RMB_SUB(_smc_stats, type, SMC_TYPE_D, tx); \ 181 SMC_STAT_RMB_SUB(_smc_stats, type, SMC_TYPE_R, rx); \ [all …]
|
Completed in 5 milliseconds