Lines Matching refs:fce
678 struct smc_clc_first_contact_ext *fce; in smc_conn_save_peer_info_fce() local
696 fce = (struct smc_clc_first_contact_ext *)(((u8 *)clc_v2) + clc_v2_len); in smc_conn_save_peer_info_fce()
697 smc->conn.lgr->peer_os = fce->os_type; in smc_conn_save_peer_info_fce()
698 smc->conn.lgr->peer_smc_release = fce->release; in smc_conn_save_peer_info_fce()
699 if (smc_isascii(fce->hostname)) in smc_conn_save_peer_info_fce()
700 memcpy(smc->conn.lgr->peer_hostname, fce->hostname, in smc_conn_save_peer_info_fce()
1202 struct smc_clc_first_contact_ext *fce = in smc_connect_rdma_v2_prepare() local
1210 if (fce->v2_direct) { in smc_connect_rdma_v2_prepare()
1225 ini->release_nr = fce->release; in smc_connect_rdma_v2_prepare()
1226 rc = smc_clc_clnt_v2x_features_validate(fce, ini); in smc_connect_rdma_v2_prepare()
1401 struct smc_clc_first_contact_ext *fce = in smc_connect_ism() local
1404 ini->release_nr = fce->release; in smc_connect_ism()
1405 rc = smc_clc_clnt_v2x_features_validate(fce, ini); in smc_connect_ism()