Searched refs:local_systemid (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/net/smc/ |
| D | smc_clc.c | 375 memcpy(dclc.id_for_peer, local_systemid, sizeof(local_systemid)); in smc_clc_send_decline() 419 memcpy(pclc.lcl.id_for_peer, local_systemid, in smc_clc_send_proposal() 420 sizeof(local_systemid)); in smc_clc_send_proposal() 501 memcpy(cclc.lcl.id_for_peer, local_systemid, in smc_clc_send_confirm() 502 sizeof(local_systemid)); in smc_clc_send_confirm() 573 memcpy(aclc.lcl.id_for_peer, local_systemid, in smc_clc_send_accept() 574 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 */
|