Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266467
b: refs/heads/master
c: ebe42d1
h: refs/heads/master
i:
  266465: 20172a8
  266463: 7869c31
v: v3
  • Loading branch information
Alexander Duyck authored and Jeff Kirsher committed Oct 7, 2011
1 parent cb7c337 commit f7ab681
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 143 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2bbfebe2db3453f9ad5a3de56b77d383b91a7829
refs/heads/master: ebe42d169bd0b4c3e2e355374d07ba7d51744601
8 changes: 3 additions & 5 deletions trunk/drivers/net/ethernet/intel/igb/igb.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ struct vf_data_storage {
#define IGB_TX_FLAGS_TSO 0x00000004
#define IGB_TX_FLAGS_IPV4 0x00000008
#define IGB_TX_FLAGS_TSTAMP 0x00000010
#define IGB_TX_FLAGS_MAPPED_AS_PAGE 0x00000020
#define IGB_TX_FLAGS_VLAN_MASK 0xffff0000
#define IGB_TX_FLAGS_VLAN_SHIFT 16

Expand All @@ -144,13 +143,12 @@ struct vf_data_storage {
struct igb_tx_buffer {
union e1000_adv_tx_desc *next_to_watch;
unsigned long time_stamp;
dma_addr_t dma;
u32 length;
u32 tx_flags;
struct sk_buff *skb;
unsigned int bytecount;
u16 gso_segs;
u8 mapped_as_page;
dma_addr_t dma;
u32 length;
u32 tx_flags;
};

struct igb_rx_buffer {
Expand Down
Loading

0 comments on commit f7ab681

Please sign in to comment.