Searched refs:uverb_attr (Results 1 – 1 of 1) sorted by relevance
1640 static void copy_ah_attr_to_uverbs(struct ib_uverbs_qp_dest *uverb_attr, in copy_ah_attr_to_uverbs() argument 1645 uverb_attr->dlid = rdma_ah_get_dlid(rdma_attr); in copy_ah_attr_to_uverbs() 1646 uverb_attr->sl = rdma_ah_get_sl(rdma_attr); in copy_ah_attr_to_uverbs() 1647 uverb_attr->src_path_bits = rdma_ah_get_path_bits(rdma_attr); in copy_ah_attr_to_uverbs() 1648 uverb_attr->static_rate = rdma_ah_get_static_rate(rdma_attr); in copy_ah_attr_to_uverbs() 1649 uverb_attr->is_global = !!(rdma_ah_get_ah_flags(rdma_attr) & in copy_ah_attr_to_uverbs() 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() 1654 uverb_attr->flow_label = grh->flow_label; in copy_ah_attr_to_uverbs() 1655 uverb_attr in copy_ah_attr_to_uverbs() 1755 copy_ah_attr_from_uverbs(struct ib_device * dev,struct rdma_ah_attr * rdma_attr,struct ib_uverbs_qp_dest * uverb_attr) copy_ah_attr_from_uverbs() argument [all...]