Home
last modified time | relevance | path

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

/openbmc/linux/net/smc/
H A Dsmc_stats.h108 #define SMC_STAT_TX_PAYLOAD(_smc, length, rcode) \ argument
110 typeof(_smc) __smc = _smc; \
123 #define SMC_STAT_RX_PAYLOAD(_smc, length, rcode) \ argument
125 typeof(_smc) __smc = _smc; \
155 #define SMC_STAT_RMB_SIZE(_smc, _is_smcd, _is_rx, _len) \ argument
157 struct net *_net = sock_net(&(_smc)->sk); \
173 #define SMC_STAT_RMB(_smc, type, _is_smcd, _is_rx) \ argument
175 struct net *net = sock_net(&(_smc)->sk); \
217 #define SMC_STAT_INC(_smc, type) \ argument
219 typeof(_smc) __smc = _smc; \
/openbmc/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, \