Lines Matching defs:solos_card
108 struct solos_card { struct
109 void __iomem *config_regs;
110 void __iomem *buffers;
111 int nr_ports;
112 int tx_mask;
113 struct pci_dev *dev;
114 struct atm_dev *atmdev[4];
115 struct tasklet_struct tlet;
116 spinlock_t tx_lock;
117 spinlock_t tx_queue_lock;
118 spinlock_t cli_queue_lock;
119 spinlock_t param_queue_lock;
120 struct list_head param_queue;
121 struct sk_buff_head tx_queue[4];
122 struct sk_buff_head cli_queue[4];
123 struct sk_buff *tx_skb[4];
124 struct sk_buff *rx_skb[4];
125 wait_queue_head_t param_wq;
126 wait_queue_head_t fw_wq;
127 int using_dma;
128 int fpga_version;
129 int buffer_size;