Lines Matching defs:portinfo

1902 	sm_portinfo_t		portinfo;
1924 * a full PortInfo MAD (in "portinfo") which we subsequently
1929 HERMON_SLEEPFLAG_FOR_CONTEXT(), &portinfo);
1942 pi->p_base_lid = portinfo.LID;
1943 pi->p_qkey_violations = portinfo.Q_KeyViolations;
1944 pi->p_pkey_violations = portinfo.P_KeyViolations;
1945 pi->p_sm_sl = portinfo.MasterSMSL;
1946 pi->p_sm_lid = portinfo.MasterSMLID;
1947 pi->p_linkstate = portinfo.PortState;
1948 pi->p_port_num = portinfo.LocalPortNum;
1949 pi->p_phys_state = portinfo.PortPhysicalState;
1950 pi->p_width_supported = portinfo.LinkWidthSupported;
1951 pi->p_width_enabled = portinfo.LinkWidthEnabled;
1952 pi->p_width_active = portinfo.LinkWidthActive;
1953 pi->p_speed_supported = portinfo.LinkSpeedSupported;
1954 pi->p_speed_enabled = portinfo.LinkSpeedEnabled;
1955 pi->p_speed_active = portinfo.LinkSpeedActive;
1956 pi->p_mtu = portinfo.MTUCap;
1957 pi->p_lmc = portinfo.LMC;
1958 pi->p_max_vl = portinfo.VLCap;
1959 pi->p_subnet_timeout = portinfo.SubnetTimeOut;
1965 state->hs_sn_prefix[port - 1] = portinfo.GidPrefix;
1971 if (portinfo.CapabilityMask & SM_CAP_MASK_IS_SM)
1973 if (portinfo.CapabilityMask & SM_CAP_MASK_IS_SM_DISABLED)
1975 if (portinfo.CapabilityMask & SM_CAP_MASK_IS_SNMP_SUPPD)
1977 if (portinfo.CapabilityMask & SM_CAP_MASK_IS_DM_SUPPD)
1979 if (portinfo.CapabilityMask & SM_CAP_MASK_IS_VM_SUPPD)
1981 if (portinfo.CapabilityMask & SM_CAP_MASK_IS_CLNT_REREG_SUPPD)
2012 sgid->gid_prefix = portinfo.GidPrefix;
2061 sm_portinfo_t portinfo;
2090 * PortInfo MAD (in "portinfo") from which we pull the current
2096 HERMON_SLEEPFLAG_FOR_CONTEXT(), &portinfo);
2109 capmask = portinfo.CapabilityMask;