Home
last modified time | relevance | path

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

/net/smc/
Dsmc_clc.c377 memcpy(dclc.id_for_peer, local_systemid, in smc_clc_send_decline()
378 sizeof(local_systemid)); in smc_clc_send_decline()
422 memcpy(pclc.lcl.id_for_peer, local_systemid, in smc_clc_send_proposal()
423 sizeof(local_systemid)); in smc_clc_send_proposal()
504 memcpy(cclc.lcl.id_for_peer, local_systemid, in smc_clc_send_confirm()
505 sizeof(local_systemid)); in smc_clc_send_confirm()
576 memcpy(aclc.lcl.id_for_peer, local_systemid, in smc_clc_send_accept()
577 sizeof(local_systemid)); in smc_clc_send_accept()
Dsmc_ib.c41 u8 local_systemid[SMC_SYSTEMID_LEN] = SMC_LOCAL_SYSTEMID_RESET; /* unique system variable
168 memcpy(&local_systemid[2], &smcibdev->mac[ibport - 1], in smc_ib_define_local_systemid()
170 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.h232 extern u8 local_systemid[SMC_SYSTEMID_LEN]; /* unique system identifier */