Searched refs:sa_get_query_rec (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibdiag_sa.h | 70 void *sa_get_query_rec(void *mad, unsigned i);
|
H A D | saquery.c | 376 ib_node_record_t *nr = sa_get_query_rec(nr_result->p_result_madw, i); in dump_multicast_member_record() 793 void *data = sa_get_query_rec(r->p_result_madw, i); in dump_results() 881 node_record = sa_get_query_rec(result.p_result_madw, i); in get_lid_from_name() 1003 node_record = sa_get_query_rec(result.p_result_madw, i); in print_node_records() 1062 p_pr = sa_get_query_rec(result.p_result_madw, 0); in sm_pr_query() 1149 sa_get_query_rec(mc_group_result.p_result_madw, in print_multicast_member_records() 1471 cpi = sa_get_query_rec(result.p_result_madw, 0); in query_sa_cpi()
|
H A D | ibdiag_sa.c | 188 void *sa_get_query_rec(void *mad, unsigned i) in sa_get_query_rec() function
|
H A D | ibqueryerrors.c | 324 ib_path_rec_t *p_pr = (ib_path_rec_t *)sa_get_query_rec(r->p_result_madw, i); in insert_lid2sl_table()
|