Lines Matching defs:chid
1037 /* is chid unique for the ism devices that are already determined? */
1038 static bool smc_find_ism_v2_is_unique_chid(u16 chid, struct smc_init_info *ini,
1044 if (ini->ism_chid[i] == chid)
1059 u16 chid;
1067 chid = smc_ism_get_chid(smcd);
1068 if (!smc_find_ism_v2_is_unique_chid(chid, ini, i))
1070 is_emulated = __smc_ism_is_emulated(chid);
1081 ini->ism_chid[i] = chid;
1391 if (ini->ism_chid[i] == ntohs(aclc->d1.chid)) {
2161 u16 chid;
2173 if (pclc_smcd->ism.chid) {
2177 smc_check_ism_v2_match(ini, ntohs(pclc_smcd->ism.chid),
2186 chid = ntohs(smcd_v2_ext->gidchid[i].chid);
2187 if (__smc_ism_is_emulated(chid)) {
2189 chid != ntohs(smcd_v2_ext->gidchid[i + 1].chid))
2201 smc_check_ism_v2_match(ini, chid, &smcd_gid, &matches);