Lines Matching defs:vc_map
201 struct vc_map { struct
202 unsigned int index;
203 unsigned long flags;
208 unsigned int class;
209 u8 init_er;
210 u8 lacr;
211 u8 max_er;
212 unsigned int ntste;
213 spinlock_t lock;
214 struct atm_vcc *tx_vcc;
215 struct atm_vcc *rx_vcc;
216 struct idt77252_dev *card;
217 struct scq_info *scq; /* To keep track of the SCQ */
218 struct rate_estimator *estimator;
219 int scd_index;
220 union {
223 } rcv;