Home
last modified time | relevance | path

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

/linux-4.19.296/include/rdma/
Dib_sa.h215 enum sa_path_rec_type rec_type; member
221 switch (rec->rec_type) { in sa_conv_pathrec_to_gid_type()
294 if (src->rec_type != SA_PATH_REC_TYPE_OPA) in sa_convert_path_opa_to_ib()
298 dest->rec_type = SA_PATH_REC_TYPE_IB; in sa_convert_path_opa_to_ib()
306 if (src->rec_type != SA_PATH_REC_TYPE_IB) in sa_convert_path_ib_to_opa()
311 dest->rec_type = SA_PATH_REC_TYPE_OPA; in sa_convert_path_ib_to_opa()
589 return ((rec->rec_type == SA_PATH_REC_TYPE_ROCE_V1) || in sa_path_is_roce()
590 (rec->rec_type == SA_PATH_REC_TYPE_ROCE_V2)); in sa_path_is_roce()
595 return (rec->rec_type == SA_PATH_REC_TYPE_OPA); in sa_path_is_opa()
600 if (rec->rec_type == SA_PATH_REC_TYPE_IB) in sa_path_set_slid()
[all …]