Home
last modified time | relevance | path

Searched refs:resource_id (Results 1 – 10 of 10) sorted by relevance

/dpdk/lib/power/
H A Drte_power_guest_channel.h83 uint64_t resource_id; /**< core_num, device */ member
101 uint64_t resource_id; /**< core_num, device */ member
111 uint64_t resource_id; /**< core_num, device */ member
H A Dpower_kvm_vm.c32 pkt[lcore_id].resource_id = lcore_id; in power_kvm_vm_init()
/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c170 int resource_id; in parse_json_to_pkt() local
308 resource_id = get_resource_id_from_vmname(vm_name); in parse_json_to_pkt()
309 if (resource_id < 0) { in parse_json_to_pkt()
316 pkt->resource_id = resource_id; in parse_json_to_pkt()
724 unsigned int vcore_id = pkt->resource_id; in send_freq()
760 unsigned int vcore_id = pkt->resource_id; in send_capabilities()
838 core_num = get_pcpu(chan_info, pkt->resource_id); in process_request()
840 core_num = pkt->resource_id; in process_request()
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c213 uint16_t resource_id, in tf_dev_p4_get_resource_str() argument
219 if (resource_id > CFA_RESOURCE_TYPE_P4_LAST) in tf_dev_p4_get_resource_str()
222 *resource_str = tf_resource_str_p4[resource_id]; in tf_dev_p4_get_resource_str()
H A Dtf_device_p58.c324 uint16_t resource_id, in tf_dev_p58_get_resource_str() argument
330 if (resource_id > CFA_RESOURCE_TYPE_P58_LAST) in tf_dev_p58_get_resource_str()
333 *resource_str = tf_resource_str_p58[resource_id]; in tf_dev_p58_get_resource_str()
H A Dtf_device.h159 uint16_t resource_id,
/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c215 pkt.resource_id = lcore_id; in cmd_query_freq_list_parsed()
325 pkt.resource_id = lcore_id; in cmd_query_caps_list_parsed()
/dpdk/doc/guides/sample_app_ug/
H A Dvm_power_management.rst681 "resource_id": 10
732 - `resource_id`_
890 resource_id subsection
902 ``"resource_id": 10``
/dpdk/drivers/net/i40e/base/
H A Di40e_adminq_cmd.h380 __le16 resource_id; member
H A Di40e_common.c3656 cmd_resp->resource_id = CPU_TO_LE16(resource); in i40e_aq_request_resource()
3696 cmd->resource_id = CPU_TO_LE16(resource); in i40e_aq_release_resource()