Home
last modified time | relevance | path

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

/Linux-v4.19/net/smc/
Dsmc_clc.c367 memcpy(dclc.id_for_peer, local_systemid, sizeof(local_systemid)); in smc_clc_send_decline()
414 memcpy(pclc.lcl.id_for_peer, local_systemid, in smc_clc_send_proposal()
415 sizeof(local_systemid)); in smc_clc_send_proposal()
495 memcpy(cclc.lcl.id_for_peer, local_systemid, in smc_clc_send_confirm()
496 sizeof(local_systemid)); in smc_clc_send_confirm()
568 memcpy(aclc.lcl.id_for_peer, local_systemid, in smc_clc_send_accept()
569 sizeof(local_systemid)); in smc_clc_send_accept()
Dsmc_ib.c41 u8 local_systemid[SMC_SYSTEMID_LEN] = SMC_LOCAL_SYSTEMID_RESET; /* unique system variable
173 memcpy(&local_systemid[2], &smcibdev->mac[ibport - 1], in smc_ib_define_local_systemid()
175 get_random_bytes(&local_systemid[0], 2); in smc_ib_define_local_systemid()
226 if (!strncmp(local_systemid, SMC_LOCAL_SYSTEMID_RESET, in smc_ib_remember_port_attr()
227 sizeof(local_systemid)) && in smc_ib_remember_port_attr()
Dsmc.h231 extern u8 local_systemid[SMC_SYSTEMID_LEN]; /* unique system identifier */