Searched refs:_smc (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/net/smc/ |
D | smc_stats.h | 108 #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; \ 152 #define SMC_STAT_RMB_SIZE(_smc, _is_smcd, _is_rx, _len) \ argument 154 struct net *_net = sock_net(&(_smc)->sk); \ 170 #define SMC_STAT_RMB(_smc, type, _is_smcd, _is_rx) \ argument 172 struct net *net = sock_net(&(_smc)->sk); \ 214 #define SMC_STAT_INC(_smc, type) \ argument 216 typeof(_smc) __smc = _smc; \
|
/linux-5.19.10/drivers/cpufreq/ |
D | pxa3xx-cpufreq.c | 72 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument 79 .smcfs = SMCFS_##_smc##M, \
|