Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/ib/mgt/
H A Dsa_recs.h449 uint8_t NumbPath :7; /* max num. of paths to ret. */ member
478 uint8_t NumbPath :7; /* max num. of paths to ret. */ member
699 uint8_t NumbPath :7; /* max num. of paths to ret. */ member
725 uint8_t NumbPath :7; /* max num. of paths to ret. */ member
/titanic_41/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa.c970 path_record.NumbPath = *num_paths; in ibmf_saa_gid_to_pathrecords()
1084 path_record.NumbPath = 1; in ibmf_saa_paths_from_gid()
/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c1225 pathrec_req.NumbPath = *num_path; in ibcm_get_single_pathrec()
1275 "DGID %llX:%llX", pathrec_req.NumbPath, in ibcm_get_single_pathrec()
3261 pathrec_req.NumbPath = *num_path; in ibcm_get_ip_spr()
3287 "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()