linux/drivers/net/chelsio
Roland Dreier 54d3e56820 chelsio: Fix non-NAPI compile
Chelsio without NAPI enabled has been broken (won't compile) since
3de00b89 ("chelsio: NAPI speed improvement"):

    drivers/net/chelsio/sge.c: In function `t1_interrupt`:
    drivers/net/chelsio/sge.c:1716: error: `Q` undeclared (first use in this function)

The change below seems to add back in the declaration and
initialization of `Q` that was removed by mistake, and at least makes
the driver compile for me, although I have no hardware and hence no
way to test whether this actually works.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-02-27 04:27:13 -05:00
..
common.h chelsio: spaces, tabs and friends 2007-02-05 16:58:43 -05:00
cphy.h WorkQueue: Fix up arch-specific work items where possible 2006-12-05 19:36:26 +00:00
cpl5_cmd.h chelsio: spaces, tabs and friends 2007-02-05 16:58:43 -05:00
cxgb2.c chelsio: tabulate the update of the statistic counters 2007-02-05 16:58:43 -05:00
elmer0.h chelsio: spaces, tabs and friends 2007-02-05 16:58:43 -05:00
espi.c chelsio: spaces, tabs and friends 2007-02-05 16:58:43 -05:00
espi.h [PATCH] chelsio: add support for other 10G boards 2006-12-02 00:24:49 -05:00
fpga_defs.h chelsio: spaces, tabs and friends 2007-02-05 16:58:43 -05:00
gmac.h chelsio: spaces, tabs and friends 2007-02-05 16:58:43 -05:00
ixf1010.c chelsio: tabulate the update of the statistic counters 2007-02-05 16:58:43 -05:00
mac.c [PATCH] chelsio: add 1G swcixw aupport 2006-12-02 00:24:49 -05:00
Makefile [PATCH] chelsio: add 1G swcixw aupport 2006-12-02 00:24:49 -05:00
mv88e1xxx.c chelsio: useless curly braces 2007-02-05 16:58:43 -05:00
mv88e1xxx.h [PATCH] chelsio: add support for other 10G boards 2006-12-02 00:24:49 -05:00
mv88x201x.c [PATCH] chelsio: add support for other 10G boards 2006-12-02 00:24:49 -05:00
my3126.c chelsio: the return statement is not a function 2007-02-05 16:58:43 -05:00
pm3393.c chelsio: tabulate the update of the statistic counters 2007-02-05 16:58:43 -05:00
regs.h [PATCH] chelsio: add support for other 10G boards 2006-12-02 00:24:49 -05:00
sge.c chelsio: Fix non-NAPI compile 2007-02-27 04:27:13 -05:00
sge.h [PATCH] chelsio: working NAPI 2006-12-11 09:51:07 -05:00
subr.c chelsio: spaces, tabs and friends 2007-02-05 16:58:43 -05:00
suni1x10gexp_regs.h [PATCH] chelsio: add support for other 10G boards 2006-12-02 00:24:49 -05:00
tp.c chelsio: spaces, tabs and friends 2007-02-05 16:58:43 -05:00
tp.h [PATCH] chelsio: add support for other 10G boards 2006-12-02 00:24:49 -05:00
vsc7326_reg.h chelsio: tabulate the update of the statistic counters 2007-02-05 16:58:43 -05:00
vsc7326.c chelsio: tabulate the update of the statistic counters 2007-02-05 16:58:43 -05:00
vsc8244_reg.h [PATCH] chelsio: add 1G swcixw aupport 2006-12-02 00:24:49 -05:00
vsc8244.c chelsio: spaces, tabs and friends 2007-02-05 16:58:43 -05:00