linux/drivers/net/ethernet/intel/igb
Alexander Duyck 1cc3bd8792 igb: Remove multi_tx_table and simplify igb_xmit_frame
Instead of using the multi_tx_table to map possible Tx queues to Tx rings
we can just do simple subtraction for the unlikely event that the Tx queue
provided exceeds the number of Tx rings.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by:  Aaron Brown  <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2011-09-19 23:59:34 -07:00
..
e1000_82575.c
e1000_82575.h
e1000_defines.h
e1000_hw.h
e1000_mac.c
e1000_mac.h
e1000_mbx.c
e1000_mbx.h
e1000_nvm.c
e1000_nvm.h
e1000_phy.c
e1000_phy.h
e1000_regs.h
igb_ethtool.c igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC 2011-09-19 23:59:14 -07:00
igb_main.c igb: Remove multi_tx_table and simplify igb_xmit_frame 2011-09-19 23:59:34 -07:00
igb.h igb: Remove multi_tx_table and simplify igb_xmit_frame 2011-09-19 23:59:34 -07:00
Makefile