linux/drivers/net/sfc
Stephen Hemminger 61357325f3 netdev: convert bulk of drivers to netdev_tx_t
In a couple of cases collapse some extra code like:
   int retval = NETDEV_TX_OK;
   ...
   return retval;
into
   return NETDEV_TX_OK;

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-09-01 01:14:07 -07:00
..
Kconfig
Makefile
bitfield.h
boards.c
boards.h
efx.c sfc: Improve reliability of RX queue flushing 2009-08-26 17:38:59 -07:00
efx.h netdev: convert bulk of drivers to netdev_tx_t 2009-09-01 01:14:07 -07:00
enum.h
ethtool.c sfc: Use generic MDIO flow control auto-negotiation functions 2009-04-29 17:32:37 -07:00
ethtool.h
falcon.c
falcon.h
falcon_gmac.c
falcon_hwdefs.h sfc: Do not reinitialise XAUI serdes before it has completed reset 2009-08-26 17:38:51 -07:00
falcon_io.h
falcon_xmac.c sfc: Do not reinitialise XAUI serdes before it has completed reset 2009-08-26 17:38:51 -07:00
gmii.h
mac.h
mdio_10g.c sfc: Use generic MDIO flow control auto-negotiation functions 2009-04-29 17:32:37 -07:00
mdio_10g.h sfc: Use generic MDIO flow control auto-negotiation functions 2009-04-29 17:32:37 -07:00
mtd.c
net_driver.h sfc: Work around XMAC bug causing packet loss with some peers 2009-08-26 17:38:56 -07:00
phy.h
rx.c
rx.h
selftest.c netdev: convert bulk of drivers to netdev_tx_t 2009-09-01 01:14:07 -07:00
selftest.h
sfe4001.c
spi.h
tenxpress.c sfc: Expose 100/1000BASE-T MDI-X status via ethtool 2009-06-11 02:47:11 -07:00
tx.c netdev: convert bulk of drivers to netdev_tx_t 2009-09-01 01:14:07 -07:00
tx.h netdev: convert bulk of drivers to netdev_tx_t 2009-09-01 01:14:07 -07:00
workarounds.h
xfp_phy.c sfc: QT2025C: Use hard reset only 2009-08-26 17:38:54 -07:00