Searched refs:_rc (Results 1 – 1 of 1) sorted by relevance
| /net/smc/ |
| A D | smc_stats.h | 92 #define SMC_STAT_PAYLOAD_SUB(_smc_stats, _tech, key, _len, _rc) \ argument 98 typeof(_rc) r = (_rc); \ 116 typeof(rcode) _rc = (rcode); \ 119 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_D, tx, _len, _rc); \ 121 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_R, tx, _len, _rc); \ 131 typeof(rcode) _rc = (rcode); \ 134 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_D, rx, _len, _rc); \ 136 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_R, rx, _len, _rc); \
|
Completed in 3 milliseconds