Lines Matching refs:DstDevId
246 int32_t DstDevId) { in isDataExchangeable() argument
254 Request->set_dst_dev_id(DstDevId); in isDataExchangeable()
262 CLIENT_DBG("Data is exchangeable between %d, %d", SrcDevId, DstDevId) in isDataExchangeable()
265 DstDevId) in isDataExchangeable()
426 int32_t DstDevId, void *DstPtr, in dataExchange() argument
437 Request->set_dst_dev_id(DstDevId); in dataExchange()
449 Size, SrcDevId, SrcPtr, DstPtr, DstDevId) in dataExchange()
453 Size, SrcDevId, SrcPtr, DstPtr, DstDevId) in dataExchange()
648 int32_t DstDevId) { in isDataExchangeable() argument
651 std::tie(DstClientIdx, DstDeviceIdx) = mapDeviceId(DstDevId); in isDataExchangeable()
683 int32_t DstDevId, void *DstPtr, in dataExchange() argument
687 std::tie(DstClientIdx, DstDeviceIdx) = mapDeviceId(DstDevId); in dataExchange()