Lines Matching refs:fce
670 struct smc_clc_first_contact_ext *fce; in smc_conn_save_peer_info_fce() local
686 fce = (struct smc_clc_first_contact_ext *)(((u8 *)clc) + clc_v2_len); in smc_conn_save_peer_info_fce()
687 smc->conn.lgr->peer_os = fce->os_type; in smc_conn_save_peer_info_fce()
688 smc->conn.lgr->peer_smc_release = fce->release; in smc_conn_save_peer_info_fce()
689 if (smc_isascii(fce->hostname)) in smc_conn_save_peer_info_fce()
690 memcpy(smc->conn.lgr->peer_hostname, fce->hostname, in smc_conn_save_peer_info_fce()
1201 struct smc_clc_first_contact_ext *fce = in smc_connect_rdma_v2_prepare() local
1209 if (fce->v2_direct) { in smc_connect_rdma_v2_prepare()
1224 ini->release_nr = fce->release; in smc_connect_rdma_v2_prepare()
1225 rc = smc_clc_clnt_v2x_features_validate(fce, ini); in smc_connect_rdma_v2_prepare()
1394 struct smc_clc_first_contact_ext *fce = in smc_connect_ism() local
1397 ini->release_nr = fce->release; in smc_connect_ism()
1398 rc = smc_clc_clnt_v2x_features_validate(fce, ini); in smc_connect_ism()