Searched refs:pclc_smcd (Results 1 – 3 of 3) sorted by relevance
855 struct smc_clc_msg_smcd *pclc_smcd; in smc_clc_send_proposal() local868 pclc_smcd = &pclc->pclc_smcd; in smc_clc_send_proposal()881 plen = sizeof(*pclc_base) + sizeof(*pclc_smcd) + sizeof(*trl); in smc_clc_send_proposal()893 pclc_base->iparea_offset = htons(sizeof(*pclc_smcd)); in smc_clc_send_proposal()919 pclc_smcd->ism.gid = htonll(smcd_gid.gid); in smc_clc_send_proposal()920 pclc_smcd->ism.chid = in smc_clc_send_proposal()925 pclc_smcd->v2_ext_offset = 0; in smc_clc_send_proposal()931 v2_ext_offset = sizeof(*pclc_smcd) - in smc_clc_send_proposal()937 pclc_smcd->v2_ext_offset = htons(v2_ext_offset); in smc_clc_send_proposal()1003 vec[i].iov_base = pclc_smcd; in smc_clc_send_proposal()[all …]
193 struct smc_clc_msg_smcd pclc_smcd; member386 offsetof(struct smc_clc_msg_proposal_area, pclc_smcd) - in smc_get_clc_v2_ext()
2139 struct smc_clc_msg_smcd *pclc_smcd; in smc_find_ism_v2_device_serv() local2150 pclc_smcd = smc_get_clc_msg_smcd(pclc); in smc_find_ism_v2_device_serv()2153 if (!pclc_smcd || !smc_v2_ext || !smcd_v2_ext) in smc_find_ism_v2_device_serv()2157 if (pclc_smcd->ism.chid) { in smc_find_ism_v2_device_serv()2159 smcd_gid.gid = ntohll(pclc_smcd->ism.gid); in smc_find_ism_v2_device_serv()2161 smc_check_ism_v2_match(ini, ntohs(pclc_smcd->ism.chid), in smc_find_ism_v2_device_serv()2227 struct smc_clc_msg_smcd *pclc_smcd = smc_get_clc_msg_smcd(pclc); in smc_find_ism_v1_device_serv() local2233 !pclc_smcd) in smc_find_ism_v1_device_serv()2236 ini->ism_peer_gid[0].gid = ntohll(pclc_smcd->ism.gid); in smc_find_ism_v1_device_serv()