Searched defs:rtl8139_private (Results 1 – 1 of 1) sorted by relevance
578 struct rtl8139_private { struct579 void __iomem *mmio_addr;580 int drv_flags;581 struct pci_dev *pci_dev;582 u32 msg_enable;583 struct napi_struct napi;584 struct net_device *dev;586 unsigned char *rx_ring;587 unsigned int cur_rx; /* RX buf index of next pkt */588 struct rtl8139_stats rx_stats;[all …]