Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_saa.h413 sa_path_record_t **result);
455 sa_path_record_t **result);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa.c918 uint8_t *num_paths, uint_t flags, size_t *length, sa_path_record_t **result) in ibmf_saa_gid_to_pathrecords()
920 sa_path_record_t path_record; in ibmf_saa_gid_to_pathrecords()
964 bzero(&path_record, sizeof (sa_path_record_t)); in ibmf_saa_gid_to_pathrecords()
1013 *num_paths = *length / sizeof (sa_path_record_t); in ibmf_saa_gid_to_pathrecords()
1060 size_t *length, sa_path_record_t **result) in ibmf_saa_paths_from_gid()
1062 sa_path_record_t path_record; in ibmf_saa_paths_from_gid()
1079 bzero(&path_record, sizeof (sa_path_record_t)); in ibmf_saa_paths_from_gid()
1113 *num_paths = *length / sizeof (sa_path_record_t); in ibmf_saa_paths_from_gid()
H A Dibmf_saa_utils.c421 sa_path_record_t *path_record = (sa_path_record_t *)record; in ibmf_saa_path_record_parse_buffer()
424 IBMF_SAA_PATH_RECORD_SIZE, path_record, sizeof (sa_path_record_t)); in ibmf_saa_path_record_parse_buffer()
829 sa_path_record_t *path_record = (sa_path_record_t *)record; in ibmf_saa_path_record_to_buf()
832 sizeof (sa_path_record_t), buffer, IBMF_SAA_PATH_RECORD_SIZE); in ibmf_saa_path_record_to_buf()
1068 struct_size = sizeof (sa_path_record_t); in ibmf_saa_utils_pack_payload()
1261 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()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c1117 sa_path_record_t pathrec_req; in ibcm_get_single_pathrec()
1118 sa_path_record_t *pr_resp; in ibcm_get_single_pathrec()
1290 sizeof (sa_path_record_t); in ibcm_get_single_pathrec()
1380 sa_path_record_t *pr_resp; in ibcm_get_multi_pathrec()
1588 pr_resp = (sa_path_record_t *)results_p; in ibcm_get_multi_pathrec()
2578 sa_path_record_t *pr_resp; in ibt_get_alt_path()
3161 sa_path_record_t pathrec_req; in ibcm_get_ip_spr()
3162 sa_path_record_t *pr_resp; in ibcm_get_ip_spr()
3302 sizeof (sa_path_record_t); in ibcm_get_ip_spr()
3381 sa_path_record_t *pr_resp; in ibcm_get_ip_mpr()
[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()
/illumos-gate/usr/src/uts/common/sys/ib/mgt/
H A Dsa_recs.h460 } sa_path_record_t; typedef
490 } sa_path_record_t; typedef
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibdm/
H A Dibdm_impl.h382 void ibdm_dump_path_info(sa_path_record_t *);
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h2168 void ibcm_dump_pathrec(sa_path_record_t *);