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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_impl.c1144 "Could not allocate memory for classportinfo trans_info");
1212 * buffer pointer to classportinfo returned (should not be null)
1225 ib_mad_classportinfo_t *classportinfo; local
1247 "could not get classportinfo. Check node and path to sm"
1253 * intial value for classportinfo->resptimeout value
1261 classportinfo = (ib_mad_classportinfo_t *)buffer;
1263 resp_time_value = classportinfo->RespTimeValue & 0x1f;
1280 sa_cap_mask = classportinfo->CapabilityMask;
1286 tnf_string, msg, "got classportinfo",
1335 * Sends a request to the sa. Can be used for both classportinfo an
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c2179 * Send command to set classportinfo attribute. Allocate a IBMF
2213 * Set the classportinfo values to activate this Cisco FC GW.
2250 * Send classportinfo request. When the request is completed
2266 * Send command to get classportinfo attribute. Allocate a IBMF
2379 * Invoked by the IBMF when the classportinfo request is completed.
7179 ibdm_dump_classportinfo(ib_mad_classportinfo_t *classportinfo) argument
7185 ((b2h32(classportinfo->RespTimeValue)) & 0x1F));
7188 b2h64(classportinfo->RedirectGID_hi));
7190 b2h64(classportinfo->RedirectGID_lo));
7192 classportinfo
[all...]

Completed in 74 milliseconds