Lines Matching defs:smc911x_local
68 struct smc911x_local { struct
74 struct sk_buff *pending_tx_skb;
77 u16 version;
78 u16 revision;
81 int tx_fifo_kb;
82 int tx_fifo_size;
83 int rx_fifo_size;
84 int afc_cfg;
87 int ctl_rfduplx;
88 int ctl_rspeed;
90 u32 msg_enable;
91 u32 phy_type;
92 struct mii_if_info mii;
95 struct work_struct phy_configure;
97 int tx_throttle;
98 spinlock_t lock;
100 struct net_device *netdev;
124 static inline unsigned int SMC_inl(struct smc911x_local *lp, int reg) in SMC_inl() argument