From 0b403340c3e924b642ba72679a8a1bfa23bbfd4c Mon Sep 17 00:00:00 2001 From: Michael West Date: Wed, 14 Jun 2017 10:22:25 -0700 Subject: X300: Implement single DMA channel for all async messages --- host/lib/usrp/device3/device3_impl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/lib/usrp/device3/device3_impl.hpp') diff --git a/host/lib/usrp/device3/device3_impl.hpp b/host/lib/usrp/device3/device3_impl.hpp index 22c93f25f..043379108 100644 --- a/host/lib/usrp/device3/device3_impl.hpp +++ b/host/lib/usrp/device3/device3_impl.hpp @@ -56,9 +56,9 @@ public: //! The purpose of a transport enum xport_type_t { CTRL = 0, + ASYNC_MSG, TX_DATA, - RX_DATA, - ASYNC_TX_MSG + RX_DATA }; enum xport_t {AXI, ETH, PCIE}; -- cgit v1.2.3