Searched refs:tcm (Results 1 - 25 of 36) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/mach-bf518/boards/
H A DMakefile6 obj-$(CONFIG_BFIN518F_TCM) += tcm-bf518.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/mach-bf518/boards/
H A DMakefile6 obj-$(CONFIG_BFIN518F_TCM) += tcm-bf518.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/include/asm/
H A Dtcm.h14 #error "You should not be including tcm.h unless you have a TCM!"
20 #define __tcmdata __section(.tcm.data)
22 #define __tcmconst __section(.tcm.rodata)
24 #define __tcmfunc __attribute__((long_call)) __section(.tcm.text) noinline
26 #define __tcmlocalfunc __section(.tcm.text)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/include/asm/
H A Dtcm.h14 #error "You should not be including tcm.h unless you have a TCM!"
20 #define __tcmdata __section(.tcm.data)
22 #define __tcmconst __section(.tcm.rodata)
24 #define __tcmfunc __attribute__((long_call)) __section(.tcm.text) noinline
26 #define __tcmlocalfunc __section(.tcm.text)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sched/
H A Dcls_api.c344 struct tcmsg *tcm; local
348 nlh = NLMSG_NEW(skb, pid, seq, event, sizeof(*tcm), flags);
349 tcm = NLMSG_DATA(nlh);
350 tcm->tcm_family = AF_UNSPEC;
351 tcm->tcm__pad1 = 0;
352 tcm->tcm__pad2 = 0;
353 tcm->tcm_ifindex = qdisc_dev(tp->q)->ifindex;
354 tcm->tcm_parent = tp->classid;
355 tcm->tcm_info = TC_H_MAKE(tp->prio, tp->protocol);
357 tcm
416 struct tcmsg *tcm = (struct tcmsg *)NLMSG_DATA(cb->nlh); local
[all...]
H A Dsch_api.c960 struct tcmsg *tcm = NLMSG_DATA(n); local
963 u32 clid = tcm->tcm_parent;
968 if ((dev = __dev_get_by_index(net, tcm->tcm_ifindex)) == NULL)
971 err = nlmsg_parse(n, sizeof(*tcm), tca, TCA_MAX, NULL);
990 if (tcm->tcm_handle && q->handle != tcm->tcm_handle)
993 if ((q = qdisc_lookup(dev, tcm->tcm_handle)) == NULL)
1020 struct tcmsg *tcm; local
1029 tcm = NLMSG_DATA(n);
1030 clid = tcm
1164 struct tcmsg *tcm; local
1335 struct tcmsg *tcm = NLMSG_DATA(n); local
1458 struct tcmsg *tcm; local
1530 tc_dump_tclass_qdisc(struct Qdisc *q, struct sk_buff *skb, struct tcmsg *tcm, struct netlink_callback *cb, int *t_p, int s_t) argument
1559 tc_dump_tclass_root(struct Qdisc *root, struct sk_buff *skb, struct tcmsg *tcm, struct netlink_callback *cb, int *t_p, int s_t) argument
1581 struct tcmsg *tcm = (struct tcmsg*)NLMSG_DATA(cb->nlh); local
[all...]
H A Dsch_mq.c130 struct tcmsg *tcm)
132 unsigned int ntx = TC_H_MIN(tcm->tcm_parent);
180 struct sk_buff *skb, struct tcmsg *tcm)
184 tcm->tcm_parent = TC_H_ROOT;
185 tcm->tcm_handle |= TC_H_MIN(cl);
186 tcm->tcm_info = dev_queue->qdisc_sleeping->handle;
129 mq_select_queue(struct Qdisc *sch, struct tcmsg *tcm) argument
179 mq_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_red.c267 struct sk_buff *skb, struct tcmsg *tcm)
271 tcm->tcm_handle |= TC_H_MIN(1);
272 tcm->tcm_info = q->qdisc->handle;
266 red_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_dsmark.c420 struct sk_buff *skb, struct tcmsg *tcm)
430 tcm->tcm_handle = TC_H_MAKE(TC_H_MAJ(sch->handle), cl-1);
431 tcm->tcm_info = p->q->handle;
419 dsmark_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_multiq.c346 struct sk_buff *skb, struct tcmsg *tcm)
350 tcm->tcm_handle |= TC_H_MIN(cl);
351 tcm->tcm_info = q->queues[cl-1]->handle;
345 multiq_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_prio.c309 struct tcmsg *tcm)
313 tcm->tcm_handle |= TC_H_MIN(cl);
314 tcm->tcm_info = q->queues[cl-1]->handle;
308 prio_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_tbf.c371 struct sk_buff *skb, struct tcmsg *tcm)
375 tcm->tcm_handle |= TC_H_MIN(1);
376 tcm->tcm_info = q->qdisc->handle;
370 tbf_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_atm.c590 struct sk_buff *skb, struct tcmsg *tcm)
596 pr_debug("atm_tc_dump_class(sch %p,[qdisc %p],flow %p,skb %p,tcm %p)\n",
597 sch, p, flow, skb, tcm);
600 tcm->tcm_handle = flow->classid;
601 tcm->tcm_info = flow->q->handle;
589 atm_tc_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sched/
H A Dcls_api.c344 struct tcmsg *tcm; local
348 nlh = NLMSG_NEW(skb, pid, seq, event, sizeof(*tcm), flags);
349 tcm = NLMSG_DATA(nlh);
350 tcm->tcm_family = AF_UNSPEC;
351 tcm->tcm__pad1 = 0;
352 tcm->tcm__pad2 = 0;
353 tcm->tcm_ifindex = qdisc_dev(tp->q)->ifindex;
354 tcm->tcm_parent = tp->classid;
355 tcm->tcm_info = TC_H_MAKE(tp->prio, tp->protocol);
357 tcm
416 struct tcmsg *tcm = (struct tcmsg *)NLMSG_DATA(cb->nlh); local
[all...]
H A Dsch_api.c960 struct tcmsg *tcm = NLMSG_DATA(n); local
963 u32 clid = tcm->tcm_parent;
968 if ((dev = __dev_get_by_index(net, tcm->tcm_ifindex)) == NULL)
971 err = nlmsg_parse(n, sizeof(*tcm), tca, TCA_MAX, NULL);
990 if (tcm->tcm_handle && q->handle != tcm->tcm_handle)
993 if ((q = qdisc_lookup(dev, tcm->tcm_handle)) == NULL)
1020 struct tcmsg *tcm; local
1029 tcm = NLMSG_DATA(n);
1030 clid = tcm
1164 struct tcmsg *tcm; local
1335 struct tcmsg *tcm = NLMSG_DATA(n); local
1458 struct tcmsg *tcm; local
1530 tc_dump_tclass_qdisc(struct Qdisc *q, struct sk_buff *skb, struct tcmsg *tcm, struct netlink_callback *cb, int *t_p, int s_t) argument
1559 tc_dump_tclass_root(struct Qdisc *root, struct sk_buff *skb, struct tcmsg *tcm, struct netlink_callback *cb, int *t_p, int s_t) argument
1581 struct tcmsg *tcm = (struct tcmsg*)NLMSG_DATA(cb->nlh); local
[all...]
H A Dsch_mq.c130 struct tcmsg *tcm)
132 unsigned int ntx = TC_H_MIN(tcm->tcm_parent);
180 struct sk_buff *skb, struct tcmsg *tcm)
184 tcm->tcm_parent = TC_H_ROOT;
185 tcm->tcm_handle |= TC_H_MIN(cl);
186 tcm->tcm_info = dev_queue->qdisc_sleeping->handle;
129 mq_select_queue(struct Qdisc *sch, struct tcmsg *tcm) argument
179 mq_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_red.c267 struct sk_buff *skb, struct tcmsg *tcm)
271 tcm->tcm_handle |= TC_H_MIN(1);
272 tcm->tcm_info = q->qdisc->handle;
266 red_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_dsmark.c420 struct sk_buff *skb, struct tcmsg *tcm)
430 tcm->tcm_handle = TC_H_MAKE(TC_H_MAJ(sch->handle), cl-1);
431 tcm->tcm_info = p->q->handle;
419 dsmark_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_multiq.c346 struct sk_buff *skb, struct tcmsg *tcm)
350 tcm->tcm_handle |= TC_H_MIN(cl);
351 tcm->tcm_info = q->queues[cl-1]->handle;
345 multiq_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_prio.c309 struct tcmsg *tcm)
313 tcm->tcm_handle |= TC_H_MIN(cl);
314 tcm->tcm_info = q->queues[cl-1]->handle;
308 prio_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_tbf.c371 struct sk_buff *skb, struct tcmsg *tcm)
375 tcm->tcm_handle |= TC_H_MIN(1);
376 tcm->tcm_info = q->qdisc->handle;
370 tbf_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/kernel/
H A Dvmlinux.lds.S202 *(.tcm.text)
203 *(.tcm.rodata)
223 *(.tcm.data)
H A DMakefile43 obj-$(CONFIG_HAVE_TCM) += tcm.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/kernel/
H A Dvmlinux.lds.S202 *(.tcm.text)
203 *(.tcm.rodata)
223 *(.tcm.data)
H A DMakefile43 obj-$(CONFIG_HAVE_TCM) += tcm.o

Completed in 224 milliseconds

12