Searched refs:pclc_smcd (Results 1 – 3 of 3) sorted by relevance
812 struct smc_clc_msg_smcd *pclc_smcd; in smc_clc_send_proposal() local824 pclc_smcd = &pclc->pclc_smcd; in smc_clc_send_proposal()835 plen = sizeof(*pclc_base) + sizeof(*pclc_smcd) + sizeof(*trl); in smc_clc_send_proposal()847 pclc_base->iparea_offset = htons(sizeof(*pclc_smcd)); in smc_clc_send_proposal()869 pclc_smcd->ism.gid = htonll(ini->ism_dev[0]->local_gid); in smc_clc_send_proposal()870 pclc_smcd->ism.chid = in smc_clc_send_proposal()875 pclc_smcd->v2_ext_offset = 0; in smc_clc_send_proposal()881 v2_ext_offset = sizeof(*pclc_smcd) - in smc_clc_send_proposal()887 pclc_smcd->v2_ext_offset = htons(v2_ext_offset); in smc_clc_send_proposal()935 vec[i].iov_base = pclc_smcd; in smc_clc_send_proposal()[all …]
1689 struct smc_clc_msg_smcd *pclc_smcd; in smc_find_ism_v2_device_serv() local1698 pclc_smcd = smc_get_clc_msg_smcd(pclc); in smc_find_ism_v2_device_serv()1703 if (pclc_smcd->ism.chid) in smc_find_ism_v2_device_serv()1705 smc_check_ism_v2_match(ini, ntohs(pclc_smcd->ism.chid), in smc_find_ism_v2_device_serv()1706 ntohll(pclc_smcd->ism.gid), &matches); in smc_find_ism_v2_device_serv()1756 struct smc_clc_msg_smcd *pclc_smcd = smc_get_clc_msg_smcd(pclc); in smc_find_ism_v1_device_serv() local1763 ini->ism_peer_gid[0] = ntohll(pclc_smcd->ism.gid); in smc_find_ism_v1_device_serv()
170 struct smc_clc_msg_smcd pclc_smcd; member
Completed in 12 milliseconds