Lines Matching refs:SrcDevId
245 int32_t RemoteOffloadClient::isDataExchangeable(int32_t SrcDevId, in isDataExchangeable() argument
253 Request->set_src_dev_id(SrcDevId); in isDataExchangeable()
262 CLIENT_DBG("Data is exchangeable between %d, %d", SrcDevId, DstDevId) in isDataExchangeable()
264 CLIENT_DBG("Data is not exchangeable between %d, %d", SrcDevId, in isDataExchangeable()
425 int32_t RemoteOffloadClient::dataExchange(int32_t SrcDevId, void *SrcPtr, in dataExchange() argument
435 Request->set_src_dev_id(SrcDevId); in dataExchange()
449 Size, SrcDevId, SrcPtr, DstPtr, DstDevId) in dataExchange()
453 Size, SrcDevId, SrcPtr, DstPtr, DstDevId) in dataExchange()
647 int32_t RemoteClientManager::isDataExchangeable(int32_t SrcDevId, in isDataExchangeable() argument
650 std::tie(SrcClientIdx, SrcDeviceIdx) = mapDeviceId(SrcDevId); in isDataExchangeable()
682 int32_t RemoteClientManager::dataExchange(int32_t SrcDevId, void *SrcPtr, in dataExchange() argument
686 std::tie(SrcClientIdx, SrcDeviceIdx) = mapDeviceId(SrcDevId); in dataExchange()