Lines Matching refs:_len
91 #define SMC_STAT_PAYLOAD_SUB(_smc_stats, _tech, key, _len, _rc) \ argument
95 typeof(_len) l = (_len); \
113 typeof(length) _len = (length); \
117 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_D, tx, _len, _rc); \
119 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_R, tx, _len, _rc); \
128 typeof(length) _len = (length); \
132 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_D, rx, _len, _rc); \
134 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_R, rx, _len, _rc); \
138 #define SMC_STAT_RMB_SIZE_SUB(_smc_stats, _tech, k, _len) \ argument
140 typeof(_len) _l = (_len); \
152 #define SMC_STAT_RMB_SIZE(_smc, _is_smcd, _is_rx, _len) \ argument
158 typeof(_len) l = (_len); \