Searched defs:curpinfo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_agents.c230 hermon_port_change_flags(sm_portinfo_t *curpinfo, sm_portinfo_t *madpinfo) argument
235 SMDisabled = curpinfo->CapabilityMask & SM_CAP_MASK_IS_SM_DISABLED;
236 ReregSuppd = curpinfo->CapabilityMask & SM_CAP_MASK_IS_CLNT_REREG_SUPPD;
238 if (curpinfo->MasterSMLID != madpinfo->MasterSMLID) {
241 if (curpinfo->MasterSMSL != madpinfo->MasterSMSL) {
244 if (curpinfo->SubnetTimeOut != madpinfo->SubnetTimeOut) {
317 sm_portinfo_t curpinfo, tmadpinfo; local
330 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(curpinfo))
396 HERMON_SLEEPFLAG_FOR_CONTEXT(), &curpinfo);
448 isReregSuppd = curpinfo
[all...]

Completed in 49 milliseconds