Searched defs:is_smcd (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/net/smc/ |
D | smc_stats.h | 200 #define SMC_STAT_BUF_REUSE(smc, is_smcd, is_rx) \ argument 203 #define SMC_STAT_RMB_ALLOC(smc, is_smcd, is_rx) \ argument 206 #define SMC_STAT_RMB_DOWNGRADED(smc, is_smcd, is_rx) \ argument 209 #define SMC_STAT_RMB_TX_PEER_FULL(smc, is_smcd) \ argument 212 #define SMC_STAT_RMB_TX_FULL(smc, is_smcd) \ argument 215 #define SMC_STAT_RMB_TX_PEER_SIZE_SMALL(smc, is_smcd) \ argument 218 #define SMC_STAT_RMB_TX_SIZE_SMALL(smc, is_smcd) \ argument 221 #define SMC_STAT_RMB_RX_SIZE_SMALL(smc, is_smcd) \ argument 224 #define SMC_STAT_RMB_RX_FULL(smc, is_smcd) \ argument
|
D | smc_core.c | 1212 bool is_smcd = lgr->is_smcd; in smc_buf_unuse() local 2071 static u8 smc_compress_bufsize(int size, bool is_smcd, bool is_rmb) in smc_compress_bufsize() 2416 static int __smc_buf_create(struct smc_sock *smc, bool is_smcd, bool is_rmb) in __smc_buf_create() 2536 int smc_buf_create(struct smc_sock *smc, bool is_smcd) in smc_buf_create()
|
D | smc_clc.h | 357 static inline u8 smc_indicated_type(int is_smcd, int is_smcr) in smc_indicated_type() 424 bool is_smcd) in smc_get_clc_first_contact_ext()
|
D | smc_core.h | 300 bool is_smcd; /* SMC-R or SMC-D */ member 409 u8 is_smcd; member
|