Lines Matching defs:smc911x_local
67 struct smc911x_local { struct
73 struct sk_buff *pending_tx_skb;
76 u16 version;
77 u16 revision;
80 int tx_fifo_kb;
81 int tx_fifo_size;
82 int rx_fifo_size;
83 int afc_cfg;
86 int ctl_rfduplx;
87 int ctl_rspeed;
89 u32 msg_enable;
90 u32 phy_type;
91 struct mii_if_info mii;
94 struct work_struct phy_configure;
96 int tx_throttle;
97 spinlock_t lock;
99 struct net_device *netdev;
123 static inline unsigned int SMC_inl(struct smc911x_local *lp, int reg) in SMC_inl() argument