Home
last modified time | relevance | path

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

/openbmc/linux/net/smc/
H A Dsmc_clc.h70 #define SMC_FIRST_CONTACT_MASK 0b10 /* first contact bit within typev2 */ macro
398 !(clc_v2->hdr.typev2 & SMC_FIRST_CONTACT_MASK)) in smc_get_clc_first_contact_ext()
H A Dsmc_clc.c775 SMC_FIRST_CONTACT_MASK) { in smc_clc_wait_msg()
802 SMC_FIRST_CONTACT_MASK : 0; in smc_clc_send_decline()
1029 clc->hdr.typev2 |= SMC_FIRST_CONTACT_MASK; in smc_clc_send_confirm_accept()
1246 !(cclc->hdr.typev2 & SMC_FIRST_CONTACT_MASK)) in smc_clc_v2x_features_confirm_check()
H A Daf_smc.c668 !(clc->hdr.typev2 & SMC_FIRST_CONTACT_MASK)) in smc_conn_save_peer_info_fce()
1230 ini->first_contact_peer = aclc->hdr.typev2 & SMC_FIRST_CONTACT_MASK; in smc_connect_rdma()
1380 ini->first_contact_peer = aclc->hdr.typev2 & SMC_FIRST_CONTACT_MASK; in smc_connect_ism()