| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A 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, targe in test_tc_links_after_target() [all...] |
| H A 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/Documentation/networking/device_drivers/ethernet/intel/ |
| H A 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
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A 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)
|
| /linux/arch/arm/boot/dts/arm/ |
| H A D | Makefile | 29 vexpress-v2p-ca15-tc1.dtb \
|
| H A D | vexpress-v2p-ca15-tc1.dts | 18 compatible = "arm,vexpress,v2p-ca15,tc1", "arm,vexpress,v2p-ca15", "arm,vexpress";
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | cirrus,ep7209-intc.yaml | 24 8: TC1OI TC1 under flow
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A 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/drivers/staging/fbtft/ |
| H A D | fb_pcd8544.c | 50 * 1:x TC1 - Temperature Coefficient: 0x10 in init_display()
|
| /linux/drivers/acpi/ |
| H A 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/drivers/clocksource/ |
| H A D | asm9260_timer.c | 233 /* enable TC1 */ in asm9260_timer_init()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A 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/drivers/platform/x86/ |
| H A 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/drivers/comedi/drivers/ |
| H A D | rtd520.c | 123 #define IRQM_UTC1 BIT(9) /* User TC1 out */ 124 #define IRQM_UTC1_INV BIT(10) /* User TC1 out, inverted */
|
| /linux/arch/mips/dec/ |
| H A D | setup.c | 87 * TC1 - - CSR CPU ASIC ASIC
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_lib.c | 126 * TCs : TC0 TC1 TC2/3 in ixgbe_get_first_reg_idx()
|