Home
last modified time | relevance | path

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

/linux-5.19.10/net/smc/
Dsmc_clc.c348 if (hdr->typev1 == SMC_TYPE_N) in smc_clc_msg_prop_valid()
361 (hdr->typev1 != SMC_TYPE_N ? in smc_clc_msg_prop_valid()
365 (hdr->typev2 != SMC_TYPE_N ? in smc_clc_msg_prop_valid()
840 if (ini->smc_type_v1 != SMC_TYPE_N) { in smc_clc_send_proposal()
843 if (ini->smc_type_v2 == SMC_TYPE_N) { in smc_clc_send_proposal()
847 pclc_base->hdr.typev1 = SMC_TYPE_N; in smc_clc_send_proposal()
876 if (ini->smc_type_v2 == SMC_TYPE_N) { in smc_clc_send_proposal()
885 if (ini->smc_type_v1 != SMC_TYPE_N) in smc_clc_send_proposal()
939 if (ini->smc_type_v1 != SMC_TYPE_N) { in smc_clc_send_proposal()
948 if (ini->smc_type_v2 != SMC_TYPE_N) { in smc_clc_send_proposal()
Dsmc_clc.h29 #define SMC_TYPE_N 2 /* neither SMC-R nor SMC-D */ macro
328 return SMC_TYPE_N; in smc_indicated_type()
Daf_smc.c1049 if (ini->smc_type_v1 == SMC_TYPE_N && ini->smc_type_v2 == SMC_TYPE_N) in smc_find_proposal_devices()
1420 ini->smc_type_v1 = SMC_TYPE_N; in __smc_connect()
1921 if (pclc->hdr.typev1 == SMC_TYPE_N) in smc_listen_prfx_check()