Home
last modified time | relevance | path

Searched refs:_smc (Results 1 – 2 of 2) sorted by relevance

/linux/net/smc/
H A Dsmc_stats.h110 #define SMC_STAT_TX_PAYLOAD(_smc, length, rcode) \ argument
112 typeof(_smc) __smc = _smc; \
125 #define SMC_STAT_RX_PAYLOAD(_smc, length, rcode) \ argument
127 typeof(_smc) __smc = _smc; \
164 #define SMC_STAT_RMB_SIZE(_smc, _is_smcd, _is_rx, _is_add, _len) \ argument
166 struct net *_net = sock_net(&(_smc)->sk); \
183 #define SMC_STAT_RMB(_smc, type, _is_smcd, _is_rx) \ argument
185 struct net *net = sock_net(&(_smc)->sk); \
227 #define SMC_STAT_INC(_smc, type) \ argument
229 typeof(_smc) __smc = _smc; \
/linux/drivers/cpufreq/
H A Dpxa3xx-cpufreq.c72 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument
79 .smcfs = SMCFS_##_smc##M, \