Home
last modified time | relevance | path

Searched refs:sa_path_record_t (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_saa.h415 sa_path_record_t **result);
457 sa_path_record_t **result);
/titanic_41/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa.c920 uint8_t *num_paths, uint_t flags, size_t *length, sa_path_record_t **result) in ibmf_saa_gid_to_pathrecords()
922 sa_path_record_t path_record; in ibmf_saa_gid_to_pathrecords()
966 bzero(&path_record, sizeof (sa_path_record_t)); in ibmf_saa_gid_to_pathrecords()
1015 *num_paths = *length / sizeof (sa_path_record_t); in ibmf_saa_gid_to_pathrecords()
1062 size_t *length, sa_path_record_t **result) in ibmf_saa_paths_from_gid()
1064 sa_path_record_t path_record; in ibmf_saa_paths_from_gid()
1081 bzero(&path_record, sizeof (sa_path_record_t)); in ibmf_saa_paths_from_gid()
1115 *num_paths = *length / sizeof (sa_path_record_t); in ibmf_saa_paths_from_gid()
H A Dibmf_saa_utils.c423 sa_path_record_t *path_record = (sa_path_record_t *)record; in ibmf_saa_path_record_parse_buffer()
426 IBMF_SAA_PATH_RECORD_SIZE, path_record, sizeof (sa_path_record_t)); in ibmf_saa_path_record_parse_buffer()
831 sa_path_record_t *path_record = (sa_path_record_t *)record; in ibmf_saa_path_record_to_buf()
834 sizeof (sa_path_record_t), buffer, IBMF_SAA_PATH_RECORD_SIZE); in ibmf_saa_path_record_to_buf()
1070 struct_size = sizeof (sa_path_record_t); in ibmf_saa_utils_pack_payload()
1263 struct_size = sizeof (sa_path_record_t); in ibmf_saa_utils_unpack_payload()
H A Dibmf_saa_impl.c3598 attr_length = sizeof (sa_path_record_t); in ibmf_saa_impl_get_attr_id_length()
/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c68 static ibt_status_t ibcm_update_cep_info(sa_path_record_t *,
1069 ibcm_update_pri(sa_path_record_t *pr_resp, ibtl_cm_port_list_t *sl, in ibcm_update_pri()
1116 sa_path_record_t pathrec_req; in ibcm_get_single_pathrec()
1117 sa_path_record_t *pr_resp; in ibcm_get_single_pathrec()
1132 bzero(&pathrec_req, sizeof (sa_path_record_t)); in ibcm_get_single_pathrec()
1289 sizeof (sa_path_record_t); in ibcm_get_single_pathrec()
1301 num_rec = length / sizeof (sa_path_record_t); in ibcm_get_single_pathrec()
1314 pr_resp = (sa_path_record_t *)results_p; in ibcm_get_single_pathrec()
1379 sa_path_record_t *pr_resp; in ibcm_get_multi_pathrec()
1579 num_rec = length / sizeof (sa_path_record_t); in ibcm_get_multi_pathrec()
[all …]
H A Dibcm_utils.c1865 ibcm_dump_pathrec(sa_path_record_t *path_rec) in ibcm_dump_pathrec()
H A Dibcm_ti.c5663 sa_path_record_t *path; in ibt_gid_to_node_info()
6106 sa_path_record_t *path; in ibt_get_companion_port_gids()
/titanic_41/usr/src/uts/common/sys/ib/mgt/
H A Dsa_recs.h462 } sa_path_record_t; typedef
492 } sa_path_record_t; typedef
/titanic_41/usr/src/uts/common/sys/ib/mgt/ibdm/
H A Dibdm_impl.h382 void ibdm_dump_path_info(sa_path_record_t *);
/titanic_41/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c1995 sa_path_record_t *result; in ibdm_get_reachable_ports()
1996 sa_path_record_t *precp; in ibdm_get_reachable_ports()
4504 sa_path_record_t *path; in ibdm_create_gid_info()
6811 sa_path_record_t *path; in ibdm_reset_gidinfo()
7162 ibdm_dump_path_info(sa_path_record_t *path) in ibdm_dump_path_info()
/titanic_41/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h2168 void ibcm_dump_pathrec(sa_path_record_t *);