Home
last modified time | relevance | path

Searched refs:rdma_attr (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c1627 struct ib_ah_attr *rdma_attr) in copy_ah_attr_to_uverbs() argument
1629 uverb_attr->dlid = rdma_attr->dlid; in copy_ah_attr_to_uverbs()
1630 uverb_attr->sl = rdma_attr->sl; in copy_ah_attr_to_uverbs()
1631 uverb_attr->src_path_bits = rdma_attr->src_path_bits; in copy_ah_attr_to_uverbs()
1632 uverb_attr->static_rate = rdma_attr->static_rate; in copy_ah_attr_to_uverbs()
1633 uverb_attr->is_global = !!(rdma_attr->ah_flags & IB_AH_GRH); in copy_ah_attr_to_uverbs()
1635 const struct ib_global_route *grh = &rdma_attr->grh; in copy_ah_attr_to_uverbs()
1643 uverb_attr->port_num = rdma_attr->port_num; in copy_ah_attr_to_uverbs()
1738 struct ib_ah_attr *rdma_attr, in copy_ah_attr_from_uverbs() argument
1742 struct ib_global_route *grh = &rdma_attr->grh; in copy_ah_attr_from_uverbs()
[all …]