Home
last modified time | relevance | path

Searched refs:is_rx (Results 1 – 2 of 2) sorted by relevance

/net/smc/
Dsmc_stats.h191 #define SMC_STAT_BUF_REUSE(smc, is_smcd, is_rx) \ argument
192 SMC_STAT_RMB(smc, reuse, is_smcd, is_rx)
194 #define SMC_STAT_RMB_ALLOC(smc, is_smcd, is_rx) \ argument
195 SMC_STAT_RMB(smc, alloc, is_smcd, is_rx)
197 #define SMC_STAT_RMB_DOWNGRADED(smc, is_smcd, is_rx) \ argument
198 SMC_STAT_RMB(smc, dgrade, is_smcd, is_rx)
/net/tipc/
Dcrypto.c311 #define is_rx(crypto) (!is_tx(crypto)) macro
1219 if (is_rx(c)) { in tipc_crypto_key_flush()
1511 scnprintf(c->name, 48, "%s(%s)", (is_rx(c)) ? "RX" : "TX", in tipc_crypto_start()
1512 (is_rx(c)) ? tipc_node_get_id_str(c->node) : in tipc_crypto_start()
1515 if (is_rx(c)) in tipc_crypto_start()
2091 if (is_rx(c)) in tipc_crypto_key_dump()
2123 if (is_rx(c)) in tipc_crypto_key_dump()