Home
last modified time | relevance | path

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

/openbmc/linux/net/smc/
H A Dsmc_stats.h190 #define SMC_STAT_BUF_REUSE(smc, is_smcd, is_rx) \ argument
193 #define SMC_STAT_RMB_ALLOC(smc, is_smcd, is_rx) \ argument
196 #define SMC_STAT_RMB_DOWNGRADED(smc, is_smcd, is_rx) \ argument
199 #define SMC_STAT_RMB_TX_PEER_FULL(smc, is_smcd) \ argument
202 #define SMC_STAT_RMB_TX_FULL(smc, is_smcd) \ argument
205 #define SMC_STAT_RMB_TX_PEER_SIZE_SMALL(smc, is_smcd) \ argument
208 #define SMC_STAT_RMB_TX_SIZE_SMALL(smc, is_smcd) \ argument
211 #define SMC_STAT_RMB_RX_SIZE_SMALL(smc, is_smcd) \ argument
214 #define SMC_STAT_RMB_RX_FULL(smc, is_smcd) \ argument
H A Dsmc_core.c1975 static u8 smc_compress_bufsize(int size, bool is_smcd, bool is_rmb) in smc_compress_bufsize()
2320 static int __smc_buf_create(struct smc_sock *smc, bool is_smcd, bool is_rmb) in __smc_buf_create()
2440 int smc_buf_create(struct smc_sock *smc, bool is_smcd) in smc_buf_create()
H A Dsmc_clc.h338 static inline u8 smc_indicated_type(int is_smcd, int is_smcr) in smc_indicated_type()
393 bool is_smcd) in smc_get_clc_first_contact_ext()
H A Dsmc_core.h292 bool is_smcd; /* SMC-R or SMC-D */ member
396 u8 is_smcd; member