Searched refs:uverb_attr (Results 1 – 1 of 1) sorted by relevance
1651 if (uverb_attr->is_global) { in copy_ah_attr_to_uverbs()1653 memcpy(uverb_attr->dgid, grh->dgid.raw, 16); in copy_ah_attr_to_uverbs()1656 uverb_attr->hop_limit = grh->hop_limit; in copy_ah_attr_to_uverbs()1755 struct ib_uverbs_qp_dest *uverb_attr) in copy_ah_attr_from_uverbs() argument1758 if (uverb_attr->is_global) { in copy_ah_attr_from_uverbs()1760 uverb_attr->flow_label, in copy_ah_attr_from_uverbs()1761 uverb_attr->sgid_index, in copy_ah_attr_from_uverbs()1762 uverb_attr->hop_limit, in copy_ah_attr_from_uverbs()1763 uverb_attr->traffic_class); in copy_ah_attr_from_uverbs()1768 rdma_ah_set_dlid(rdma_attr, uverb_attr->dlid); in copy_ah_attr_from_uverbs()[all …]