Lines Matching defs:cp_private
321 struct cp_private { struct
322 void __iomem *regs;
323 struct net_device *dev;
324 spinlock_t lock;
325 u32 msg_enable;
327 struct napi_struct napi;
329 struct pci_dev *pdev;
330 u32 rx_config;
331 u16 cpcmd;
333 struct cp_extra_stats cp_stats;
335 unsigned rx_head ____cacheline_aligned;
336 unsigned rx_tail;
337 struct cp_desc *rx_ring;
338 struct sk_buff *rx_skb[CP_RX_RING_SIZE];
340 unsigned tx_head ____cacheline_aligned;
341 unsigned tx_tail;
342 struct cp_desc *tx_ring;
343 struct sk_buff *tx_skb[CP_TX_RING_SIZE];
345 unsigned rx_buf_sz;
346 unsigned wol_enabled : 1; /* Is Wake-on-LAN enabled? */
348 dma_addr_t ring_dma;
350 struct mii_if_info mii_if;