| .. | .. |
|---|
| 2847 | 2847 | u32 port1_flags; |
|---|
| 2848 | 2848 | u32 port2_flags; |
|---|
| 2849 | 2849 | u32 port3_flags; |
|---|
| 2850 | | - u32 reserved2[1]; |
|---|
| 2850 | + u32 reserved2; |
|---|
| 2851 | 2851 | }; |
|---|
| 2852 | 2852 | |
|---|
| 2853 | 2853 | |
|---|
| .. | .. |
|---|
| 2873 | 2873 | struct tg3_link_config { |
|---|
| 2874 | 2874 | /* Describes what we're trying to get. */ |
|---|
| 2875 | 2875 | u32 advertising; |
|---|
| 2876 | | - u16 speed; |
|---|
| 2876 | + u32 speed; |
|---|
| 2877 | 2877 | u8 duplex; |
|---|
| 2878 | 2878 | u8 autoneg; |
|---|
| 2879 | 2879 | u8 flowctrl; |
|---|
| .. | .. |
|---|
| 2882 | 2882 | u8 active_flowctrl; |
|---|
| 2883 | 2883 | |
|---|
| 2884 | 2884 | u8 active_duplex; |
|---|
| 2885 | | - u16 active_speed; |
|---|
| 2885 | + u32 active_speed; |
|---|
| 2886 | 2886 | u32 rmt_adv; |
|---|
| 2887 | 2887 | }; |
|---|
| 2888 | 2888 | |
|---|