Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c1626 static void copy_ah_attr_to_uverbs(struct ib_uverbs_qp_dest *uverb_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()
1634 if (uverb_attr->is_global) { in copy_ah_attr_to_uverbs()
1637 memcpy(uverb_attr->dgid, grh->dgid.raw, 16); in copy_ah_attr_to_uverbs()
1638 uverb_attr->flow_label = grh->flow_label; in copy_ah_attr_to_uverbs()
1639 uverb_attr->sgid_index = grh->sgid_index; in copy_ah_attr_to_uverbs()
[all …]