Searched refs:p_ntc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_inform.c58 ib_mad_notice_attr_t *p_ntc; member in struct:osm_infr_match_ctxt
303 IN ib_mad_notice_attr_t * p_ntc /* notice to send */
321 cl_ntoh16(p_ntc->issuer_lid),
349 *p_report_ntc = *p_ntc;
369 ib_mad_notice_attr_t *p_ntc = p_infr_match->p_ntc; local
399 if (memcmp(&(p_ii->gid), &(p_ntc->issuer_gid),
410 cl_hton16(p_ntc->issuer_lid))
411 || (cl_hton16(p_ntc->issuer_lid) >
416 cl_hton16(p_ntc
546 osm_report_notice(IN osm_log_t * const p_log, IN osm_subn_t * p_subn, IN ib_mad_notice_attr_t * p_ntc) argument
[all...]
/freebsd-10.2-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_inform.h221 IN osm_subn_t * p_subn, IN ib_mad_notice_attr_t * p_ntc);
227 * p_ntc
/freebsd-10.2-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_inform.c362 ib_mad_notice_attr_t *p_ntc = ib_smp_get_payload_ptr(p_smp); local
390 p_ntc->generic_type = 0x82; /* generic, type = 2 */
391 ib_notice_set_prod_type_ho(p_ntc, 1);
392 p_ntc->g_or_v.generic.trap_num = cl_hton16(0x26);
393 p_ntc->issuer_lid = cl_hton16(2);
/freebsd-10.2-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h7233 ib_notice_is_generic(IN const ib_mad_notice_attr_t * p_ntc)
7235 return (p_ntc->generic_type & 0x80);
7240 * p_ntc
7260 ib_notice_get_type(IN const ib_mad_notice_attr_t * p_ntc)
7262 return p_ntc->generic_type & 0x7f;
7267 * p_ntc
7287 ib_notice_get_prod_type(IN const ib_mad_notice_attr_t * p_ntc)
7291 pt = cl_ntoh16(p_ntc->g_or_v.generic.prod_type_lsb) |
7292 (p_ntc->g_or_v.generic.prod_type_msb << 16);
7298 * p_ntc
[all...]

Completed in 183 milliseconds