Searched refs:turbo (Results 1 – 14 of 14) sorted by relevance
28 * For the turbo encode operation:34 * For the turbo decode operation:229 the functionality of FPGA LTE FEC turbo encode and turbo decode, depending on the device's246 To execute the test application tool using simple turbo decode or turbo encode data,271 In addition to the simple turbo decoder and turbo encoder tests, bbdev also provides275 * turbo decoder tests:284 * turbo encoder tests:
47 * For the turbo encode operation:54 * For the turbo decode operation:
278 uint64_t turbo:1; /**< Turbo can be enabled. */ member
116 uint64_t turbo[RTE_POWER_MAX_VCPU_PER_VM]; member
575 caps->turbo = !!(pi->turbo_available); in power_acpi_get_capabilities()
681 caps->turbo = !!(pi->turbo_available); in power_cppc_get_capabilities()
850 caps->turbo = !!(pi->turbo_available); in power_pstate_get_capabilities()
51 check_cur_freq(unsigned int lcore_id, uint32_t idx, bool turbo) in check_cur_freq() argument98 if (turbo) in check_cur_freq()
784 channel_pkt_caps_list.turbo[i] = in send_capabilities()785 caps.turbo; in send_capabilities()796 channel_pkt_caps_list.turbo[vcore_id] = in send_capabilities()797 caps.turbo; in send_capabilities()
346 pkt_caps_list.turbo[i], in cmd_query_caps_list_parsed()353 pkt_caps_list.turbo[lcore_id], in cmd_query_caps_list_parsed()
43 return ret == 0 && caps.turbo; in is_hp_core()
100 * **Enable turbo**: Prompt the kernel to enable Turbo Boost for the specific lcore.102 * **Disable turbo**: Prompt the kernel to disable Turbo Boost for the specific lcore.131 frequency (including turbo) to do best effort for intensive traffic. This gives
298 Test Vector files contain the data which is used to set turbo decoder/encoder345 For turbo decoder it has to be always set to ``RTE_BBDEV_OP_TURBO_DEC``494 For turbo encoder it has to be always set to ``RTE_BBDEV_OP_TURBO_ENC``698 For turbo encoder it has to be always set to ``RTE_BBDEV_OP_LDPC_ENC``
45 #. On BIOS, disable turbo-boost and hyper-threads.