Home
last modified time | relevance | path

Searched defs:at91_private (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/net/ethernet/cadence/
Dat91_ether.h85 struct at91_private struct
87 struct mii_if_info mii; /* ethtool support */
88 struct macb_platform_data board_data; /* board-specific
91 struct clk *ether_clk; /* clock */
94 unsigned long phy_type; /* type of PHY (PHY_ID) */
95 spinlock_t lock; /* lock for MDI interface */
96 short phy_media; /* media interface type */
97 unsigned short phy_address; /* 5-bit MDI address of PHY (0..31) */
98 struct timer_list check_timer; /* Poll link status */
101 struct sk_buff *skb; /* holds skb until xmit interrupt completes */
[all …]