Searched refs:alt_dest (Results 1 – 4 of 4) sorted by relevance
1207 memcpy(attr->alt_ah_attr.grh.dgid.raw, resp.alt_dest.dgid, 16); in ibv_cmd_query_qp()1208 attr->alt_ah_attr.grh.flow_label = resp.alt_dest.flow_label; in ibv_cmd_query_qp()1209 attr->alt_ah_attr.dlid = resp.alt_dest.dlid; in ibv_cmd_query_qp()1210 attr->alt_ah_attr.grh.sgid_index = resp.alt_dest.sgid_index; in ibv_cmd_query_qp()1211 attr->alt_ah_attr.grh.hop_limit = resp.alt_dest.hop_limit; in ibv_cmd_query_qp()1212 attr->alt_ah_attr.grh.traffic_class = resp.alt_dest.traffic_class; in ibv_cmd_query_qp()1213 attr->alt_ah_attr.sl = resp.alt_dest.sl; in ibv_cmd_query_qp()1214 attr->alt_ah_attr.src_path_bits = resp.alt_dest.src_path_bits; in ibv_cmd_query_qp()1215 attr->alt_ah_attr.static_rate = resp.alt_dest.static_rate; in ibv_cmd_query_qp()1216 attr->alt_ah_attr.is_global = resp.alt_dest.is_global; in ibv_cmd_query_qp()[all …]
718 struct ibv_qp_dest alt_dest; member752 struct ibv_qp_dest alt_dest; member
2299 memcpy(resp.alt_dest.dgid, attr->alt_ah_attr.grh.dgid.raw, 16); in ib_uverbs_query_qp()2300 resp.alt_dest.flow_label = attr->alt_ah_attr.grh.flow_label; in ib_uverbs_query_qp()2301 resp.alt_dest.sgid_index = attr->alt_ah_attr.grh.sgid_index; in ib_uverbs_query_qp()2302 resp.alt_dest.hop_limit = attr->alt_ah_attr.grh.hop_limit; in ib_uverbs_query_qp()2303 resp.alt_dest.traffic_class = attr->alt_ah_attr.grh.traffic_class; in ib_uverbs_query_qp()2304 resp.alt_dest.dlid = attr->alt_ah_attr.dlid; in ib_uverbs_query_qp()2305 resp.alt_dest.sl = attr->alt_ah_attr.sl; in ib_uverbs_query_qp()2306 resp.alt_dest.src_path_bits = attr->alt_ah_attr.src_path_bits; in ib_uverbs_query_qp()2307 resp.alt_dest.static_rate = attr->alt_ah_attr.static_rate; in ib_uverbs_query_qp()2308 resp.alt_dest.is_global = !!(attr->alt_ah_attr.ah_flags & IB_AH_GRH); in ib_uverbs_query_qp()[all …]
631 struct ib_uverbs_qp_dest alt_dest; member665 struct ib_uverbs_qp_dest alt_dest; member