Lines Matching defs:ns_dev
707 typedef struct ns_dev { struct
708 int index; /* Card ID to the device driver */
709 int sram_size; /* In k x 32bit words. 32 or 128 */
710 void __iomem *membase; /* Card's memory base address */
711 unsigned long max_pcr;
712 int rct_size; /* Number of entries */
713 int vpibits;
714 int vcibits;
715 struct pci_dev *pcidev;
716 struct idr idr;
717 struct atm_dev *atmdev;
718 tsq_info tsq;
719 rsq_info rsq;
720 scq_info *scq0, *scq1, *scq2; /* VBR SCQs */
721 skb_pool sbpool; /* Small buffers */
722 skb_pool lbpool; /* Large buffers */
723 skb_pool hbpool; /* Pre-allocated huge buffers */
747 } ns_dev; argument