numam-dpdk/drivers/net/axgbe
Thomas Monjalon f8e9989606 remove useless constructor headers
A constructor is usually declared with RTE_INIT* macros.
As it is a static function, no need to declare before its definition.
The macro is used directly in the function definition.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2018-07-12 00:00:35 +02:00
..
axgbe_common.h drivers/net: remove duplicated includes 2018-04-27 15:54:55 +01:00
axgbe_dev.c net/axgbe: fix jumbo setting overwritten 2018-05-02 19:28:48 +02:00
axgbe_ethdev.c remove useless constructor headers 2018-07-12 00:00:35 +02:00
axgbe_ethdev.h net/axgbe: add workaround for ethernet training 2018-04-14 00:41:44 +02:00
axgbe_i2c.c net/axgbe: add phy init and related APIs 2018-04-14 00:41:44 +02:00
axgbe_logs.h net/axgbe: add minimal init and uninit support 2018-04-14 00:41:44 +02:00
axgbe_mdio.c net/axgbe: add workaround for ethernet training 2018-04-14 00:41:44 +02:00
axgbe_phy_impl.c net/axgbe: fix EEPROM string comparison 2018-05-14 23:32:23 +02:00
axgbe_phy.h net/axgbe: add phy register map and helper macros 2018-04-14 00:41:44 +02:00
axgbe_rxtx_vec_sse.c net/axgbe: add Rx/Tx data path 2018-04-14 00:41:44 +02:00
axgbe_rxtx.c ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
axgbe_rxtx.h net/axgbe: fix incorrect cache alignment macro 2018-04-27 15:54:56 +01:00
Makefile net/axgbe: add Rx/Tx data path 2018-04-14 00:41:44 +02:00
meson.build net/axgbe: support meson build 2018-04-14 00:41:44 +02:00
rte_pmd_axgbe_version.map net/axgbe: add minimal init and uninit support 2018-04-14 00:41:44 +02:00