igb: Combine all flag info fields into a single tx_flags structure
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 26 Aug 2011 07:44:59 +0000 (07:44 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 7 Oct 2011 06:38:42 +0000 (23:38 -0700)
commit2bbfebe2db3453f9ad5a3de56b77d383b91a7829
tree7e929ba271141dad1fff5a68a473e5490c017ab7
parent31f6adbb352ae118550ab51f2a5ed1023ec7eb03
igb: Combine all flag info fields into a single tx_flags structure

This change is meant to combine all of the TX flags fields into one u32
flags field so that it can be stored into the tx_buffer_info structure.
This includes the time stamp flag as well as mapped_as_page flag info.

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>
drivers/net/ethernet/intel/igb/igb.h
drivers/net/ethernet/intel/igb/igb_main.c
This page took 0.027205 seconds and 5 git commands to generate.