Lines Matching defs:smc911x_local
56 struct smc911x_local { struct
62 struct sk_buff *pending_tx_skb;
65 u16 version;
66 u16 revision;
69 int tx_fifo_kb;
70 int tx_fifo_size;
71 int rx_fifo_size;
72 int afc_cfg;
75 int ctl_rfduplx;
76 int ctl_rspeed;
78 u32 msg_enable;
79 u32 phy_type;
80 struct mii_if_info mii;
83 struct work_struct phy_configure;
85 int tx_throttle;
86 spinlock_t lock;
88 struct net_device *netdev;
112 static inline unsigned int SMC_inl(struct smc911x_local *lp, int reg) in SMC_inl() argument