Home
last modified time | relevance | path

Searched refs:path_record (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa.c922 sa_path_record_t path_record; in ibmf_saa_gid_to_pathrecords() local
966 bzero(&path_record, sizeof (sa_path_record_t)); in ibmf_saa_gid_to_pathrecords()
968 path_record.SGID = sgid; in ibmf_saa_gid_to_pathrecords()
969 path_record.DGID = dgid; in ibmf_saa_gid_to_pathrecords()
970 path_record.NumbPath = *num_paths; in ibmf_saa_gid_to_pathrecords()
973 path_record.Reversible = 1; in ibmf_saa_gid_to_pathrecords()
979 path_record.P_Key = p_key; in ibmf_saa_gid_to_pathrecords()
991 path_record.MtuSelector = SA_PR_MTU_SEL_GREATER; in ibmf_saa_gid_to_pathrecords()
992 path_record.Mtu = (mtu - 1); in ibmf_saa_gid_to_pathrecords()
1000 access_args.sq_template = &path_record; in ibmf_saa_gid_to_pathrecords()
[all …]
H A Dibmf_saa_utils.c423 sa_path_record_t *path_record = (sa_path_record_t *)record; in ibmf_saa_path_record_parse_buffer() local
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() local
833 ibmf_utils_pack_data("2l4L2sl2c2s4c", path_record, in ibmf_saa_path_record_to_buf()