Lines Matching defs:spider_net_card
443 struct spider_net_card { struct
444 struct net_device *netdev;
445 struct pci_dev *pdev;
446 struct mii_phy phy;
448 struct napi_struct napi;
450 int medium;
452 void __iomem *regs;
454 struct spider_net_descr_chain tx_chain;
455 struct spider_net_descr_chain rx_chain;
456 struct spider_net_descr *low_watermark;
458 int aneg_count;
459 struct timer_list aneg_timer;
460 struct timer_list tx_timer;
461 struct work_struct tx_timeout_task;
462 atomic_t tx_timeout_task_counter;
463 wait_queue_head_t waitq;
464 int num_rx_ints;
465 int ignore_rx_ramfull;
468 int msg_enable;
469 struct spider_net_extra_stats spider_stats;
472 struct spider_net_descr darray[];