Home
last modified time | relevance | path

Searched refs:SMC_SYSTEMID_LEN (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/net/smc/
Dsmc.h254 #define SMC_SYSTEMID_LEN 8 macro
256 extern u8 local_systemid[SMC_SYSTEMID_LEN]; /* unique system identifier */
Dsmc_clc.h84 u8 id_for_peer[SMC_SYSTEMID_LEN]; /* unique system id */
250 u8 id_for_peer[SMC_SYSTEMID_LEN]; /* sender peer_id */
Dsmc_core.h253 char peer_systemid[SMC_SYSTEMID_LEN];
Dsmc_ib.c42 u8 local_systemid[SMC_SYSTEMID_LEN]; /* unique system identifier */
Dsmc_core.c819 SMC_SYSTEMID_LEN); in smc_lgr_create()
1651 if (memcmp(lgr->peer_systemid, lcl->id_for_peer, SMC_SYSTEMID_LEN) || in smcr_lgr_match()