Searched refs:sa_path_record_t (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_saa.c | 918 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 D | ibmf_saa_utils.c | 421 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 D | ibmf_saa_impl.c | 3598 attr_length = sizeof (sa_path_record_t); in ibmf_saa_impl_get_attr_id_length()
|
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/ |
H A D | ibmf_saa.h | 413 sa_path_record_t **result); 455 sa_path_record_t **result);
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_path.c | 69 static ibt_status_t ibcm_update_cep_info(sa_path_record_t *, 1070 ibcm_update_pri(sa_path_record_t *pr_resp, ibtl_cm_port_list_t *sl, in ibcm_update_pri() 1117 sa_path_record_t pathrec_req; in ibcm_get_single_pathrec() 1118 sa_path_record_t *pr_resp; in ibcm_get_single_pathrec() 1133 bzero(&pathrec_req, sizeof (sa_path_record_t)); in ibcm_get_single_pathrec() 1290 sizeof (sa_path_record_t); in ibcm_get_single_pathrec() 1302 num_rec = length / sizeof (sa_path_record_t); in ibcm_get_single_pathrec() 1315 pr_resp = (sa_path_record_t *)results_p; in ibcm_get_single_pathrec() 1380 sa_path_record_t *pr_resp; in ibcm_get_multi_pathrec() 1580 num_rec = length / sizeof (sa_path_record_t); in ibcm_get_multi_pathrec() [all …]
|
H A D | ibcm_utils.c | 1865 ibcm_dump_pathrec(sa_path_record_t *path_rec) in ibcm_dump_pathrec()
|
H A D | ibcm_ti.c | 5663 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 D | sa_recs.h | 460 } sa_path_record_t; typedef 490 } sa_path_record_t; typedef
|
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibdm/ |
H A D | ibdm_impl.h | 382 void ibdm_dump_path_info(sa_path_record_t *);
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/ |
H A D | ibdm.c | 1995 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 D | ibcm_impl.h | 2168 void ibcm_dump_pathrec(sa_path_record_t *);
|