Home
last modified time | relevance | path

Searched refs:smc_cdc_rxed_any_close (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/smc/
H A Dsmc_close.c258 if (!smc_cdc_rxed_any_close(conn)) in smc_close_active()
268 if (smc_cdc_rxed_any_close(conn)) { in smc_close_active()
390 if (!smc_cdc_rxed_any_close(conn)) in smc_close_passive_work()
403 if (smc_cdc_rxed_any_close(conn)) { in smc_close_passive_work()
469 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()
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_close.c264 if (!smc_cdc_rxed_any_close(conn)) in smc_close_active()
274 if (smc_cdc_rxed_any_close(conn)) { in smc_close_active()
396 if (!smc_cdc_rxed_any_close(conn)) in smc_close_passive_work()
409 if (smc_cdc_rxed_any_close(conn)) { in smc_close_passive_work()
475 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.c97 if (smc_cdc_rxed_any_close(conn)) { in smc_tx_wait()
118 smc_cdc_rxed_any_close(conn) || in smc_tx_wait()
218 if (smc_cdc_rxed_any_close(conn)) in smc_tx_sendmsg()

Completed in 5 milliseconds