mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 09:31:14 +00:00
[TOKENRING]: be'ify trh_hdr, trllc, rif_cache_s
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
92d63decc0
commit
c6b3365391
2 changed files with 5 additions and 5 deletions
|
@ -36,8 +36,8 @@ struct trh_hdr {
|
||||||
__u8 fc; /* frame control field */
|
__u8 fc; /* frame control field */
|
||||||
__u8 daddr[TR_ALEN]; /* destination address */
|
__u8 daddr[TR_ALEN]; /* destination address */
|
||||||
__u8 saddr[TR_ALEN]; /* source address */
|
__u8 saddr[TR_ALEN]; /* source address */
|
||||||
__u16 rcf; /* route control field */
|
__be16 rcf; /* route control field */
|
||||||
__u16 rseg[8]; /* routing registers */
|
__be16 rseg[8]; /* routing registers */
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
|
@ -55,7 +55,7 @@ struct trllc {
|
||||||
__u8 ssap; /* source SAP */
|
__u8 ssap; /* source SAP */
|
||||||
__u8 llc; /* LLC control field */
|
__u8 llc; /* LLC control field */
|
||||||
__u8 protid[3]; /* protocol id */
|
__u8 protid[3]; /* protocol id */
|
||||||
__u16 ethertype; /* ether type field */
|
__be16 ethertype; /* ether type field */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Token-Ring statistics collection data. */
|
/* Token-Ring statistics collection data. */
|
||||||
|
|
|
@ -50,8 +50,8 @@ static void rif_check_expire(unsigned long dummy);
|
||||||
struct rif_cache_s {
|
struct rif_cache_s {
|
||||||
unsigned char addr[TR_ALEN];
|
unsigned char addr[TR_ALEN];
|
||||||
int iface;
|
int iface;
|
||||||
__u16 rcf;
|
__be16 rcf;
|
||||||
__u16 rseg[8];
|
__be16 rseg[8];
|
||||||
struct rif_cache_s *next;
|
struct rif_cache_s *next;
|
||||||
unsigned long last_used;
|
unsigned long last_used;
|
||||||
unsigned char local_ring;
|
unsigned char local_ring;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue