Lines Matching defs:ns_dev
762 typedef struct ns_dev struct
764 int index; /* Card ID to the device driver */
765 int sram_size; /* In k x 32bit words. 32 or 128 */
766 unsigned long membase; /* Card's memory base address */
767 unsigned long max_pcr;
768 int rct_size; /* Number of entries */
769 int vpibits;
770 int vcibits;
771 struct pci_dev *pcidev;
772 struct atm_dev *atmdev;
773 tsq_info tsq;
774 rsq_info rsq;
775 scq_info *scq0, *scq1, *scq2; /* VBR SCQs */
776 skb_pool sbpool; /* Small buffers */
777 skb_pool lbpool; /* Large buffers */
778 skb_pool hbpool; /* Pre-allocated huge buffers */
779 skb_pool iovpool; /* iovector buffers */
780 volatile int efbie; /* Empty free buf. queue int. enabled */
781 volatile u32 tst_addr; /* SRAM address of the TST in use */
782 volatile int tst_free_entries;
783 vc_map vcmap[NS_MAX_RCTSIZE];
807 } ns_dev; argument