linux/drivers/net/ethernet/intel/igb
Alexander Duyck 7d13a7d0da igb: Consolidate creation of Tx context descriptors into a single function
This patch is meant to simplify the transmit path by reducing the overhead
for creating a transmit context descriptor.  The current implementation is
split with igb_tso and igb_tx_csum doing two separate implementations on
how to setup the tx_buffer_info structure and the tx_desc.  By combining
them it is possible to reduce code and simplify things since now only one
function will create context descriptors.

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-10-06 22:59:27 -07:00
..
e1000_82575.c
e1000_82575.h
e1000_defines.h
e1000_hw.h
e1000_mac.c igb: Alternate MAC Address Updates for Func2&3 2011-10-06 03:42:12 -07:00
e1000_mac.h
e1000_mbx.c
e1000_mbx.h
e1000_nvm.c
e1000_nvm.h
e1000_phy.c igb: Code to prevent overwriting SFP I2C 2011-10-06 03:33:03 -07:00
e1000_phy.h
e1000_regs.h
igb.h igb: split buffer_info into tx_buffer_info and rx_buffer_info 2011-10-06 22:53:13 -07:00
igb_ethtool.c igb: split buffer_info into tx_buffer_info and rx_buffer_info 2011-10-06 22:53:13 -07:00
igb_main.c igb: Consolidate creation of Tx context descriptors into a single function 2011-10-06 22:59:27 -07:00
Makefile