Home
last modified time | relevance | path

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

/linux/net/smc/
H A Dsmc_clc.c358 if (hdr->typev1 == SMC_TYPE_N) in smc_clc_msg_prop_valid()
371 (hdr->typev1 != SMC_TYPE_N ? in smc_clc_msg_prop_valid()
375 (hdr->typev2 != SMC_TYPE_N ? in smc_clc_msg_prop_valid()
869 if (ini->smc_type_v1 != SMC_TYPE_N) { in smc_clc_send_proposal()
872 if (ini->smc_type_v2 == SMC_TYPE_N) { in smc_clc_send_proposal()
876 pclc_base->hdr.typev1 = SMC_TYPE_N; in smc_clc_send_proposal()
909 if (ini->smc_type_v2 == SMC_TYPE_N) { in smc_clc_send_proposal()
918 if (ini->smc_type_v1 != SMC_TYPE_N) in smc_clc_send_proposal()
990 if (ini->smc_type_v1 != SMC_TYPE_N) { in smc_clc_send_proposal()
999 if (ini->smc_type_v2 != SMC_TYPE_N) { in smc_clc_send_proposal()
H A Dsmc_clc.h29 #define SMC_TYPE_N 2 /* neither SMC-R nor SMC-D */ macro
361 return SMC_TYPE_N; in smc_indicated_type()
H A Daf_smc.c1129 if (ini->smc_type_v1 == SMC_TYPE_N && ini->smc_type_v2 == SMC_TYPE_N) in smc_find_proposal_devices()
1521 ini->smc_type_v1 = SMC_TYPE_N; in __smc_connect()
2032 if (pclc->hdr.typev1 == SMC_TYPE_N) in smc_listen_prfx_check()