Searched refs:SMC_STAT_RMB_SUB (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/smc/ |
H A D | smc_stats.h | 152 #define SMC_STAT_RMB_SUB(_smc_stats, type, t, key) \ macro 180 SMC_STAT_RMB_SUB(_smc_stats, type, SMC_TYPE_D, rx); \ 182 SMC_STAT_RMB_SUB(_smc_stats, type, SMC_TYPE_D, tx); \ 184 SMC_STAT_RMB_SUB(_smc_stats, type, SMC_TYPE_R, rx); \ 186 SMC_STAT_RMB_SUB(_smc_stats, type, SMC_TYPE_R, tx); \
|