Searched refs:cops (Results 1 – 9 of 9) sorted by relevance
| /linux/net/sched/ |
| H A D | sch_api.c | 155 const struct Qdisc_class_ops *cops = qops->cl_ops; in register_qdisc() local 157 if (!(cops->find && cops->walk && cops->leaf)) in register_qdisc() 160 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc() 343 const struct Qdisc_class_ops *cops = p->ops->cl_ops; in qdisc_leaf() local 345 if (cops == NULL) { in qdisc_leaf() 349 cl = cops->find(p, classid); in qdisc_leaf() 355 return cops->leaf(p, cl); in qdisc_leaf() 792 const struct Qdisc_class_ops *cops; in qdisc_tree_reduce_backlog() local 814 cops = sch->ops->cl_ops; in qdisc_tree_reduce_backlog() 815 if (notify && cops->qlen_notify) { in qdisc_tree_reduce_backlog() [all …]
|
| H A D | cls_api.c | 1199 const struct Qdisc_class_ops *cops; in __tcf_qdisc_find() local 1236 cops = (*q)->ops->cl_ops; in __tcf_qdisc_find() 1237 if (!cops) { in __tcf_qdisc_find() 1243 if (!cops->tcf_block) { in __tcf_qdisc_find() 1278 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_qdisc_cl_find() local 1280 *cl = cops->find(q, parent); in __tcf_qdisc_cl_find() 1304 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_block_find() local 1306 block = cops->tcf_block(q, cl, extack); in __tcf_block_find() 2908 const struct Qdisc_class_ops *cops; in tc_dump_tfilter() local 2923 cops = q->ops->cl_ops; in tc_dump_tfilter() [all …]
|
| /linux/drivers/video/fbdev/ |
| H A D | amifb.c | 2055 copins *copl, *cops; in ami_set_sprite() local 2060 cops = copdisplay.list[currentcop][0]; in ami_set_sprite() 2096 cops[cop_spr0ptrh].w[1] = highw(ps); in ami_set_sprite() 2097 cops[cop_spr0ptrl].w[1] = loww(ps); in ami_set_sprite() 2151 copins *copl, *cops; in ami_rebuild_copper() local 2194 cops = copdisplay.rebuild[0]; in ami_rebuild_copper() 2204 (cops++)->l = CMOVE(highw(p), bplpt[i]); in ami_rebuild_copper() 2205 (cops++)->l = CMOVE2(loww(p), bplpt[i]); in ami_rebuild_copper() 2209 (cops++)->l = CWAIT(h_end1, 510); in ami_rebuild_copper() 2213 (cops++)->l = CWAIT(h_end1, line); in ami_rebuild_copper() [all …]
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_context.c | 394 GEM_BUG_ON(!engine->cops); in intel_context_init() 400 ce->ops = engine->cops; in intel_context_init()
|
| H A D | mock_engine.c | 365 engine->base.cops = &mock_context_ops; in mock_engine()
|
| H A D | intel_engine_cs.c | 2458 GEM_BUG_ON(!siblings[0]->cops->create_virtual); in intel_engine_create_virtual() 2459 return siblings[0]->cops->create_virtual(siblings, count, flags); in intel_engine_create_virtual()
|
| H A D | intel_execlists_submission.c | 3433 engine->cops = &execlists_context_ops; in logical_ring_default_vfuncs() 3975 ve->base.cops = &virtual_context_ops; in execlists_create_virtual()
|
| /linux/sound/soc/intel/avs/ |
| H A D | probes.c | 277 .cops = &avs_probe_cdai_ops,
|
| /linux/net/core/ |
| H A D | rtnetlink.c | 5146 const struct net_device_ops *ops = NULL, *cops = NULL; in rtnl_fdb_dump() local 5181 cops = br_dev->netdev_ops; in rtnl_fdb_dump() 5191 cops = ops; in rtnl_fdb_dump() 5195 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump() 5196 err = cops->ndo_fdb_dump(skb, cb, br_dev, dev, in rtnl_fdb_dump() 5211 cops = NULL; in rtnl_fdb_dump()
|