Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dsch_teql.c53 struct Qdisc_ops qops; member
440 struct Qdisc_ops *ops = &master->qops; in teql_master_setup()
492 strlcpy(master->qops.id, dev->name, IFNAMSIZ); in teql_init()
493 err = register_qdisc(&master->qops); in teql_init()
514 unregister_qdisc(&master->qops); in teql_exit()
Dsch_api.c128 int register_qdisc(struct Qdisc_ops *qops) in register_qdisc() argument
135 if (!strcmp(qops->id, q->id)) in register_qdisc()
138 if (qops->enqueue == NULL) in register_qdisc()
139 qops->enqueue = noop_qdisc_ops.enqueue; in register_qdisc()
140 if (qops->peek == NULL) { in register_qdisc()
141 if (qops->dequeue == NULL) in register_qdisc()
142 qops->peek = noop_qdisc_ops.peek; in register_qdisc()
146 if (qops->dequeue == NULL) in register_qdisc()
147 qops->dequeue = noop_qdisc_ops.dequeue; in register_qdisc()
149 if (qops->cl_ops) { in register_qdisc()
[all …]
/Linux-v5.4/include/net/
Dpkt_sched.h97 int register_qdisc(struct Qdisc_ops *qops);
98 int unregister_qdisc(struct Qdisc_ops *qops);
/Linux-v5.4/drivers/media/v4l2-core/
Dvideobuf-vmalloc.c268 static struct videobuf_qtype_ops qops = { variable
288 priv, &qops, ext_lock); in videobuf_queue_vmalloc_init()
Dvideobuf-dma-contig.c339 static struct videobuf_qtype_ops qops = { variable
358 priv, &qops, ext_lock); in videobuf_queue_dma_contig_init()