Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111365
b: refs/heads/master
c: 9da09bb
h: refs/heads/master
i:
  111363: 12a8c45
v: v3
  • Loading branch information
Jesse Brandeburg authored and Jeff Garzik committed Sep 3, 2008
1 parent 0858310 commit ca5012c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: 712744bebef1e47623244004a2770d0438b5b3f7
refs/heads/master: 9da09bb1b806a85a0bc4fb5426fb3022f56aad19
14 changes: 7 additions & 7 deletions trunk/drivers/net/ixgbe/ixgbe_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -1007,15 +1007,15 @@ struct ixgbe_legacy_tx_desc {
__le32 data;
struct {
__le16 length; /* Data buffer length */
u8 cso; /* Checksum offset */
u8 cmd; /* Descriptor control */
u8 cso; /* Checksum offset */
u8 cmd; /* Descriptor control */
} flags;
} lower;
union {
__le32 data;
struct {
u8 status; /* Descriptor status */
u8 css; /* Checksum start */
u8 css; /* Checksum start */
__le16 vlan;
} fields;
} upper;
Expand All @@ -1039,9 +1039,9 @@ union ixgbe_adv_tx_desc {
struct ixgbe_legacy_rx_desc {
__le64 buffer_addr; /* Address of the descriptor's data buffer */
__le16 length; /* Length of data DMAed into data buffer */
u16 csum; /* Packet checksum */
u8 status; /* Descriptor status */
u8 errors; /* Descriptor Errors */
__le16 csum; /* Packet checksum */
u8 status; /* Descriptor status */
u8 errors; /* Descriptor Errors */
__le16 vlan;
};

Expand All @@ -1061,7 +1061,7 @@ union ixgbe_adv_rx_desc {
__le32 rss; /* RSS Hash */
struct {
__le16 ip_id; /* IP id */
u16 csum; /* Packet Checksum */
__le16 csum; /* Packet Checksum */
} csum_ip;
} hi_dword;
} lower;
Expand Down

0 comments on commit ca5012c

Please sign in to comment.