Home
last modified time | relevance | path

Searched refs:local_systemid (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/smc/
H A Dsmc_clc.c464 memcpy(dclc.id_for_peer, local_systemid, in smc_clc_send_decline()
465 sizeof(local_systemid)); in smc_clc_send_decline()
537 memcpy(pclc_base->lcl.id_for_peer, local_systemid, in smc_clc_send_proposal()
538 sizeof(local_systemid)); in smc_clc_send_proposal()
689 memcpy(clc->r0.lcl.id_for_peer, local_systemid, in smc_clc_send_confirm_accept()
690 sizeof(local_systemid)); in smc_clc_send_confirm_accept()
H A 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()
H A Dsmc.h261 extern u8 local_systemid[SMC_SYSTEMID_LEN]; /* unique system identifier */
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_clc.c805 memcpy(dclc.id_for_peer, local_systemid, in smc_clc_send_decline()
806 sizeof(local_systemid)); in smc_clc_send_decline()
887 memcpy(pclc_base->lcl.id_for_peer, local_systemid, in smc_clc_send_proposal()
888 sizeof(local_systemid)); in smc_clc_send_proposal()
1063 memcpy(clc->r0.lcl.id_for_peer, local_systemid, in smc_clc_send_confirm_accept()
1064 sizeof(local_systemid)); in smc_clc_send_confirm_accept()
H A Dsmc.h331 extern u8 local_systemid[SMC_SYSTEMID_LEN]; /* unique system identifier */
H A Dsmc_ib.c45 u8 local_systemid[SMC_SYSTEMID_LEN]; /* unique system identifier */ variable
177 memcpy(&local_systemid[2], &smcibdev->mac[ibport - 1], in smc_ib_define_local_systemid()
183 return !is_zero_ether_addr(&local_systemid[2]); in smc_ib_is_valid_local_systemid()
188 get_random_bytes(&local_systemid[0], 2); in smc_ib_init_local_systemid()

Completed in 8 milliseconds