Lines Matching refs:_len
90 #define SMC_STAT_PAYLOAD_SUB(_smc_stats, _tech, key, _len, _rc) \
94 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) \
140 typeof(_len) _l = (_len); \
155 #define SMC_STAT_RMB_SIZE(_smc, _is_smcd, _is_rx, _len) \
161 typeof(_len) l = (_len); \