Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291573
b: refs/heads/master
c: 729739b
h: refs/heads/master
i:
  291571: 372529b
v: v3
  • Loading branch information
Alexander Duyck authored and Jeff Kirsher committed Mar 17, 2012
1 parent 00d89e7 commit d55c19d
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 119 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: 091a6246869cec2ac66e897b436f7fd59ec4d316
refs/heads/master: 729739b754affa482e92fa7836e4066096089d11
5 changes: 2 additions & 3 deletions trunk/drivers/net/ethernet/intel/ixgbe/ixgbe.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
#define IXGBE_TX_FLAGS_FCOE (u32)(1 << 5)
#define IXGBE_TX_FLAGS_FSO (u32)(1 << 6)
#define IXGBE_TX_FLAGS_TXSW (u32)(1 << 7)
#define IXGBE_TX_FLAGS_MAPPED_AS_PAGE (u32)(1 << 8)
#define IXGBE_TX_FLAGS_VLAN_MASK 0xffff0000
#define IXGBE_TX_FLAGS_VLAN_PRIO_MASK 0xe0000000
#define IXGBE_TX_FLAGS_VLAN_PRIO_SHIFT 29
Expand Down Expand Up @@ -153,8 +152,8 @@ struct ixgbe_tx_buffer {
struct sk_buff *skb;
unsigned int bytecount;
unsigned short gso_segs;
dma_addr_t dma;
unsigned int length;
DEFINE_DMA_UNMAP_ADDR(dma);
DEFINE_DMA_UNMAP_LEN(len);
u32 tx_flags;
};

Expand Down
Loading

0 comments on commit d55c19d

Please sign in to comment.