Lines Matching defs:at91_private
85 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 */
102 dma_addr_t skb_physaddr; /* phys addr from pci_map_single */
103 int skb_length; /* saved skb length for pci_unmap_single */
106 int rxBuffIndex; /* index into receive descriptor list */
107 struct recv_desc_bufs *dlist; /* descriptor list address */
108 struct recv_desc_bufs *dlist_phys; /* descriptor list physical address */