Lines Matching defs:spider_net_card
444 struct spider_net_card { struct
445 struct net_device *netdev;
446 struct pci_dev *pdev;
447 struct mii_phy phy;
449 struct napi_struct napi;
451 int medium;
453 void __iomem *regs;
455 struct spider_net_descr_chain tx_chain;
456 struct spider_net_descr_chain rx_chain;
457 struct spider_net_descr *low_watermark;
459 int aneg_count;
460 struct timer_list aneg_timer;
461 struct timer_list tx_timer;
462 struct work_struct tx_timeout_task;
463 atomic_t tx_timeout_task_counter;
464 wait_queue_head_t waitq;
465 int num_rx_ints;
466 int ignore_rx_ramfull;
469 int msg_enable;
470 struct spider_net_extra_stats spider_stats;
473 struct spider_net_descr darray[];