mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 00:38:55 +00:00
ipg: endianness annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
f53f4137ba
commit
857e37dc36
@ -776,17 +776,17 @@ enum ipg_regs {
|
|||||||
* TFD field is 64 bits wide.
|
* TFD field is 64 bits wide.
|
||||||
*/
|
*/
|
||||||
struct ipg_tx {
|
struct ipg_tx {
|
||||||
u64 next_desc;
|
__le64 next_desc;
|
||||||
u64 tfc;
|
__le64 tfc;
|
||||||
u64 frag_info;
|
__le64 frag_info;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Receive Frame Descriptor. Note, each RFD field is 64 bits wide.
|
/* Receive Frame Descriptor. Note, each RFD field is 64 bits wide.
|
||||||
*/
|
*/
|
||||||
struct ipg_rx {
|
struct ipg_rx {
|
||||||
u64 next_desc;
|
__le64 next_desc;
|
||||||
u64 rfs;
|
__le64 rfs;
|
||||||
u64 frag_info;
|
__le64 frag_info;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct SJumbo {
|
struct SJumbo {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user