Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dsch_teql.c53 struct Qdisc_ops qops; member
442 struct Qdisc_ops *ops = &master->qops; in teql_master_setup()
494 strlcpy(master->qops.id, dev->name, IFNAMSIZ); in teql_init()
495 err = register_qdisc(&master->qops); in teql_init()
516 unregister_qdisc(&master->qops); in teql_exit()
H A Dsch_api.c130 int register_qdisc(struct Qdisc_ops *qops) in register_qdisc() argument
137 if (!strcmp(qops->id, q->id)) in register_qdisc()
140 if (qops->enqueue == NULL) in register_qdisc()
141 qops->enqueue = noop_qdisc_ops.enqueue; in register_qdisc()
142 if (qops->peek == NULL) { in register_qdisc()
143 if (qops->dequeue == NULL) in register_qdisc()
144 qops->peek = noop_qdisc_ops.peek; in register_qdisc()
148 if (qops->dequeue == NULL) in register_qdisc()
149 qops->dequeue = noop_qdisc_ops.dequeue; in register_qdisc()
151 if (qops in register_qdisc()
174 unregister_qdisc(struct Qdisc_ops *qops) unregister_qdisc() argument
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dsch_teql.c53 struct Qdisc_ops qops; member
442 struct Qdisc_ops *ops = &master->qops; in teql_master_setup()
494 strscpy(master->qops.id, dev->name, IFNAMSIZ); in teql_init()
495 err = register_qdisc(&master->qops); in teql_init()
516 unregister_qdisc(&master->qops); in teql_exit()
H A Dsch_api.c131 int register_qdisc(struct Qdisc_ops *qops) in register_qdisc() argument
138 if (!strcmp(qops->id, q->id)) in register_qdisc()
141 if (qops->enqueue == NULL) in register_qdisc()
142 qops->enqueue = noop_qdisc_ops.enqueue; in register_qdisc()
143 if (qops->peek == NULL) { in register_qdisc()
144 if (qops->dequeue == NULL) in register_qdisc()
145 qops->peek = noop_qdisc_ops.peek; in register_qdisc()
149 if (qops->dequeue == NULL) in register_qdisc()
150 qops->dequeue = noop_qdisc_ops.dequeue; in register_qdisc()
152 if (qops in register_qdisc()
175 unregister_qdisc(struct Qdisc_ops *qops) unregister_qdisc() argument
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dpkt_sched.h103 int register_qdisc(struct Qdisc_ops *qops);
104 int unregister_qdisc(struct Qdisc_ops *qops);
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dvideobuf-vmalloc.c268 static struct videobuf_qtype_ops qops = { variable
288 priv, &qops, ext_lock); in videobuf_queue_vmalloc_init()
H A Dvideobuf-dma-contig.c333 static struct videobuf_qtype_ops qops = { variable
352 priv, &qops, ext_lock); in videobuf_queue_dma_contig_init()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dvideobuf-vmalloc.c268 static struct videobuf_qtype_ops qops = { variable
288 priv, &qops, ext_lock); in videobuf_queue_vmalloc_init()
H A Dvideobuf-dma-contig.c333 static struct videobuf_qtype_ops qops = { variable
352 priv, &qops, ext_lock); in videobuf_queue_dma_contig_init()
/kernel/linux/linux-6.6/include/net/
H A Dpkt_sched.h101 int register_qdisc(struct Qdisc_ops *qops);
102 void unregister_qdisc(struct Qdisc_ops *qops);
/kernel/linux/linux-5.10/drivers/media/platform/mtk-jpeg/
H A Dmtk_jpeg_core.h53 * @qops: the callback of jpeg vb2_ops
67 const struct vb2_ops *qops; member
H A Dmtk_jpeg_core.c1031 src_vq->ops = jpeg->variant->qops; in mtk_jpeg_queue_init()
1044 dst_vq->ops = jpeg->variant->qops; in mtk_jpeg_queue_init()
1518 .qops = &mtk_jpeg_dec_qops,
1533 .qops = &mtk_jpeg_enc_qops,
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.h55 * @qops: the callback of jpeg vb2_ops
71 const struct vb2_ops *qops; member
H A Dmtk_jpeg_core.c1085 src_vq->ops = jpeg->variant->qops; in mtk_jpeg_queue_init()
1098 dst_vq->ops = jpeg->variant->qops; in mtk_jpeg_queue_init()
1874 .qops = &mtk_jpeg_dec_qops,
1889 .qops = &mtk_jpeg_enc_qops,
1903 .qops = &mtk_jpeg_enc_qops,
1916 .qops = &mtk_jpeg_dec_qops,

Completed in 14 milliseconds