Home
last modified time | relevance | path

Searched refs:etf (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.15/net/sched/
H A Dsch_etf.c299 struct tc_etf_qopt_offload etf = { }; in etf_disable_offload() local
310 etf.queue = q->queue; in etf_disable_offload()
311 etf.enable = 0; in etf_disable_offload()
313 err = ops->ndo_setup_tc(dev, TC_SETUP_QDISC_ETF, &etf); in etf_disable_offload()
316 etf.queue); in etf_disable_offload()
323 struct tc_etf_qopt_offload etf = { }; in etf_enable_offload() local
331 etf.queue = q->queue; in etf_enable_offload()
332 etf.enable = 1; in etf_enable_offload()
334 err = ops->ndo_setup_tc(dev, TC_SETUP_QDISC_ETF, &etf); in etf_enable_offload()
/linux-6.15/tools/testing/selftests/net/forwarding/
H A Dtc_taprio.sh132 tc qdisc replace dev $if_name parent 100:$((STREAM_PRIO_1 + 1)) etf \
134 tc qdisc replace dev $if_name parent 100:$((STREAM_PRIO_2 + 1)) etf \
136 tc qdisc replace dev $if_name parent 100:$((STREAM_PRIO_3 + 1)) etf \
/linux-6.15/arch/arm64/boot/dts/arm/
H A Djuno-r1-scmi.dts9 etf@20140000 {
H A Djuno-r2-scmi.dts9 etf@20140000 {
H A Djuno-cs-r1r2.dtsi26 etf_sys1: etf@20140000 { /* etf1 */
H A Djuno-scmi.dtsi2 etf@20010000 {
H A Djuno-base.dtsi121 etf_sys0: etf@20010000 { /* etf0 */
/linux-6.15/arch/arm64/boot/dts/hisilicon/
H A Dhi3660-coresight.dtsi135 etf@ec802000 {
281 etf@ed002000 {
373 etf@ec036000 {
H A Dhi6220-coresight.dtsi38 etf@f6402000 {
/linux-6.15/tools/testing/selftests/net/
H A Dso_txtime.sh93 if ip netns exec "${NS1}" tc qdisc replace dev "${DEV}" root etf clockid CLOCK_TAI delta 400000; th…
/linux-6.15/drivers/hwtracing/coresight/
H A DMakefile31 coresight-tmc-y := coresight-tmc-core.o coresight-tmc-etf.o \
/linux-6.15/arch/arm64/boot/dts/sprd/
H A Dsc9836.dtsi47 etf@10003000 {
H A Dsc9863a.dtsi276 etf@12002000 {
301 etf@12003000 {
H A Dsc9860.dtsi464 etf@11003000 { /* ETF on Cluster0 */
489 etf@11004000 { /* ETF on Cluster1 */
H A Dums512.dtsi552 etf@3e002000 {
578 etf@3e003000 {
/linux-6.15/Documentation/networking/
H A Dxsk-tx-metadata.rst99 hardware offload feature can be enabled or disabled by using the tc-etf
115 tc-etf command to call the driver's ndo_setup_tc() callback. When entering
/linux-6.15/tools/testing/selftests/drivers/net/ocelot/
H A Dpsfp.sh160 tc qdisc replace dev ${if_name} parent 100:$((${STREAM_PRIO} + 1)) etf \
/linux-6.15/Documentation/trace/coresight/
H A Dcoresight.rst210 20010000.etf 20040000.funnel 20100000.stm 22040000.etm
278 <file details> out:0 -> ../../../20010000.etf/tmc_etf0
292 <file details> in:0 -> ../../../20010000.etf/tmc_etf0
293 <file details> in:1 -> ../../../20140000.etf/tmc_etf1
325 <file details> tmc_etf0 -> ../../../20010000.etf/tmc_etf0
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dmsm8998-mtp.dts75 &etf {
H A Dapq8016-schneider-hmibsc.dts481 &etf { status = "okay"; };
H A Dmsm8998-fxtec-pro1.dts260 &etf {
H A Dapq8016-sbc.dts417 &etf { status = "okay"; };
H A Dmsm8916.dtsi729 etf: etf@825000 { label
H A Dmsm8998.dtsi1823 etf: etf@6047000 { label
/linux-6.15/Documentation/netlink/specs/
H A Dtc.yaml113 name: tc-etf-qopt
3051 name: tc-etf-attrs
3056 struct: tc-etf-qopt
3685 value: etf
3686 attribute-set: tc-etf-attrs

12