aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/usrp3/include
diff options
context:
space:
mode:
authorAshish Chaudhari <ashish@ettus.com>2015-02-17 12:23:09 -0800
committerAshish Chaudhari <ashish@ettus.com>2015-02-17 12:23:09 -0800
commit230cf5d76ac2417c36713e82bcd0fbe7986b7847 (patch)
tree3b26eddabd81588a32b956d7f1d0ed3f5c42c135 /firmware/usrp3/include
parent3157734691882662fae4f86475a78db8fee1b441 (diff)
downloaduhd-230cf5d76ac2417c36713e82bcd0fbe7986b7847.tar.gz
uhd-230cf5d76ac2417c36713e82bcd0fbe7986b7847.tar.bz2
uhd-230cf5d76ac2417c36713e82bcd0fbe7986b7847.zip
x300: Multiple firmware fixes for Vivado
- Refactored SFP+ hotplug handler - GigE link state comes from SFP+ status and PHY status - Multiple tracing enhancements - Bumped firmware compat number to 4 - Bumpled FPGA compat number to 10
Diffstat (limited to 'firmware/usrp3/include')
-rw-r--r--firmware/usrp3/include/ethernet.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/usrp3/include/ethernet.h b/firmware/usrp3/include/ethernet.h
index 52f14d05b..a6bacfcd0 100644
--- a/firmware/usrp3/include/ethernet.h
+++ b/firmware/usrp3/include/ethernet.h
@@ -31,7 +31,7 @@ typedef void (*ethernet_link_changed_callback_t)(int ethnum, int speed);
/*!
* \brief one time call to initialize ethernet
*/
-void xge_ethernet_init(const uint32_t eth);
+void ethernet_init(const uint32_t eth);
/*!
* \brief Return number of ethernet interfaces
@@ -44,8 +44,7 @@ void dump_mdio_regs(const uint8_t eth, uint32_t mdio_port);
/*!
* \brief Test status of SFP+ modules
*/
-void
-xge_poll_sfpp_status(const uint32_t eth);
+void poll_sfpp_status(const uint32_t eth);
//! get the link status of eth (true for link up)
bool ethernet_get_link_up(const uint32_t eth);