linux/drivers/net/ethernet/sfc
Dan Carpenter fe0be35e2c sfc: fix a timeout loop
We test for if "tries" is zero at the end but "tries--" is a post-op so
it will end with "tries" set to -1.  I have changed it to a pre-op
instead.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-12-15 12:46:26 -05:00
..
bitfield.h
ef10_regs.h
ef10_sriov.c
ef10_sriov.h
ef10.c sfc: only use RSS filters if we're using RSS 2015-12-12 00:26:18 -05:00
efx.c sfc: constify pci_error_handlers structures 2015-11-16 15:07:29 -05:00
efx.h sfc: only use RSS filters if we're using RSS 2015-12-12 00:26:18 -05:00
enum.h
ethtool.c
falcon_boards.c
falcon.c sfc: Allow driver to cope with a lower number of VIs than it needs for RSS 2015-08-28 13:53:47 -07:00
farch_regs.h
farch.c sfc: only use RSS filters if we're using RSS 2015-12-12 00:26:18 -05:00
filter.h
io.h
Kconfig
Makefile
mcdi_mon.c
mcdi_pcol.h
mcdi_port.c
mcdi.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2015-11-04 09:41:05 -08:00
mcdi.h
mdio_10g.c
mdio_10g.h
mtd.c
net_driver.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2015-11-03 13:41:45 -05:00
nic.c
nic.h
phy.h
ptp.c net: sfc: avoid using timespec 2015-10-01 09:59:24 -07:00
qt202x_phy.c
rx.c
selftest.c
selftest.h
siena_sriov.c
siena_sriov.h
siena.c sfc: Allow driver to cope with a lower number of VIs than it needs for RSS 2015-08-28 13:53:47 -07:00
sriov.c
sriov.h
tenxpress.c
tx.c sfc: push partner queue for skb->xmit_more 2015-11-02 23:02:58 -05:00
txc43128_phy.c sfc: fix a timeout loop 2015-12-15 12:46:26 -05:00
vfdi.h
workarounds.h