Lines Matching defs:w5100_priv
146 struct w5100_priv { struct
147 const struct w5100_ops *ops;
150 u32 s0_regs;
152 u32 s0_tx_buf;
153 u16 s0_tx_buf_size;
155 u32 s0_rx_buf;
156 u16 s0_rx_buf_size;
158 int irq;
159 int link_irq;
160 int link_gpio;
162 struct napi_struct napi;
163 struct net_device *ndev;
164 bool promisc;
165 u32 msg_enable;
167 struct workqueue_struct *xfer_wq;
168 struct work_struct rx_work;
169 struct sk_buff *tx_skb;
170 struct work_struct tx_work;
171 struct work_struct setrx_work;
172 struct work_struct restart_work;