Home
last modified time | relevance | path

Searched refs:cops (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/net/sched/
Dcls_api.c136 const struct Qdisc_class_ops *cops; in tc_ctl_tfilter() local
184 cops = q->ops->cl_ops; in tc_ctl_tfilter()
185 if (!cops) in tc_ctl_tfilter()
188 if (cops->tcf_chain == NULL) in tc_ctl_tfilter()
193 cl = cops->get(q, parent); in tc_ctl_tfilter()
199 chain = cops->tcf_chain(q, cl); in tc_ctl_tfilter()
347 cops->put(q, cl); in tc_ctl_tfilter()
435 const struct Qdisc_class_ops *cops; in tc_dump_tfilter() local
450 cops = q->ops->cl_ops; in tc_dump_tfilter()
451 if (!cops) in tc_dump_tfilter()
[all …]
Dsch_api.c162 const struct Qdisc_class_ops *cops = qops->cl_ops; in register_qdisc() local
164 if (!(cops->get && cops->put && cops->walk && cops->leaf)) in register_qdisc()
167 if (cops->tcf_chain && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()
316 const struct Qdisc_class_ops *cops = p->ops->cl_ops; in qdisc_leaf() local
318 if (cops == NULL) in qdisc_leaf()
320 cl = cops->get(p, classid); in qdisc_leaf()
324 leaf = cops->leaf(p, cl); in qdisc_leaf()
325 cops->put(p, cl); in qdisc_leaf()
750 const struct Qdisc_class_ops *cops; in qdisc_tree_reduce_backlog() local
771 cops = sch->ops->cl_ops; in qdisc_tree_reduce_backlog()
[all …]
/linux-4.4.14/Documentation/networking/
Dcops.txt1 Text File for the COPS LocalTalk Linux driver (cops.c).
28 Use modprobe like this: /sbin/modprobe cops.o (IO #) (IRQ #)
34 insmod cops io=0x240 irq=5
35 insmod -o cops2 cops io=0x260 irq=3
49 it work with the cops.c driver.
D00-INDEX47 cops.txt
/linux-4.4.14/drivers/video/fbdev/
Damifb.c2053 copins *copl, *cops; in ami_set_sprite() local
2058 cops = copdisplay.list[currentcop][0]; in ami_set_sprite()
2094 cops[cop_spr0ptrh].w[1] = highw(ps); in ami_set_sprite()
2095 cops[cop_spr0ptrl].w[1] = loww(ps); in ami_set_sprite()
2149 copins *copl, *cops; in ami_rebuild_copper() local
2192 cops = copdisplay.rebuild[0]; in ami_rebuild_copper()
2202 (cops++)->l = CMOVE(highw(p), bplpt[i]); in ami_rebuild_copper()
2203 (cops++)->l = CMOVE2(loww(p), bplpt[i]); in ami_rebuild_copper()
2207 (cops++)->l = CWAIT(h_end1, 510); in ami_rebuild_copper()
2211 (cops++)->l = CWAIT(h_end1, line); in ami_rebuild_copper()
[all …]
/linux-4.4.14/drivers/net/appletalk/
DMakefile6 obj-$(CONFIG_COPS) += cops.o
DKconfig61 Please read the file <file:Documentation/networking/cops.txt>.
/linux-4.4.14/net/core/
Drtnetlink.c2923 const struct net_device_ops *cops = NULL; in rtnl_fdb_dump() local
2953 cops = br_dev->netdev_ops; in rtnl_fdb_dump()
2965 cops = ops; in rtnl_fdb_dump()
2969 if (cops && cops->ndo_fdb_dump) in rtnl_fdb_dump()
2970 idx = cops->ndo_fdb_dump(skb, cb, br_dev, dev, in rtnl_fdb_dump()
2980 cops = NULL; in rtnl_fdb_dump()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c1583 struct ptlrpc_sec_cops *cops; in sptlrpc_cli_enlarge_reqbuf() local
1594 cops = ctx->cc_sec->ps_policy->sp_cops; in sptlrpc_cli_enlarge_reqbuf()
1595 LASSERT(cops->enlarge_reqbuf); in sptlrpc_cli_enlarge_reqbuf()
1596 return cops->enlarge_reqbuf(ctx->cc_sec, req, segment, newsize); in sptlrpc_cli_enlarge_reqbuf()