Searched refs:SMC_STAT_RMB_SIZE_SUB (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/net/smc/ |
D | smc_stats.h | 138 #define SMC_STAT_RMB_SIZE_SUB(_smc_stats, _tech, k, _len) \ macro 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); \
|