Home
last modified time | relevance | path

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

/linux/net/smc/
H A Dsmc_clc.c821 memcpy(dclc.id_for_peer, local_systemid, in smc_clc_send_decline()
822 sizeof(local_systemid)); in smc_clc_send_decline()
906 memcpy(pclc_base->lcl.id_for_peer, local_systemid, in smc_clc_send_proposal()
907 sizeof(local_systemid)); in smc_clc_send_proposal()
1105 memcpy(clc->r0.lcl.id_for_peer, local_systemid, in smcr_clc_prep_confirm_accept()
1106 sizeof(local_systemid)); in smcr_clc_prep_confirm_accept()
H A Dsmc.h375 extern u8 local_systemid[SMC_SYSTEMID_LEN]; /* unique system identifier */