Searched refs:rdma_attr (Results 1 – 3 of 3) sorted by relevance
1616 struct rdma_ah_attr *rdma_attr) in copy_ah_attr_to_uverbs() argument1620 uverb_attr->dlid = rdma_ah_get_dlid(rdma_attr); in copy_ah_attr_to_uverbs()1621 uverb_attr->sl = rdma_ah_get_sl(rdma_attr); in copy_ah_attr_to_uverbs()1622 uverb_attr->src_path_bits = rdma_ah_get_path_bits(rdma_attr); in copy_ah_attr_to_uverbs()1623 uverb_attr->static_rate = rdma_ah_get_static_rate(rdma_attr); in copy_ah_attr_to_uverbs()1624 uverb_attr->is_global = !!(rdma_ah_get_ah_flags(rdma_attr) & in copy_ah_attr_to_uverbs()1627 grh = rdma_ah_read_grh(rdma_attr); in copy_ah_attr_to_uverbs()1634 uverb_attr->port_num = rdma_ah_get_port_num(rdma_attr); in copy_ah_attr_to_uverbs()1729 struct rdma_ah_attr *rdma_attr, in copy_ah_attr_from_uverbs() argument1732 rdma_attr->type = rdma_ah_find_type(dev, uverb_attr->port_num); in copy_ah_attr_from_uverbs()[all …]
147 &rdma_attr.attr,
324 &rdma_attr.attr,