HomeSort by relevance Sort by last modified time
    Searched refs:ah_attr (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/contrib/verbs/
rdma.cc 720 attr.ah_attr.is_global = 1;
721 attr.ah_attr.grh.dgid.global.subnet_prefix = remoteAddr.snp;
722 attr.ah_attr.grh.dgid.global.interface_id = remoteAddr.iid;
723 attr.ah_attr.grh.flow_label = 0;
724 attr.ah_attr.grh.hop_limit = 255;
725 attr.ah_attr.dlid = remoteAddr.lid;
726 attr.ah_attr.sl = adapter_->params_.sl;
727 attr.ah_attr.src_path_bits = 0;
728 attr.ah_attr.port_num = adapter_->params_.port_num;
729 attr.ah_attr.grh.sgid_index = adapter_->params_.sgid_index
    [all...]
  /bionic/libc/kernel/uapi/rdma/
rdma_user_cm.h 162 struct ib_uverbs_ah_attr ah_attr; member in struct:rdma_ucm_ud_param
ib_user_verbs.h 429 struct ib_uverbs_ah_attr ah_attr; member in struct:ib_uverbs_qp_attr
  /external/kernel-headers/original/uapi/rdma/
rdma_user_cm.h 203 struct ib_uverbs_ah_attr ah_attr; member in struct:rdma_ucm_ud_param
ib_user_verbs.h 533 struct ib_uverbs_ah_attr ah_attr; member in struct:ib_uverbs_qp_attr

Completed in 199 milliseconds