Searched defs:netdev_private (Results 1 – 5 of 5) sorted by relevance
364 struct netdev_private { struct372 struct pci_dev *pdev;373 void __iomem *ioaddr;377 spinlock_t tx_lock;378 spinlock_t rx_lock;395 unsigned long cur_rx, old_rx; /* Producer/consumer ring indices */396 unsigned long cur_tx, old_tx;398 int wake_polarity;400 u8 duplex_polarity;401 u16 mcast_filter[4];[all …]
284 struct netdev_private { struct285 struct w840_rx_desc *rx_ring;286 dma_addr_t rx_addr[RX_RING_SIZE];287 struct w840_tx_desc *tx_ring;288 dma_addr_t tx_addr[TX_RING_SIZE];289 dma_addr_t ring_dma_addr;291 struct sk_buff* rx_skbuff[RX_RING_SIZE];294 struct net_device_stats stats;297 spinlock_t lock;298 int chip_id, drv_flags;[all …]
368 struct netdev_private { struct376 spinlock_t lock;383 int reset_timer_armed;388 int flags;390 unsigned long crvalue;395 int really_rx_count;398 int really_tx_count;399 int free_tx_count;403 unsigned int linkok;407 unsigned int PHYType;[all …]
515 struct netdev_private { struct527 unsigned int rx_done;530 unsigned int tx_done;537 void *queue_mem;542 spinlock_t lock;543 unsigned int cur_rx, dirty_rx; /* Producer/consumer ring indices */544 unsigned int cur_tx, dirty_tx, reap_tx;548 u32 tx_mode;549 u32 intr_timer_ctrl;550 u8 tx_threshold;[all …]
558 unsigned int cur_rx, dirty_rx;559 unsigned int cur_tx, dirty_tx;562 int oom;564 u32 intr_status;566 int hands_off;568 int ignore_phy;570 int mii;577 u32 tx_config, rx_config;581 u32 srr;583 u16 dspcfg;[all …]
Completed in 783 milliseconds