Home
last modified time | relevance | path

Searched refs:alert_token_local (Results 1 – 8 of 8) sorted by relevance

/net/smc/
Dsmc_core.c70 u32 token = conn->alert_token_local; in smc_lgr_add_alert_token()
78 if (cur->alert_token_local > token) in smc_lgr_add_alert_token()
102 while (!conn->alert_token_local) { in smc_lgr_register_conn()
103 conn->alert_token_local = atomic_inc_return(&nexttoken); in smc_lgr_register_conn()
104 if (smc_lgr_find_conn(conn->alert_token_local, conn->lgr)) in smc_lgr_register_conn()
105 conn->alert_token_local = 0; in smc_lgr_register_conn()
120 conn->alert_token_local = 0; in __smc_lgr_unregister_conn()
133 if (conn->alert_token_local) { in smc_lgr_unregister_conn()
Dsmc_core.h268 if (cur->alert_token_local > token) { in smc_lgr_find_conn()
271 if (cur->alert_token_local < token) { in smc_lgr_find_conn()
Dsmc_tx.c499 if (conn->alert_token_local) /* connection healthy */ in smcr_tx_sndbuf_nonempty()
577 !conn->alert_token_local || in smc_tx_work()
612 conn->alert_token_local) { /* connection healthy */ in smc_tx_consumer_update()
Dsmc_diag.c111 smc->conn.alert_token_local) { in __smc_diag_dump()
114 .token = conn->alert_token_local, in __smc_diag_dump()
Dsmc.h124 u32 alert_token_local; /* unique conn. id */ member
Dsmc_clc.c510 cclc.rmbe_alert_token = htonl(conn->alert_token_local); in smc_clc_send_confirm()
582 aclc.rmbe_alert_token = htonl(conn->alert_token_local); in smc_clc_send_accept()
Dsmc_close.c347 if (!conn->alert_token_local) { in smc_close_passive_work()
Dsmc_cdc.c66 if (!conn->alert_token_local) in smc_cdc_get_free_slot()