Home
last modified time | relevance | path

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

/Linux-v5.10/net/smc/
Dsmc_clc.c463 memcpy(dclc.id_for_peer, local_systemid, in smc_clc_send_decline()
464 sizeof(local_systemid)); in smc_clc_send_decline()
536 memcpy(pclc_base->lcl.id_for_peer, local_systemid, in smc_clc_send_proposal()
537 sizeof(local_systemid)); in smc_clc_send_proposal()
688 memcpy(clc->r0.lcl.id_for_peer, local_systemid, in smc_clc_send_confirm_accept()
689 sizeof(local_systemid)); in smc_clc_send_confirm_accept()
Dsmc_ib.c41 u8 local_systemid[SMC_SYSTEMID_LEN]; /* unique system identifier */ variable
166 memcpy(&local_systemid[2], &smcibdev->mac[ibport - 1], in smc_ib_define_local_systemid()
172 return !is_zero_ether_addr(&local_systemid[2]); in smc_ib_is_valid_local_systemid()
177 get_random_bytes(&local_systemid[0], 2); in smc_ib_init_local_systemid()
Dsmc.h256 extern u8 local_systemid[SMC_SYSTEMID_LEN]; /* unique system identifier */