Lines Matching defs:winbond_private
228 static struct winbond_private struct
231 struct w840_rx_desc rx_ring[RX_RING_SIZE];
232 struct w840_tx_desc tx_ring[TX_RING_SIZE];
233 struct net_device *next_module; /* Link for devices of this type. */
234 void *priv_addr; /* Unaligned address for kfree */
235 const char *product_name;
237 int chip_id, drv_flags;
238 struct pci_dev *pci_dev;
239 int csr6;
240 struct w840_rx_desc *rx_head_desc;
241 unsigned int cur_rx, dirty_rx; /* Producer/consumer ring indices */
242 unsigned int rx_buf_sz; /* Based on MTU+slack. */
243 unsigned int cur_tx, dirty_tx;
244 int tx_q_bytes;
245 unsigned int tx_full:1; /* The Tx queue is full. */
247 unsigned int full_duplex:1; /* Full-duplex operation requested. */
248 unsigned int duplex_lock:1;
249 unsigned int medialock:1; /* Do not sense media. */
250 unsigned int default_port:4; /* Last dev->if_port value. */
252 int mii_cnt; /* MII device addresses. */
253 u16 advertising; /* NWay media advertisement */
254 unsigned char phys[2]; /* MII device addresses. */