Lines Matching defs:spider_net_card
457 struct spider_net_card { struct
458 struct net_device *netdev;
459 struct pci_dev *pdev;
460 struct mii_phy phy;
462 struct napi_struct napi;
464 int medium;
466 void __iomem *regs;
468 struct spider_net_descr_chain tx_chain;
469 struct spider_net_descr_chain rx_chain;
470 struct spider_net_descr *low_watermark;
472 int aneg_count;
473 struct timer_list aneg_timer;
474 struct timer_list tx_timer;
475 struct work_struct tx_timeout_task;
476 atomic_t tx_timeout_task_counter;
477 wait_queue_head_t waitq;
478 int num_rx_ints;
479 int ignore_rx_ramfull;
482 int msg_enable;
483 struct spider_net_extra_stats spider_stats;
486 struct spider_net_descr darray[0];