Searched refs:qops (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dpkt_sched.h80 extern int register_qdisc(struct Qdisc_ops *qops);
81 extern int unregister_qdisc(struct Qdisc_ops *qops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_teql.c58 struct Qdisc_ops qops; member in struct:teql_master
433 struct Qdisc_ops *ops = &master->qops;
483 strlcpy(master->qops.id, dev->name, IFNAMSIZ);
484 err = register_qdisc(&master->qops);
505 unregister_qdisc(&master->qops);
H A Dsch_api.c140 int register_qdisc(struct Qdisc_ops *qops) argument
147 if (!strcmp(qops->id, q->id))
150 if (qops->enqueue == NULL)
151 qops->enqueue = noop_qdisc_ops.enqueue;
152 if (qops->peek == NULL) {
153 if (qops->dequeue == NULL)
154 qops->peek = noop_qdisc_ops.peek;
158 if (qops->dequeue == NULL)
159 qops->dequeue = noop_qdisc_ops.dequeue;
161 if (qops
184 unregister_qdisc(struct Qdisc_ops *qops) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dvideobuf-vmalloc.c273 static struct videobuf_qtype_ops qops = { variable in typeref:struct:videobuf_qtype_ops
292 priv, &qops);
H A Dvideobuf-dma-contig.c336 static struct videobuf_qtype_ops qops = { variable in typeref:struct:videobuf_qtype_ops
355 priv, &qops);

Completed in 110 milliseconds