Home
last modified time | relevance | path

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

/linux/net/smc/
H A Dsmc_ism.h57 u16 smc_ism_get_chid(struct smcd_dev *dev);
H A Dsmc_clc.c906 htons(smc_ism_get_chid(ini->ism_dev[0])); in smc_clc_send_proposal()
955 htons(smc_ism_get_chid(ini->ism_dev[i])); in smc_clc_send_proposal()
1056 chid = smc_ism_get_chid(smcd); in smcd_clc_prep_confirm_accept()
H A Dsmc_ism.c83 u16 smc_ism_get_chid(struct smcd_dev *smcd) in smc_ism_get_chid() function
H A Daf_smc.c1014 ini->ism_chid[0] = smc_ism_get_chid(ini->ism_dev[0]); in smc_find_ism_device()
1048 chid = smc_ism_get_chid(smcd); in smc_find_ism_v2_device_clnt()
2108 if (smc_ism_get_chid(smcd) == proposed_chid && in smc_check_ism_v2_match()
H A Dsmc_core.c575 if (nla_put_u32(skb, SMC_NLA_LGR_D_CHID, smc_ism_get_chid(lgr->smcd))) in smc_nl_fill_smcd_lgr()