Searched refs:local_systemid (Results 1 – 3 of 3) sorted by relevance
/net/smc/ |
D | smc_clc.c | 377 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()
|
D | smc_ib.c | 41 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()
|
D | smc.h | 232 extern u8 local_systemid[SMC_SYSTEMID_LEN]; /* unique system identifier */
|