linux/drivers/infiniband/hw/nes
Roel Kluin 28e43a519b RDMA/nes: Fix off-by-one bugs in reset_adapter_ne020() and init_serdes()
With a postfix increment, i is incremented one past 10K/5K before the
loop ends, so the error messages will be displayed too soon if the
test succeeds on the last iteration.  Fix the comparisons to be >
instead of >=.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2009-05-15 10:16:45 -07:00
..
Kconfig RDMA/nes: Use LRO 2008-04-29 13:46:54 -07:00
Makefile
nes.c dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) 2009-04-07 08:31:11 -07:00
nes.h RDMA/nes: Update iw_nes version 2009-04-27 13:46:29 -07:00
nes_cm.c RDMA/nes: Fix error path in nes_accept() 2009-04-27 13:45:19 -07:00
nes_cm.h RDMA/nes: Increase rexmit timeout interval 2009-04-27 13:39:36 -07:00
nes_context.h RDMA/nes: Update copyright to new legal entity and year 2009-03-06 15:12:10 -08:00
nes_hw.c RDMA/nes: Fix off-by-one bugs in reset_adapter_ne020() and init_serdes() 2009-05-15 10:16:45 -07:00
nes_hw.h RDMA/nes: Add support for new SFP+ PHY 2009-04-08 14:27:56 -07:00
nes_nic.c RDMA/nes: Add support for new SFP+ PHY 2009-04-08 14:27:56 -07:00
nes_user.h RDMA/nes: Update copyright to new legal entity and year 2009-03-06 15:12:10 -08:00
nes_utils.c RDMA/nes: Update copyright to new legal entity and year 2009-03-06 15:12:10 -08:00
nes_verbs.c RDMA/nes: Fix fw_ver in /sys 2009-04-27 13:33:48 -07:00
nes_verbs.h RDMA/nes: Fix resource issues in nes_create_cq() and nes_destroy_cq() 2009-04-21 16:16:48 -07:00