Home
last modified time | relevance | path

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

/Linux-v5.4/net/smc/
Dsmc_close.c136 if (!smc_cdc_rxed_any_close(&smc->conn)) in smc_close_active_abort()
239 if (!smc_cdc_rxed_any_close(conn)) in smc_close_active()
251 if (smc_cdc_rxed_any_close(conn)) { in smc_close_active()
379 if (!smc_cdc_rxed_any_close(conn)) in smc_close_passive_work()
392 if (smc_cdc_rxed_any_close(conn)) { in smc_close_passive_work()
460 if (!smc_cdc_rxed_any_close(conn)) in smc_close_shutdown_write()
Dsmc_cdc.h77 static inline bool smc_cdc_rxed_any_close(struct smc_connection *conn) in smc_cdc_rxed_any_close() function
86 return smc_cdc_rxed_any_close(conn) || in smc_cdc_rxed_any_close_or_senddone()
Dsmc_tx.c93 if (smc_cdc_rxed_any_close(conn)) { in smc_tx_wait()
114 smc_cdc_rxed_any_close(conn) || in smc_tx_wait()
160 if (smc_cdc_rxed_any_close(conn)) in smc_tx_sendmsg()