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()
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()
1477 struct ib_uverbs_qp_dest *dest_path) in uverbs_copy_path_info_from_ibt() argument
1480 ASSERT(dest_path != NULL); in uverbs_copy_path_info_from_ibt()
1482 (void) memcpy(&dest_path->dgid[0], in uverbs_copy_path_info_from_ibt()
1486 dest_path->dlid = src_path->cep_adds_vect.av_dlid; in uverbs_copy_path_info_from_ibt()
1487 dest_path->hop_limit = src_path->cep_adds_vect.av_hop; in uverbs_copy_path_info_from_ibt()
[all …]