Searched refs:scq_info (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dnicstar.h708 typedef struct scq_info struct
728 } scq_info; typedef in typeref:struct:scq_info
758 scq_info *scq; /* To keep track of the SCQ */
787 scq_info *scq0, *scq1, *scq2; /* VBR SCQs */
H A Dnicstar.c214 static scq_info *get_scq(int size, u32 scd);
215 static void free_scq(scq_info *scq, struct atm_vcc *vcc);
222 static int push_scqe(ns_dev *card, vc_map *vc, scq_info *scq, ns_scqe *tbd,
225 static void drain_scq(ns_dev *card, scq_info *scq, int pos);
992 static scq_info *get_scq(int size, u32 scd)
994 scq_info *scq;
1000 scq = kmalloc(sizeof(scq_info), GFP_KERNEL);
1038 static void free_scq(scq_info *scq, struct atm_vcc *vcc)
1431 scq_info *scq;
1627 scq_info *sc
[all...]
H A Didt77252.h160 struct scq_info struct
216 struct scq_info *scq; /* To keep track of the SCQ */
H A Didt77252.c88 static struct scq_info *alloc_scq(struct idt77252_dev *, int);
89 static void free_scq(struct idt77252_dev *, struct scq_info *);
94 static void fill_scd(struct idt77252_dev *, struct scq_info *, int);
633 static struct scq_info *
636 struct scq_info *scq;
638 scq = kzalloc(sizeof(struct scq_info), GFP_KERNEL);
666 free_scq(struct idt77252_dev *card, struct scq_info *scq)
703 struct scq_info *scq = vc->scq;
791 struct scq_info *scq = vc->scq;
947 fill_scd(struct idt77252_dev *card, struct scq_info *sc
[all...]

Completed in 62 milliseconds