Home
last modified time | relevance | path

Searched defs:is_smcd (Results 1 – 3 of 3) sorted by relevance

/net/smc/
Dsmc_stats.h191 #define SMC_STAT_BUF_REUSE(smc, is_smcd, is_rx) \ argument
194 #define SMC_STAT_RMB_ALLOC(smc, is_smcd, is_rx) \ argument
197 #define SMC_STAT_RMB_DOWNGRADED(smc, is_smcd, is_rx) \ argument
200 #define SMC_STAT_RMB_TX_PEER_FULL(smc, is_smcd) \ argument
203 #define SMC_STAT_RMB_TX_FULL(smc, is_smcd) \ argument
206 #define SMC_STAT_RMB_TX_PEER_SIZE_SMALL(smc, is_smcd) \ argument
209 #define SMC_STAT_RMB_TX_SIZE_SMALL(smc, is_smcd) \ argument
212 #define SMC_STAT_RMB_RX_SIZE_SMALL(smc, is_smcd) \ argument
215 #define SMC_STAT_RMB_RX_FULL(smc, is_smcd) \ argument
Dsmc_core.c1773 static u8 smc_compress_bufsize(int size, bool is_smcd, bool is_rmb) in smc_compress_bufsize()
2043 static int __smc_buf_create(struct smc_sock *smc, bool is_smcd, bool is_rmb) in __smc_buf_create()
2180 int smc_buf_create(struct smc_sock *smc, bool is_smcd) in smc_buf_create()
Dsmc_core.h241 bool is_smcd; /* SMC-R or SMC-D */ member
306 u8 is_smcd; member