diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2006-12-01 19:36:16 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-12-02 00:24:49 -0500 |
commit | f1d3d38af75789f1b82969b83b69cab540609789 (patch) | |
tree | 47d31e8a55fb65cf33797197b92a332630cfc3ef /drivers/net/chelsio/sge.h | |
parent | 415294ecbb32ddbd0a7a2b7bae0b60fedfa09cc4 (diff) |
[PATCH] chelsio: add support for other 10G boards
Add support for other versions of the 10G Chelsio boards.
This is basically a port of the vendor driver with the
TOE features removed.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/chelsio/sge.h')
-rw-r--r-- | drivers/net/chelsio/sge.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/chelsio/sge.h b/drivers/net/chelsio/sge.h index 91af47bab7be..4691c4f58e7f 100644 --- a/drivers/net/chelsio/sge.h +++ b/drivers/net/chelsio/sge.h | |||
@@ -92,5 +92,9 @@ void t1_sge_intr_disable(struct sge *); | |||
92 | void t1_sge_intr_clear(struct sge *); | 92 | void t1_sge_intr_clear(struct sge *); |
93 | const struct sge_intr_counts *t1_sge_get_intr_counts(struct sge *sge); | 93 | const struct sge_intr_counts *t1_sge_get_intr_counts(struct sge *sge); |
94 | const struct sge_port_stats *t1_sge_get_port_stats(struct sge *sge, int port); | 94 | const struct sge_port_stats *t1_sge_get_port_stats(struct sge *sge, int port); |
95 | void t1_sched_set_max_avail_bytes(struct sge *, unsigned int); | ||
96 | void t1_sched_set_drain_bits_per_us(struct sge *, unsigned int, unsigned int); | ||
97 | unsigned int t1_sched_update_parms(struct sge *, unsigned int, unsigned int, | ||
98 | unsigned int); | ||
95 | 99 | ||
96 | #endif /* _CXGB_SGE_H_ */ | 100 | #endif /* _CXGB_SGE_H_ */ |