Searched refs:SMC_STAT_RMB_SUB (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/net/smc/ |
D | smc_stats.h | 149 #define SMC_STAT_RMB_SUB(_smc_stats, type, t, key) \ macro 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); \ 183 SMC_STAT_RMB_SUB(_smc_stats, type, SMC_TYPE_R, tx); \
|