Searched refs:p_user_query (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c475 osmv_user_query_t *p_user_query; local
500 p_user_query = (osmv_user_query_t *) p_query_req->p_query_input;
501 if (p_user_query->method)
502 sa_mad_data.method = p_user_query->method;
503 sa_mad_data.attr_offset = p_user_query->attr_offset;
504 sa_mad_data.attr_id = p_user_query->attr_id;
505 sa_mad_data.attr_mod = p_user_query->attr_mod;
506 sa_mad_data.comp_mask = p_user_query->comp_mask;
507 sa_mad_data.p_attr = p_user_query->p_attr;
575 p_user_query
[all...]
H A Dosm_vendor_mlx_sa.c590 osmv_user_query_t *p_user_query; local
611 p_user_query = (osmv_user_query_t *) p_query_req->p_query_input;
612 if (p_user_query->method)
613 sa_mad_data.method = p_user_query->method;
614 sa_mad_data.attr_offset = p_user_query->attr_offset;
615 sa_mad_data.attr_id = p_user_query->attr_id;
616 sa_mad_data.attr_mod = p_user_query->attr_mod;
617 sa_mad_data.comp_mask = p_user_query->comp_mask;
618 sa_mad_data.p_attr = p_user_query->p_attr;
696 p_user_query
[all...]

Completed in 54 milliseconds