Searched refs:dma_ok (Results 1 – 4 of 4) sorted by relevance
77 const bool dma_ok = request->dma_ok(); in GrpcRecvTensorAsync() local80 [this, opts, response, done, src_dev, request, dma_ok]( in GrpcRecvTensorAsync()93 DMAHelper::CanUseDMA(&val) && dma_ok) { in GrpcRecvTensorAsync()
60 bool dma_ok = resp_.metadata().has_transport_options(); in Start() local61 if (s.ok() && tensor().TotalBytes() > 1024 && (!is_dead()) && dma_ok) { in Start()
688 u8 dma_ok; in musb_ep_program() local864 dma_ok = dma_controller->channel_program(dma_channel, in musb_ep_program()869 if (!dma_ok) { in musb_ep_program()
322 bool dma_ok = 3; field356 // e.g. in the event that `RecvTensorRequest.dma_ok` was true.