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