Lines Matching defs:bfin_mac_local
70 struct bfin_mac_local { struct
76 struct net_device_stats stats;
78 spinlock_t lock;
80 int wol; /* Wake On Lan */
81 int irq_wake_requested;
82 struct timer_list tx_reclaim_timer;
83 struct net_device *ndev;
84 struct napi_struct napi;
85 unsigned long flags;
88 u16 vlan1_mask, vlan2_mask;
91 int old_link; /* used by bf537_adjust_link */
92 int old_speed;
93 int old_duplex;
95 struct phy_device *phydev;
96 struct mii_bus *mii_bus;
99 u32 addend;
100 unsigned int shift;
101 s32 max_ppb;
102 struct hwtstamp_config stamp_cfg;
103 struct ptp_clock_info caps;
104 struct ptp_clock *clock;
105 int phc_index;
106 spinlock_t phc_lock; /* protects time lo/hi registers */