Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c916 ibt_cep_path_t *dest_path) in uverbs_copy_path_info_from_ibv() argument
919 ASSERT(dest_path != NULL); in uverbs_copy_path_info_from_ibv()
921 (void) memcpy(&dest_path->cep_adds_vect.av_dgid, in uverbs_copy_path_info_from_ibv()
924 dest_path->cep_adds_vect.av_flow = src_path->flow_label; in uverbs_copy_path_info_from_ibv()
925 dest_path->cep_adds_vect.av_dlid = src_path->dlid; in uverbs_copy_path_info_from_ibv()
926 dest_path->cep_adds_vect.av_hop = src_path->hop_limit; in uverbs_copy_path_info_from_ibv()
927 dest_path->cep_adds_vect.av_tclass = src_path->traffic_class; in uverbs_copy_path_info_from_ibv()
928 dest_path->cep_adds_vect.av_srvl = src_path->sl & 0x0f; in uverbs_copy_path_info_from_ibv()
929 dest_path->cep_adds_vect.av_port_num = src_path->port_num; in uverbs_copy_path_info_from_ibv()
930 dest_path->cep_adds_vect.av_src_path = src_path->src_path_bits; in uverbs_copy_path_info_from_ibv()
[all …]