Searched defs: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.c908 * dest_path - IBT path.
916 ibt_cep_path_t *dest_path)
919 ASSERT(dest_path != NULL);
921 (void) memcpy(&dest_path->cep_adds_vect.av_dgid,
924 dest_path->cep_adds_vect.av_flow = src_path->flow_label;
925 dest_path->cep_adds_vect.av_dlid = src_path->dlid;
926 dest_path->cep_adds_vect.av_hop = src_path->hop_limit;
927 dest_path->cep_adds_vect.av_tclass = src_path->traffic_class;
928 dest_path->cep_adds_vect.av_srvl = src_path->sl & 0x0f;
929 dest_path
915 uverbs_copy_path_info_from_ibv(struct ib_uverbs_qp_dest *src_path, ibt_cep_path_t *dest_path) argument
1476 uverbs_copy_path_info_from_ibt(ibt_cep_path_t *src_path, struct ib_uverbs_qp_dest *dest_path) argument
[all...]

Completed in 125 milliseconds