Searched refs:sa_mad_data (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c474 osmv_sa_mad_data_t sa_mad_data; local
492 sa_mad_data.method = IB_MAD_METHOD_GETTABLE;
493 sa_mad_data.attr_mod = 0;
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;
512 sa_mad_data
[all...]
H A Dosm_vendor_mlx_sa.c589 osmv_sa_mad_data_t sa_mad_data; local
602 sa_mad_data.method = IB_MAD_METHOD_GETTABLE;
603 sa_mad_data.attr_mod = 0;
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;
624 sa_mad_data
[all...]
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmcg.c247 struct ib_sa_mcmember_data *sa_mad_data = (struct ib_sa_mcmember_data *)&mad.data; local
254 sa_mad_data->port_gid.global.interface_id = group->demux->guid_cache[0];

Completed in 178 milliseconds