Searched refs:send_msg (Results 1 – 3 of 3) sorted by relevance
| /dpdk/lib/power/ |
| H A D | power_kvm_vm.c | 71 send_msg(unsigned int lcore_id, uint32_t scale_direction) in send_msg() function 92 return send_msg(lcore_id, RTE_POWER_SCALE_UP); in power_kvm_vm_freq_up() 98 return send_msg(lcore_id, RTE_POWER_SCALE_DOWN); in power_kvm_vm_freq_down() 104 return send_msg(lcore_id, RTE_POWER_SCALE_MAX); in power_kvm_vm_freq_max() 110 return send_msg(lcore_id, RTE_POWER_SCALE_MIN); in power_kvm_vm_freq_min() 123 return send_msg(lcore_id, RTE_POWER_ENABLE_TURBO); in power_kvm_vm_enable_turbo() 129 return send_msg(lcore_id, RTE_POWER_DISABLE_TURBO); in power_kvm_vm_disable_turbo()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_pf.c | 380 send_msg: in i40e_pf_host_process_cmd_get_vf_resource() 560 send_msg: in i40e_pf_host_process_cmd_config_vsi_queues() 734 send_msg: in i40e_pf_host_process_cmd_config_irq_map() 802 send_msg: in i40e_pf_host_process_cmd_enable_queues() 833 send_msg: in i40e_pf_host_process_cmd_disable_queues() 881 send_msg: in i40e_pf_host_process_cmd_add_ether_address() 923 send_msg: in i40e_pf_host_process_cmd_del_ether_address() 963 send_msg: in i40e_pf_host_process_cmd_add_vlan() 1003 send_msg: in i40e_pf_host_process_cmd_del_vlan() 1048 send_msg: in i40e_pf_host_process_cmd_config_promisc_mode() [all …]
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_proc.c | 676 send_msg(const char *dst_path, struct rte_mp_msg *msg, int type) in send_msg() function 744 if (send_msg(peer, msg, type) < 0) in mp_send() 777 if (send_msg(path, msg, type) < 0) in mp_send() 880 ret = send_msg(dst, req, MP_REQ); in mp_request_async() 934 ret = send_msg(dst, req, MP_REQ); in mp_request_sync()
|