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