linux/drivers/net/ethernet/chelsio/cxgb4vf
Hariprasad Shenai 897d55df3c cxgb4vf: Add 40G support for cxgb4vf driver
Add 40G support for cxgb4vf driver. ethtool speed values are just numbers of
megabits and there is no SPEED_40000 in ethtool speed values. To be consistent,
use integer constants directly for all speeds.

Use is_x_10g_port()("is 10Gb/s or higher") in cfg_queues() instead of
is_10g_port() ("is exactly 10Gb/s"). Else we will end up using a single
"Queue Set" on 40Gb/s adapters.

Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-10-09 18:53:52 -04:00
..
adapter.h cxgb4vf: added much cleaner implementation of is_t4() 2013-12-03 16:55:40 -05:00
cxgb4vf_main.c cxgb4vf: Add 40G support for cxgb4vf driver 2014-10-09 18:53:52 -04:00
Makefile
sge.c cxgb4/cxgb4vf: Updated the LSO transfer length in CPL_TX_PKT_LSO for T5 2014-10-09 18:53:51 -04:00
t4vf_common.h cxgb4vf: Add 40G support for cxgb4vf driver 2014-10-09 18:53:52 -04:00
t4vf_defs.h
t4vf_hw.c cxgb4vf: Add 40G support for cxgb4vf driver 2014-10-09 18:53:52 -04:00