Home
last modified time | relevance | path

Searched refs:NumbPath (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/mgt/
H A Dsa_recs.h447 uint8_t NumbPath :7; /* max num. of paths to ret. */ member
476 uint8_t NumbPath :7; /* max num. of paths to ret. */ member
697 uint8_t NumbPath :7; /* max num. of paths to ret. */ member
723 uint8_t NumbPath :7; /* max num. of paths to ret. */ member
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa.c968 path_record.NumbPath = *num_paths; in ibmf_saa_gid_to_pathrecords()
1082 path_record.NumbPath = 1; in ibmf_saa_paths_from_gid()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c1226 pathrec_req.NumbPath = *num_path; in ibcm_get_single_pathrec()
1276 "DGID %llX:%llX", pathrec_req.NumbPath, in ibcm_get_single_pathrec()
3262 pathrec_req.NumbPath = *num_path; in ibcm_get_ip_spr()
3288 "DGID %llX:%llX", pathrec_req.NumbPath, in ibcm_get_ip_spr()
H A Dibcm_utils.c1883 IBTF_DPRINTF_L5(cmlog, "Numb Paths: %02d", path_rec->NumbPath); in ibcm_dump_pathrec()