Home
last modified time | relevance | path

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

/linux/net/smc/
H A Dsmc_llc.h50 (cmpxchg(state, SMC_LNK_ACTIVE, SMC_LNK_INACTIVE) == SMC_LNK_ACTIVE)
H A Dsmc_core.h50 SMC_LNK_INACTIVE, /* link is inactive */ enumerator
484 if (lnk->state == SMC_LNK_UNUSED || lnk->state == SMC_LNK_INACTIVE) in smc_link_usable()
H A Dsmc_llc.c1113 lnk_new->state = SMC_LNK_INACTIVE; in smc_llc_cli_add_link()
1514 link_new->state = SMC_LNK_INACTIVE; in smc_llc_srv_add_link()
H A Dsmc_core.c706 lnk->state = SMC_LNK_INACTIVE; in smcr_lgr_link_deactivate_all()