Searched refs:SMC_STAT_RMB_SIZE_SUB (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/smc/ |
H A D | smc_stats.h | 138 #define SMC_STAT_RMB_SIZE_SUB(_smc_stats, _tech, k, _len) \ macro 163 SMC_STAT_RMB_SIZE_SUB(_smc_stats, SMC_TYPE_D, rx, l); \ 165 SMC_STAT_RMB_SIZE_SUB(_smc_stats, SMC_TYPE_D, tx, l); \ 167 SMC_STAT_RMB_SIZE_SUB(_smc_stats, SMC_TYPE_R, rx, l); \ 169 SMC_STAT_RMB_SIZE_SUB(_smc_stats, SMC_TYPE_R, tx, l); \
|