提交 6cccd6e7 编写于 作者: R Rolf Eike Beer 提交者: Jeff Garzik

r8169: add endianess annotations to [RT]xDesc

Signed-off-by: NRolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: NFrancois Romieu <romieu@fr.zoreil.com>
Cc: Edward Hsu <edward_hsu@realtek.com.tw>
上级 e9f63f30
......@@ -362,15 +362,15 @@ enum desc_status_bit {
#define RsvdMask 0x3fffc000
struct TxDesc {
u32 opts1;
u32 opts2;
u64 addr;
__le32 opts1;
__le32 opts2;
__le64 addr;
};
struct RxDesc {
u32 opts1;
u32 opts2;
u64 addr;
__le32 opts1;
__le32 opts2;
__le64 addr;
};
struct ring_info {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册