Lines Matching refs:fce
664 struct smc_clc_first_contact_ext *fce; in smc_conn_save_peer_info_fce() local
682 fce = (struct smc_clc_first_contact_ext *)(((u8 *)clc_v2) + clc_v2_len); in smc_conn_save_peer_info_fce()
683 smc->conn.lgr->peer_os = fce->os_type; in smc_conn_save_peer_info_fce()
684 smc->conn.lgr->peer_smc_release = fce->release; in smc_conn_save_peer_info_fce()
685 if (smc_isascii(fce->hostname)) in smc_conn_save_peer_info_fce()
686 memcpy(smc->conn.lgr->peer_hostname, fce->hostname, in smc_conn_save_peer_info_fce()
1188 struct smc_clc_first_contact_ext *fce = in smc_connect_rdma_v2_prepare() local
1196 if (fce->v2_direct) { in smc_connect_rdma_v2_prepare()
1211 ini->release_nr = fce->release; in smc_connect_rdma_v2_prepare()
1212 rc = smc_clc_clnt_v2x_features_validate(fce, ini); in smc_connect_rdma_v2_prepare()
1387 struct smc_clc_first_contact_ext *fce = in smc_connect_ism() local
1390 ini->release_nr = fce->release; in smc_connect_ism()
1391 rc = smc_clc_clnt_v2x_features_validate(fce, ini); in smc_connect_ism()