/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | tc_links.c | 30 pid1 = id_from_prog_fd(bpf_program__fd(skel->progs.tc1)); in serial_test_tc_links_basic() 41 link = bpf_program__attach_tcx(skel->progs.tc1, loopback, &optl); in serial_test_tc_links_basic() 45 skel->links.tc1 = link; in serial_test_tc_links_basic() 47 lid1 = id_from_link_fd(bpf_link__fd(skel->links.tc1)); in serial_test_tc_links_basic() 130 ASSERT_EQ(bpf_program__set_expected_attach_type(skel->progs.tc1, target), in test_tc_links_before_target() 143 pid1 = id_from_prog_fd(bpf_program__fd(skel->progs.tc1)); in test_tc_links_before_target() 154 link = bpf_program__attach_tcx(skel->progs.tc1, loopback, &optl); in test_tc_links_before_target() 158 skel->links.tc1 = link; in test_tc_links_before_target() 160 lid1 = id_from_link_fd(bpf_link__fd(skel->links.tc1)); in test_tc_links_before_target() 284 ASSERT_EQ(bpf_program__set_expected_attach_type(skel->progs.tc1, target), in test_tc_links_after_target() [all …]
|
D | tc_netkit.c | 182 ASSERT_EQ(bpf_program__set_expected_attach_type(skel->progs.tc1, in serial_test_tc_netkit_basic() 191 pid1 = id_from_prog_fd(bpf_program__fd(skel->progs.tc1)); in serial_test_tc_netkit_basic() 202 link = bpf_program__attach_netkit(skel->progs.tc1, ifindex, &optl); in serial_test_tc_netkit_basic() 206 skel->links.tc1 = link; in serial_test_tc_netkit_basic() 208 lid1 = id_from_link_fd(bpf_link__fd(skel->links.tc1)); in serial_test_tc_netkit_basic() 296 ASSERT_EQ(bpf_program__set_expected_attach_type(skel->progs.tc1, in serial_test_tc_netkit_multi_links_target() 305 pid1 = id_from_prog_fd(bpf_program__fd(skel->progs.tc1)); in serial_test_tc_netkit_multi_links_target() 316 link = bpf_program__attach_netkit(skel->progs.tc1, ifindex, &optl); in serial_test_tc_netkit_multi_links_target() 320 skel->links.tc1 = link; in serial_test_tc_netkit_multi_links_target() 322 lid1 = id_from_link_fd(bpf_link__fd(skel->links.tc1)); in serial_test_tc_netkit_multi_links_target() [all …]
|
D | tc_opts.c | 27 fd1 = bpf_program__fd(skel->progs.tc1); in serial_test_tc_opts_basic() 125 fd1 = bpf_program__fd(skel->progs.tc1); in test_tc_opts_before_target() 277 fd1 = bpf_program__fd(skel->progs.tc1); in test_tc_opts_after_target() 468 fd1 = bpf_program__fd(skel->progs.tc1); in test_tc_opts_revision_target() 578 fd1 = bpf_program__fd(skel->progs.tc1); in test_tc_chain_classic() 680 fd1 = bpf_program__fd(skel->progs.tc1); in test_tc_opts_replace_target() 885 fd1 = bpf_program__fd(skel->progs.tc1); in test_tc_opts_invalid_target() 1040 fd1 = bpf_program__fd(skel->progs.tc1); in test_tc_opts_prepend_target() 1180 fd1 = bpf_program__fd(skel->progs.tc1); in test_tc_opts_append_target() 1323 fd1 = bpf_program__fd(skel->progs.tc1); in test_tc_opts_dev_cleanup_target() [all …]
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/ti/ |
D | cpsw.rst | 106 | |tc0 | |tc1 | |tc2 | |tc0 | | p 140 | |tc0 | |tc1 | |tc2 |t t|tc0 | | e 192 // 3pri -> tc0, 2pri -> tc1, (0,1,4-7)pri -> tc2 194 // tc0 -> txq0, tc1 -> txq1, tc2 -> (txq2, txq3) 238 // Set rate for class B - 21 Mbit (tc1, txq1) using CBS Qdisc: 337 | |tc0 | |tc1 | |tc2 | |tc2 | |tc1 | |tc0 | | p 371 | |tc0 | |tc1 | |tc2 |t t|tc0 | |tc1 | |tc2 | | e 429 // 3pri -> tc0, 2pri -> tc1, (0,1,4-7)pri -> tc2 431 // tc0 -> txq0, tc1 -> txq1, tc2 -> (txq4, txq5) 460 // Set rate for class B - 21 Mbit (tc1, txq1) using CBS Qdisc for Eth0 [all …]
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/intel/ |
D | iavf.rst | 158 Example: Sets up two tcs, tc0 and tc1, with 16 queues each and max tx rate set 159 to 1Gbit for tc0 and 3Gbit for tc1. 168 sets priorities 0-3 to use tc0 and 4-7 to use tc1) 171 16 queues to tc0 at offset 0 and 16 queues to tc1 at offset 16. Max total
|
D | i40e.rst | 667 Example: Sets up two tcs, tc0 and tc1, with 16 queues each and max tx rate set 668 to 1Gbit for tc0 and 3Gbit for tc1. 677 sets priorities 0-3 to use tc0 and 4-7 to use tc1) 680 16 queues to tc0 at offset 0 and 16 queues to tc1 at offset 16. Max total
|
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | qos_pfc.sh | 188 # prio 0->TC0 (band 7), 1->TC1 (band 6). TC1 is shaped. 205 # prio 0->TC0 (band 7), 1->TC1 (band 6)
|
D | sch_red_core.sh | 307 # Handle is 107: for TC1, 108: for TC0.
|
/linux-6.12.1/arch/arm/boot/dts/arm/ |
D | Makefile | 29 vexpress-v2p-ca15-tc1.dtb \
|
D | vexpress-v2p-ca15-tc1.dts | 18 compatible = "arm,vexpress,v2p-ca15,tc1", "arm,vexpress,v2p-ca15", "arm,vexpress";
|
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | cirrus,clps711x-intc.txt | 20 8: TC1OI TC1 under flow
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | arm,vexpress-juno.yaml | 65 chip called "TC1". 67 - const: arm,vexpress,v2p-ca15,tc1
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | test_tc_link.c | 29 int tc1(struct __sk_buff *skb) in tc1() function
|
/linux-6.12.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb.c | 80 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in i40e_parse_ieee_etscfg_tlv() 89 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in i40e_parse_ieee_etscfg_tlv() 133 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in i40e_parse_ieee_etsrec_tlv() 142 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in i40e_parse_ieee_etsrec_tlv() 1000 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in i40e_add_ieee_ets_tlv() 1009 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in i40e_add_ieee_ets_tlv() 1064 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in i40e_add_ieee_etsrec_tlv() 1073 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in i40e_add_ieee_etsrec_tlv()
|
/linux-6.12.1/drivers/staging/fbtft/ |
D | fb_pcd8544.c | 50 * 1:x TC1 - Temperature Coefficient: 0x10 in init_display()
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_gmbus.c | 117 [GMBUS_PIN_9_TC1_ICP] = { "tc1", GPIOJ }, 137 [GMBUS_PIN_9_TC1_ICP] = { "tc1", GPIOJ }, 146 [GMBUS_PIN_9_TC1_ICP] = { "tc1", GPIOJ },
|
D | intel_dpll_mgr.h | 130 * TGL TC PLL 1 port 1 (TC1)
|
/linux-6.12.1/drivers/acpi/ |
D | thermal.c | 95 unsigned long tc1; member 399 tz->trips.passive.tc1 = tmp; in passive_trip_params_init() 512 t = tz->trips.passive.tc1 * (tz->temp_dk - in thermal_get_trend()
|
/linux-6.12.1/drivers/clocksource/ |
D | asm9260_timer.c | 233 /* enable TC1 */ in asm9260_timer_init()
|
/linux-6.12.1/drivers/dma/ |
D | k3dma.c | 215 u32 tc1 = readl_relaxed(d->base + INT_TC1); in k3_dma_int_handler() local 224 if (likely(tc1 & BIT(i)) || (tc2 & BIT(i))) { in k3_dma_int_handler() 228 if (c && (tc1 & BIT(i))) { in k3_dma_int_handler()
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_dcb.c | 184 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in ice_parse_ieee_ets_common_tlv() 190 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in ice_parse_ieee_ets_common_tlv() 1092 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in ice_add_ieee_ets_common_tlv() 1098 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in ice_add_ieee_ets_common_tlv()
|
/linux-6.12.1/drivers/platform/x86/ |
D | intel_ips.c | 1143 u32 sts, tc1; in ips_irq_handler() local 1146 tc1 = thm_readl(THM_TC1); in ips_irq_handler() 1165 ips->mcp_power_limit = (tc1 & STS_PPL_MASK) >> in ips_irq_handler()
|
/linux-6.12.1/arch/arm64/boot/dts/ti/ |
D | k3-am642-phyboard-electra-rdk.dts | 178 can_tc1_pins_default: can-tc1-default-pins {
|
/linux-6.12.1/drivers/comedi/drivers/ |
D | rtd520.c | 123 #define IRQM_UTC1 BIT(9) /* User TC1 out */ 124 #define IRQM_UTC1_INV BIT(10) /* User TC1 out, inverted */
|
/linux-6.12.1/arch/mips/dec/ |
D | setup.c | 87 * TC1 - - CSR CPU ASIC ASIC
|