sky2.h (a0afd4f7c1ff8cb7a9747150500f8ce081fbcfc9) | sky2.h (e072b3fad5f3915102c94628b4971f52ff99dd05) |
---|---|
1/* 2 * Definitions for the new Marvell Yukon 2 driver. 3 */ 4#ifndef _SKY2_H 5#define _SKY2_H 6 7#define ETH_JUMBO_MTU 9000 /* Maximum MTU supported */ 8 --- 2227 unchanged lines hidden (view full) --- 2236 struct sky2_rx_le *rx_le; 2237 struct sky2_stats rx_stats; 2238 2239 u16 rx_next; /* next re to check */ 2240 u16 rx_put; /* next le index to use */ 2241 u16 rx_pending; 2242 u16 rx_data_size; 2243 u16 rx_nfrags; | 1/* 2 * Definitions for the new Marvell Yukon 2 driver. 3 */ 4#ifndef _SKY2_H 5#define _SKY2_H 6 7#define ETH_JUMBO_MTU 9000 /* Maximum MTU supported */ 8 --- 2227 unchanged lines hidden (view full) --- 2236 struct sky2_rx_le *rx_le; 2237 struct sky2_stats rx_stats; 2238 2239 u16 rx_next; /* next re to check */ 2240 u16 rx_put; /* next le index to use */ 2241 u16 rx_pending; 2242 u16 rx_data_size; 2243 u16 rx_nfrags; |
2244 u16 rx_tag; | |
2245 2246 struct { 2247 unsigned long last; 2248 u32 mac_rp; 2249 u8 mac_lev; 2250 u8 fifo_rp; 2251 u8 fifo_lev; 2252 } check; --- 176 unchanged lines hidden --- | 2244 2245 struct { 2246 unsigned long last; 2247 u32 mac_rp; 2248 u8 mac_lev; 2249 u8 fifo_rp; 2250 u8 fifo_lev; 2251 } check; --- 176 unchanged lines hidden --- |