Home
last modified time | relevance | path

Searched refs:smc_cdc_rxed_any_close (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/smc/
Dsmc_close.c120 if (!smc_cdc_rxed_any_close(&smc->conn)) in smc_close_active_abort()
223 if (!smc_cdc_rxed_any_close(conn)) in smc_close_active()
235 if (smc_cdc_rxed_any_close(conn)) { in smc_close_active()
350 !smc_cdc_rxed_any_close(conn))) { in smc_close_passive_work()
369 if (!smc_cdc_rxed_any_close(conn)) in smc_close_passive_work()
382 if (smc_cdc_rxed_any_close(conn)) { in smc_close_passive_work()
445 if (!smc_cdc_rxed_any_close(conn)) in smc_close_shutdown_write()
Dsmc_cdc.h67 static inline bool smc_cdc_rxed_any_close(struct smc_connection *conn) in smc_cdc_rxed_any_close() function
76 return smc_cdc_rxed_any_close(conn) || in smc_cdc_rxed_any_close_or_senddone()
Dsmc_tx.c94 if (smc_cdc_rxed_any_close(conn)) { in smc_tx_wait()
115 smc_cdc_rxed_any_close(conn) || in smc_tx_wait()
161 if (smc_cdc_rxed_any_close(conn)) in smc_tx_sendmsg()