Home
last modified time | relevance | path

Searched refs:TC (Results 1 – 25 of 65) sorted by relevance

123

/openbmc/linux/sound/soc/generic/
H A Daudio-graph-card2-custom-sample.dtsi117 routing = "TC DAI3 Playback", "DAI3 Playback",
118 "TC DAI3 Playback", "DAI4 Playback",
119 "DAI3 Capture", "TC DAI3 Capture",
120 "DAI4 Capture", "TC DAI3 Capture",
123 "TC DAI4 Playback", "DAI5 Playback",
124 "TC DAI5 Playback", "DAI5 Playback",
125 "TC DAI4 Playback", "DAI6 Playback",
126 "TC DAI5 Playback", "DAI6 Playback",
127 "DAI5 Capture", "TC DAI4 Capture",
128 "DAI5 Capture", "TC DAI5 Capture",
[all …]
/openbmc/linux/Documentation/networking/
H A Dtc-queue-filters.rst4 TC queue based filtering
7 TC can be used for directing traffic to either a set of queues or
12 1) TC filter directing traffic to a set of queues is achieved
17 2) TC filter directs traffic to a transmit queue with the action
25 1) TC flower filter directs incoming traffic to a set of queues using
30 2) TC filter with action skbedit queue_mapping $rx_qid selects a
35 devices, TC filter directing traffic to a queue have higher
H A Drepresentors.rst31 or any other netdev (routing, bridging, TC classifiers).
76 3. It acts as a handle by which switching rules (such as TC filters) can refer
80 should be the same whether a TC filter is offloaded or not. E.g. a TC rule
114 representor TC rules.
182 How do representors interact with TC rules?
185 Any TC rule on a representor applies (in software TC) to packets received by
190 Similarly, since a TC mirred egress action targeting the representor would (in
207 trigger the TC rule again and mirror the packet to ``REP_DEV``.)
219 function uplink netdev or port representor). TC rules such as::
238 If this all seems complicated, just remember the 'golden rule' of TC offload:
[all …]
H A Dbareudp.rst54 The bareudp device could be used along with OVS or flower filter in TC.
55 The OVS or TC flower layer must set the tunnel information in SKB dst field before
/openbmc/linux/samples/bpf/
H A Dtc_l2_redirect.sh4 [[ -z $TC ]] && TC='tc'
45 $IP netns exec ns2 $TC qdisc add dev vens2 clsact
46 $IP netns exec ns2 $TC filter add dev vens2 ingress bpf da obj $REDIRECT_BPF sec drop_non_tun_vip
63 $TC qdisc add dev ve2 clsact
64 $TC filter add dev ve2 ingress bpf da obj $REDIRECT_BPF sec l2_to_iptun_ingress_forward
102 $TC filter add dev ve2 egress bpf da obj $REDIRECT_BPF sec l2_to_iptun_ingress_redirect
105 $TC qdisc add dev ve1 clsact
106 $TC filter add dev ve1 ingress bpf da obj $REDIRECT_BPF sec l2_to_iptun_ingress_redirect
139 $TC filter add dev ve2 egress bpf da obj $REDIRECT_BPF sec l2_to_ip6tun_ingress_redirect
142 $TC qdisc add dev ve1 clsact
[all …]
H A Dtest_cgrp2_tc.sh10 [ -z "$TC" ] && TC='tc'
84 $TC qdisc add dev $HOST_IFC clsact || return $?
85 $TC filter add dev $HOST_IFC egress bpf da obj $BPF_PROG sec $BPF_SECTION || return $?
104 local dropped=$($TC -s qdisc show dev $HOST_IFC | tail -3 | \
130 $TC -s qdisc show dev $HOST_IFC
H A Dxdp2skb_meta.sh19 [ -z "$TC" ] && TC=tc
70 _call_cmd "$TC" "" "$@"
73 _call_cmd "$TC" "allow_fail" "$@"
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_llh_internal.h88 #define HW_ATL2_RPF_RSS_REDIR_ADR(TC, INDEX) (0x00006200 + \ argument
89 (0x100 * !!((TC) > 3)) + (INDEX) * 4)
91 #define HW_ATL2_RPF_RSS_REDIR_MSK(TC) (0x00000001F << (5 * ((TC) % 4))) argument
93 #define HW_ATL2_RPF_RSS_REDIR_SHIFT(TC) (5 * ((TC) % 4)) argument
H A Dhw_atl2_internal.h96 #define HW_ATL2_ACTION_ASSIGN_TC(TC) HW_ATL2_ACTION(1, 1, (TC), 1) argument
/openbmc/linux/Documentation/sphinx/
H A Dkerneldoc-preamble.sty110 \IfFontExistsTF{Noto Serif CJK TC}{
111 \newCJKfontfamily[TCmain]\tcmain{Noto Serif CJK TC}[AutoFakeSlant]
112 \newCJKfontfamily[TCserif]\tcserif{Noto Serif CJK TC}[AutoFakeSlant]
114 \newCJKfontfamily[TCmain]\tcmain{Noto Sans CJK TC}[AutoFakeSlant]
115 \newCJKfontfamily[TCserif]\tcserif{Noto Sans CJK TC}[AutoFakeSlant]
117 \newCJKfontfamily[TCsans]\tcsans{Noto Sans CJK TC}[AutoFakeSlant]
118 \newCJKfontfamily[TCmono]\tcmono{Noto Sans Mono CJK TC}[AutoFakeSlant]
165 \xeCJKDeclareCharClass{FullLeft}{`“,`‘}% Full-width in TC
166 \xeCJKDeclareCharClass{FullRight}{`”,`’}% Full-width in TC
172 \setmonofont{Noto Sans Mono CJK TC}[AutoFakeSlant]%
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtaprio_wait_for_admin.sh3 TC="$1"; shift
10 has_admin="$($TC -j qdisc show dev $ETH root | jq '.[].options | has("admin")')"
/openbmc/linux/drivers/net/ethernet/netronome/
H A DKconfig33 bool "NFP4000/NFP6000 TC Flower offload support"
39 Enable driver support for TC Flower offload on NFP4000 and NFP6000.
40 Say Y, if you are planning to make use of TC Flower offload
42 TC Flower offload requires specific FW to work.
/openbmc/linux/tools/testing/selftests/net/
H A Ddrop_monitor_tests.sh17 TC="tc -netns ns1"
72 $TC qdisc add dev dummy10 clsact
73 $TC filter add dev dummy10 egress pref 1 handle 101 proto ip \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/
H A D0002-Add-missing-include-removes-unnedded-stuff-and-add-n.patch24 -DIRS= ${LIB} ${DUT} ${CA} ${TC} ${WTG} ${CON}
25 +DIRS= ${LIB} ${DUT} ${CA} ${TC}
/openbmc/linux/sound/hda/
H A Dhdmi_chmap.c42 TC = (1 << 16), /* Top Center */ enumerator
73 [9] = TC,
164 { .ca_index = 0x22, .speakers = { TC, 0, RR, RL, FC, 0, FR, FL } },
165 { .ca_index = 0x23, .speakers = { TC, 0, RR, RL, FC, LFE, FR, FL } },
170 { .ca_index = 0x28, .speakers = { TC, RC, RR, RL, FC, 0, FR, FL } },
171 { .ca_index = 0x29, .speakers = { TC, RC, RR, RL, FC, LFE, FR, FL } },
174 { .ca_index = 0x2c, .speakers = { TC, FCH, RR, RL, FC, 0, FR, FL } },
175 { .ca_index = 0x2d, .speakers = { TC, FCH, RR, RL, FC, LFE, FR, FL } },
411 { SNDRV_CHMAP_TC, TC },
/openbmc/qemu/docs/system/devices/
H A Dccid.rst59 certutil -S -d sql:$PWD -s "CN=Fake Smart Card CA" -x -t TC,TC,TC -n fake-smartcard-ca
76 certutil -A -d /etc/pki/nssdb -i fake-smartcard-ca.cer -t TC,TC,TC -n fake-smartcard-ca
/openbmc/linux/fs/unicode/
H A Dutf8-norm.c252 #define TC (28) macro
253 #define NC (VC * TC)
269 vi = (si % NC) / TC; in utf8hangul()
270 ti = si % TC; in utf8hangul()
/openbmc/linux/drivers/net/fddi/
H A DKconfig8 depends on PCI || EISA || TC
21 depends on FDDI && TC
32 depends on FDDI && (PCI || EISA || TC)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/
H A Dlibsmi-fix-the-test-dump-files.patch108 + import SNMPv2-TC (TEXTUAL-CONVENTION, DisplayString,
154 + import SNMPv2-TC (TruthValue, AutonomousType,
194 + import SNMPv2-TC (TEXTUAL-CONVENTION, RowStatus,
218 "This TC describes an object that counts events with the
226 "This TC describes an object that stores the value of the
269 + import SNMPv2-TC (DisplayString, TestAndIncr, TimeStamp);
H A Dsmi.conf32 load SNMPv2-TC
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A DKconfig88 bool "MLX5 TC classifier action support"
92 mlx5 ConnectX offloads support for TC classifier action (NET_CLS_ACT),
99 If set to N, TC offloads in both NIC and switchdev modes will be disabled.
103 bool "MLX5 TC connection tracking offload support"
113 bool "MLX5 TC sample offload support"
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dti-edma.txt4 Controller(s) (TC). The CC is the main entry for DMA users since it is
19 number and the second is the TC the channel is serviced on.
61 - reg: Memory map of eDMA TC
67 - ti,hwmods: Name of the hwmods associated to the eDMA TC.
/openbmc/qemu/hw/audio/
H A Dgusemu.h61 void gus_dma_transferdata(GUSEmuState *state, char *dma_addr, unsigned int count, int TC);
/openbmc/u-boot/arch/arm/dts/
H A Dsama5d3_tcb1.dtsi3 * 2 TC blocks.
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dsama5d3_tcb1.dtsi4 * 2 TC blocks.

123