commit | c96ddb0ba2b395760275766e97b57f8136112a35 | [log] [tgz] |
---|---|---|
author | Wei Yang <weiyang@linux.vnet.ibm.com> | Sat May 25 06:23:45 2013 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sun Jul 28 02:50:53 2013 -0700 |
tree | 9439b53ea8b1eadadc1efc2bf929be8987142891 | |
parent | 2592881990198f2b63eefcbc914a7d5259b25580 [diff] |
e1000e: Use marco instead of digit for defining e1000_rx_desc_packet_split In structure e1000_rx_desc_packet_split, the size of wb.upper.length is defined by a digit. This may introduce some problem when the length is changed. This patch use the macro PS_PAGE_BUFFERS for the definition. And move the definition to hw.h. Signed-off-by: Wei Yang <weiyang@linux.vnet.ibm.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>