Lines Matching defs:p_result_madw

350 	osm_madw_t *p_result_madw;
369 * p_result_madw
378 * from subnet administration, p_result_madw will reference a MAD wrapper
379 * containing the results. The MAD referenced by p_result_madw is owned by
384 * To retrieve individual result structures from the p_result_madw, users
403 static inline void *osmv_get_query_result(IN osm_madw_t * p_result_madw,
408 CL_ASSERT(p_result_madw);
409 p_sa_mad = (ib_sa_mad_t *) osm_madw_get_mad_ptr(p_result_madw);
412 IB_SA_MAD_HDR_SIZE <= p_result_madw->mad_size);
420 * p_result_madw
448 p_result_madw,
453 CL_ASSERT(p_result_madw);
454 p_sa_mad = (ib_sa_mad_t *) osm_madw_get_mad_ptr(p_result_madw);
458 osmv_get_query_result(p_result_madw, result_index));
463 * p_result_madw
489 p_result_madw,
495 CL_ASSERT(p_result_madw);
496 p_sa_mad = (ib_sa_mad_t *) osm_madw_get_mad_ptr(p_result_madw);
499 return ((ib_portinfo_record_t *) osmv_get_query_result(p_result_madw,
505 * p_result_madw
531 p_result_madw,
537 CL_ASSERT(p_result_madw);
538 p_sa_mad = (ib_sa_mad_t *) osm_madw_get_mad_ptr(p_result_madw);
541 return ((ib_node_record_t *) osmv_get_query_result(p_result_madw,
547 * p_result_madw
573 p_result_madw,
579 CL_ASSERT(p_result_madw);
580 p_sa_mad = (ib_sa_mad_t *) osm_madw_get_mad_ptr(p_result_madw);
583 return ((ib_service_record_t *) osmv_get_query_result(p_result_madw,
589 * p_result_madw
615 p_result_madw,
620 CL_ASSERT(p_result_madw);
621 p_sa_mad = (ib_sa_mad_t *) osm_madw_get_mad_ptr(p_result_madw);
624 return ((ib_member_rec_t *) osmv_get_query_result(p_result_madw,
630 * p_result_madw
658 p_result_madw,
665 CL_ASSERT(p_result_madw);
666 p_sa_mad = (ib_sa_mad_t *) osm_madw_get_mad_ptr(p_result_madw);
670 return ((ib_inform_info_record_t *) osmv_get_query_result(p_result_madw,
676 * p_result_madw