CONVERTOR_CUDA     62 ompi/mca/pml/ob1/pml_ob1_cuda.c     if ((sendreq->req_send.req_base.req_convertor.flags & CONVERTOR_CUDA) &&
CONVERTOR_CUDA     68 ompi/mca/pml/ob1/pml_ob1_cuda.c     sendreq->req_send.req_base.req_convertor.flags &= ~CONVERTOR_CUDA;
CONVERTOR_CUDA     73 ompi/mca/pml/ob1/pml_ob1_cuda.c         sendreq->req_send.req_base.req_convertor.flags |= CONVERTOR_CUDA;
CONVERTOR_CUDA     95 ompi/mca/pml/ob1/pml_ob1_cuda.c         sendreq->req_send.req_base.req_convertor.flags |= CONVERTOR_CUDA;
CONVERTOR_CUDA    170 ompi/mca/pml/ob1/pml_ob1_cuda.c     if ((recvreq->req_recv.req_base.req_convertor.flags & CONVERTOR_CUDA) &&
CONVERTOR_CUDA    172 ompi/mca/pml/ob1/pml_ob1_cuda.c         recvreq->req_recv.req_base.req_convertor.flags &= ~CONVERTOR_CUDA;
CONVERTOR_CUDA    174 ompi/mca/pml/ob1/pml_ob1_cuda.c             recvreq->req_recv.req_base.req_convertor.flags |= CONVERTOR_CUDA;
CONVERTOR_CUDA    177 ompi/mca/pml/ob1/pml_ob1_cuda.c             recvreq->req_recv.req_base.req_convertor.flags |= CONVERTOR_CUDA;
CONVERTOR_CUDA    609 ompi/mca/pml/ob1/pml_ob1_recvfrag.c     if ((sendreq->req_send.req_base.req_convertor.flags & CONVERTOR_CUDA) &&
CONVERTOR_CUDA    692 ompi/mca/pml/ob1/pml_ob1_recvreq.c         if (recvreq->req_recv.req_base.req_convertor.flags & CONVERTOR_CUDA) {
CONVERTOR_CUDA    723 ompi/mca/pml/ob1/pml_ob1_recvreq.c         if (recvreq->req_recv.req_base.req_convertor.flags & CONVERTOR_CUDA) {
CONVERTOR_CUDA    864 ompi/mca/pml/ob1/pml_ob1_recvreq.c     if ((recvreq->req_recv.req_base.req_convertor.flags & CONVERTOR_CUDA) &&
CONVERTOR_CUDA    986 ompi/mca/pml/ob1/pml_ob1_sendreq.c             if ((sendreq->req_send.req_base.req_convertor.flags & CONVERTOR_CUDA) && (bml_btl->btl->btl_cuda_max_send_size != 0)) {
CONVERTOR_CUDA    383 ompi/mca/pml/ob1/pml_ob1_sendreq.h     if (btl->btl_cuda_eager_limit && (sendreq->req_send.req_base.req_convertor.flags & CONVERTOR_CUDA)) {
CONVERTOR_CUDA    434 ompi/mca/pml/ob1/pml_ob1_sendreq.h             if (sendreq->req_send.req_base.req_convertor.flags & CONVERTOR_CUDA) {
CONVERTOR_CUDA    717 opal/datatype/opal_convertor.c     if( convertor->flags & CONVERTOR_CUDA ) opal_output( 0, "CUDA ");
CONVERTOR_CUDA    189 opal/datatype/opal_convertor.h     if( pConvertor->flags & (CONVERTOR_CUDA | CONVERTOR_CUDA_UNIFIED)) return 1;
CONVERTOR_CUDA     61 opal/datatype/opal_datatype_cuda.c         convertor->flags |= CONVERTOR_CUDA;
CONVERTOR_CUDA    125 opal/datatype/opal_datatype_cuda.c     if (!(convertor->flags & CONVERTOR_CUDA)) {
CONVERTOR_CUDA    923 opal/mca/btl/smcuda/btl_smcuda.c     if ((convertor->flags & CONVERTOR_CUDA) && (IPC_ACKED == endpoint->ipcstate)) {
CONVERTOR_CUDA    104 opal/mca/common/cuda/common_cuda.h     uint32_t cudaflag = pConvertor->flags & CONVERTOR_CUDA; /* Save CUDA flag */
CONVERTOR_CUDA    105 opal/mca/common/cuda/common_cuda.h     pConvertor->flags &= ~CONVERTOR_CUDA;              /* Clear CUDA flag if it exists */