Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_close.c257 if (!smc_cdc_rxed_any_close(conn)) in smc_close_active()
267 if (smc_cdc_rxed_any_close(conn)) { in smc_close_active()
389 if (!smc_cdc_rxed_any_close(conn)) in smc_close_passive_work()
402 if (smc_cdc_rxed_any_close(conn)) { in smc_close_passive_work()
468 if (!smc_cdc_rxed_any_close(conn)) in smc_close_shutdown_write()
H A 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()
H A 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()