Home
last modified time | relevance | path

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

/linux-5.19.10/net/smc/
Dsmc_stats.h187 #define SMC_STAT_BUF_REUSE(smc, is_smcd, is_rx) \ argument
190 #define SMC_STAT_RMB_ALLOC(smc, is_smcd, is_rx) \ argument
193 #define SMC_STAT_RMB_DOWNGRADED(smc, is_smcd, is_rx) \ argument
196 #define SMC_STAT_RMB_TX_PEER_FULL(smc, is_smcd) \ argument
199 #define SMC_STAT_RMB_TX_FULL(smc, is_smcd) \ argument
202 #define SMC_STAT_RMB_TX_PEER_SIZE_SMALL(smc, is_smcd) \ argument
205 #define SMC_STAT_RMB_TX_SIZE_SMALL(smc, is_smcd) \ argument
208 #define SMC_STAT_RMB_RX_SIZE_SMALL(smc, is_smcd) \ argument
211 #define SMC_STAT_RMB_RX_FULL(smc, is_smcd) \ argument
Dsmc_core.c1939 static u8 smc_compress_bufsize(int size, bool is_smcd, bool is_rmb) in smc_compress_bufsize()
2206 static int __smc_buf_create(struct smc_sock *smc, bool is_smcd, bool is_rmb) in __smc_buf_create()
2344 int smc_buf_create(struct smc_sock *smc, bool is_smcd) in smc_buf_create()
Dsmc_core.h257 bool is_smcd; /* SMC-R or SMC-D */ member
356 u8 is_smcd; member
Dsmc_clc.h320 static inline u8 smc_indicated_type(int is_smcd, int is_smcr) in smc_indicated_type()