Home
last modified time | relevance | path

Searched full:tc1 (Results 1 – 15 of 15) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_links.c30 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, targe in test_tc_links_after_target()
[all...]
H A Dtc_opts.c27 fd1 = bpf_program__fd(skel->progs.tc1); in test_ns_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/Documentation/networking/device_drivers/ethernet/intel/
H A Diavf.rst158 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
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_pfc.sh188 # prio 0->TC0 (band 7), 1->TC1 (band 6). TC1 is shaped.
205 # prio 0->TC0 (band 7), 1->TC1 (band 6)
/linux/arch/arm/boot/dts/arm/
H A DMakefile29 vexpress-v2p-ca15-tc1.dtb \
H A Dvexpress-v2p-ca15-tc1.dts18 compatible = "arm,vexpress,v2p-ca15,tc1", "arm,vexpress,v2p-ca15", "arm,vexpress";
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dcirrus,ep7209-intc.yaml24 8: TC1OI TC1 under flow
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c80 * |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/drivers/staging/fbtft/
H A Dfb_pcd8544.c50 * 1:x TC1 - Temperature Coefficient: 0x10 in init_display()
/linux/drivers/clocksource/
H A Dasm9260_timer.c233 /* enable TC1 */ in asm9260_timer_init()
/linux/drivers/dma/
H A Dk3dma.c215 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/drivers/net/ethernet/intel/ice/
H A Dice_dcb.c184 * |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/include/linux/
H A Dphy.h958 * OA 100BASE-T1 TC1 v1.0, sections 6.1.1-6.1.3
990 * implemented). Optional in OA 100BASE-T1 TC1 6.1.3.
1032 * are vendor-/product-specific. (OA 100BASE-T1 TC1 v1.0 6.1.*;
1088 * (100BASE-T1 TC1 v1.0 6.1.1; 1000BASE-T1 TC12 v2.2 6.1.1).
1093 * (100BASE-T1 TC1 v1.0 6.1.3, Table "DCQ.peakMSE").
1098 * vendor-specific. (100BASE-T1 TC1 v1.0 6.1.3, DCQ.peakMSE high byte;
/linux/drivers/platform/x86/
H A Dintel_ips.c1143 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/drivers/gpu/drm/i915/display/
H A Dintel_bios.c2381 * map to DDI A,B,TC1,TC2 respectively. in dvo_port_to_port()
3687 * map to DDI A,TC1,TC2,TC3,TC4 respectively.
3699 * map to DDI A,B,TC1,TC2 respectively.