Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/smc/
Dsmc_core.c532 struct smc_link *to_lnk = NULL; in smc_switch_conns() local
550 to_lnk = &lgr->lnk[i]; in smc_switch_conns()
553 if (!to_lnk || !smc_wr_tx_link_hold(to_lnk)) { in smc_switch_conns()
577 conn->lnk = to_lnk; in smc_switch_conns()
584 rc = smc_cdc_get_free_slot(conn, to_lnk, &wr_buf, NULL, &pend); in smc_switch_conns()
589 conn->lnk = to_lnk; in smc_switch_conns()
598 smc_wr_tx_link_put(to_lnk); in smc_switch_conns()
599 return to_lnk; in smc_switch_conns()
602 smcr_link_down_cond_sched(to_lnk); in smc_switch_conns()
603 smc_wr_tx_link_put(to_lnk); in smc_switch_conns()
[all …]