Home
last modified time | relevance | path

Searched refs:sa_node_record_t (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_utils.c188 sa_node_record_t *node_record = (sa_node_record_t *)record; in ibmf_saa_node_record_parse_buffer()
596 sa_node_record_t *node_record = (sa_node_record_t *)record; in ibmf_saa_node_record_to_buf()
1005 struct_size = sizeof (sa_node_record_t); in ibmf_saa_utils_pack_payload()
1193 struct_size = sizeof (sa_node_record_t); in ibmf_saa_utils_unpack_payload()
H A Dibmf_saa_impl.c3559 attr_length = sizeof (sa_node_record_t); in ibmf_saa_impl_get_attr_id_length()
/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_utils.c53 extern ibt_status_t ibcm_get_node_rec(ibmf_saa_handle_t, sa_node_record_t *,
1909 ibcm_dump_noderec(sa_node_record_t *nrec) in ibcm_dump_noderec()
1950 sa_node_record_t nr_req, *nr_resp; in ibcm_ibtl_node_info()
1978 bzero(&nr_req, sizeof (sa_node_record_t)); in ibcm_ibtl_node_info()
1990 num_rec = len/sizeof (sa_node_record_t); in ibcm_ibtl_node_info()
1991 nr_resp = (sa_node_record_t *)(uchar_t *)res_p; in ibcm_ibtl_node_info()
H A Dibcm_ti.c53 ibt_status_t ibcm_get_node_rec(ibmf_saa_handle_t, sa_node_record_t *,
5655 sa_node_record_t nr_req, *nr_resp; in ibt_gid_to_node_info()
5807 bzero(&nr_req, sizeof (sa_node_record_t)); in ibt_gid_to_node_info()
5824 num_rec = len/sizeof (sa_node_record_t); in ibt_gid_to_node_info()
5825 nr_resp = (sa_node_record_t *)(uchar_t *)res_p; in ibt_gid_to_node_info()
5892 ibcm_get_node_rec(ibmf_saa_handle_t saa_handle, sa_node_record_t *nr_req, in ibcm_get_node_rec()
5902 args.sq_template_length = sizeof (sa_node_record_t); in ibcm_get_node_rec()
5990 sa_node_record_t nr_req, *nr_resp; in ibt_lid_to_node_info()
6005 bzero(&nr_req, sizeof (sa_node_record_t)); in ibt_lid_to_node_info()
6022 num_rec = len/sizeof (sa_node_record_t); in ibt_lid_to_node_info()
[all …]
/titanic_41/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c118 static sa_node_record_t *ibdm_get_node_records(ibmf_saa_handle_t,
121 ib_guid_t, sa_node_record_t **, size_t *);
1949 sa_node_record_t req, *resp = NULL; in ibdm_get_node_port_guids()
1954 bzero(&req, sizeof (sa_node_record_t)); in ibdm_get_node_port_guids()
2015 sa_node_record_t *nrec; in ibdm_get_reachable_ports()
4236 sa_node_record_t *nr, *tmp; in ibdm_probe_ioc()
4260 nrecords = (nr_len / sizeof (sa_node_record_t)); in ibdm_probe_ioc()
4591 static sa_node_record_t *
4594 sa_node_record_t req, *resp = NULL; in ibdm_get_node_records()
4600 bzero(&req, sizeof (sa_node_record_t)); in ibdm_get_node_records()
[all …]
/titanic_41/usr/src/uts/common/sys/ib/mgt/
H A Dsa_recs.h113 } sa_node_record_t; typedef
/titanic_41/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h2169 void ibcm_dump_noderec(sa_node_record_t *);