Home
last modified time | relevance | path

Searched refs:cd (Results 1 – 25 of 85) sorted by relevance

1234

/dpdk/examples/vm_power_manager/
H A Doob_monitor_x86.c155 if (ci->cd[core].msr_fd < 0) { in add_core_to_monitor()
187 close(ci->cd[core].msr_fd); in add_core_to_monitor()
189 if (ci->cd[core].msr_fd < 0) { in add_core_to_monitor()
196 ci->cd[core].oob_enabled = 1; in add_core_to_monitor()
210 if (ci->cd[core].oob_enabled) { in remove_core_from_monitor()
217 if (ci->cd[core].msr_fd != 0) in remove_core_from_monitor()
218 close(ci->cd[core].msr_fd); in remove_core_from_monitor()
247 close(ci->cd[core].msr_fd); in remove_core_from_monitor()
248 ci->cd[core].msr_fd = 0; in remove_core_from_monitor()
249 ci->cd[core].oob_enabled = 0; in remove_core_from_monitor()
[all …]
H A Dpower_manager.c28 if (!(ci.cd[core_num].global_enabled_cpus)) \
64 if (!ci->cd) { in core_info_init()
69 ci->cd[i].global_enabled_cpus = 1; in core_info_init()
70 ci->cd[i].branch_ratio_threshold = BRANCH_RATIO_THRESHOLD; in core_info_init()
102 if (ci->cd[i].global_enabled_cpus) { in power_manager_init()
115 ci->cd[i].oob_enabled = 0; in power_manager_init()
122 if (ci->cd[i].oob_enabled) in power_manager_init()
141 if (!(ci.cd[core_num].global_enabled_cpus)) in power_manager_get_current_frequency()
179 if (ci->cd[i].global_enabled_cpus) { in power_manager_exit()
185 ci->cd[i].global_enabled_cpus = 0; in power_manager_exit()
[all …]
H A Dmain.c209 ci->cd[i].oob_enabled = 1; in parse_args()
210 ci->cd[i].global_enabled_cpus = 1; in parse_args()
211 ci->cd[i].branch_ratio_threshold = in parse_args()
461 free(ci->cd); in main()
H A Dpower_manager.h34 struct core_details *cd; member
/dpdk/drivers/net/ice/base/
H A Dice_acl.c18 struct ice_sq_cd *cd) in ice_aq_alloc_acl_tbl() argument
115 entry_idx, buf, cd); in ice_aq_program_acl_entry()
136 entry_idx, buf, cd); in ice_aq_query_acl_entry()
171 buf, cd); in ice_aq_alloc_actpair()
188 buf, cd); in ice_aq_dealloc_actpair()
195 struct ice_sq_cd *cd) in ice_aq_actpair_p_q() argument
302 struct ice_sq_cd *cd) in ice_prgm_acl_prof_xtrct() argument
323 buf, cd); in ice_query_acl_prof()
417 struct ice_sq_cd *cd) in ice_aq_dealloc_acl_cntrs() argument
574 scen_id, buf, cd); in ice_aq_update_acl_scen()
[all …]
H A Dice_acl.h137 struct ice_sq_cd *cd);
143 struct ice_aqc_acl_data *buf, struct ice_sq_cd *cd);
155 struct ice_aqc_actpair *buf, struct ice_sq_cd *cd);
158 struct ice_aqc_actpair *buf, struct ice_sq_cd *cd);
163 struct ice_sq_cd *cd);
167 struct ice_sq_cd *cd);
170 struct ice_sq_cd *cd);
173 struct ice_sq_cd *cd);
177 struct ice_sq_cd *cd);
181 struct ice_sq_cd *cd);
[all …]
H A Dice_common.h62 struct ice_sq_cd *cd);
73 struct ice_sq_cd *cd);
116 struct ice_sq_cd *cd);
153 struct ice_sq_cd *cd);
205 struct ice_sq_cd *cd);
210 struct ice_sq_cd *cd);
218 struct ice_sq_cd *cd);
225 struct ice_sq_cd *cd);
262 struct ice_sq_cd *cd);
276 struct ice_sq_cd *cd);
[all …]
H A Dice_dcb.h194 struct ice_sq_cd *cd);
198 struct ice_sq_cd *cd);
200 ice_aq_set_pfc_mode(struct ice_hw *hw, u8 pfc_mode, struct ice_sq_cd *cd);
217 struct ice_sq_cd *cd);
223 struct ice_sq_cd *cd);
225 ice_aq_start_lldp(struct ice_hw *hw, bool persist, struct ice_sq_cd *cd);
228 bool *dcbx_agent_status, struct ice_sq_cd *cd);
232 struct ice_sq_cd *cd);
H A Dice_switch.h397 struct ice_sq_cd *cd);
403 struct ice_sq_cd *cd);
406 struct ice_sq_cd *cd);
412 struct ice_sq_cd *cd);
417 struct ice_sq_cd *cd);
421 struct ice_sq_cd *cd, u16 *rule_id);
424 struct ice_sq_cd *cd);
457 struct ice_sq_cd *cd);
510 u16 num_recipes, struct ice_sq_cd *cd);
518 struct ice_sq_cd *cd);
[all …]
H A Dice_common.c322 struct ice_sq_cd *cd) in ice_aq_get_phy_caps() argument
1596 buf_size, cd); in ice_sbq_send_cmd_nolock()
2941 struct ice_sq_cd *cd) in ice_aq_manage_mac_write() argument
3899 struct ice_sq_cd *cd) in ice_aq_prog_topo_dev_nvm() argument
3929 struct ice_sq_cd *cd) in ice_aq_read_topo_dev_nvm() argument
4915 struct ice_sq_cd *cd) in ice_ena_vsi_txq() argument
5021 struct ice_sq_cd *cd) in ice_dis_vsi_txq() argument
5073 vmvf_num, cd); in ice_dis_vsi_txq()
5425 struct ice_sq_cd *cd) in ice_aq_read_i2c() argument
5475 struct ice_sq_cd *cd) in ice_aq_write_i2c() argument
[all …]
H A Dice_dcb.c25 struct ice_sq_cd *cd) in ice_aq_get_lldp_mib() argument
44 status = ice_aq_send_cmd(hw, &desc, buf, buf_size, cd); in ice_aq_get_lldp_mib()
66 struct ice_sq_cd *cd) in ice_aq_cfg_lldp_mib_change() argument
78 return ice_aq_send_cmd(hw, &desc, NULL, 0, cd); in ice_aq_cfg_lldp_mib_change()
94 struct ice_sq_cd *cd) in ice_aq_stop_lldp() argument
109 return ice_aq_send_cmd(hw, &desc, NULL, 0, cd); in ice_aq_stop_lldp()
135 return ice_aq_send_cmd(hw, &desc, NULL, 0, cd); in ice_aq_start_lldp()
707 status = ice_aq_send_cmd(hw, &desc, NULL, 0, cd); in ice_aq_start_stop_dcbx()
729 struct ice_sq_cd *cd) in ice_aq_get_cee_dcb_cfg() argument
1516 struct ice_sq_cd *cd) in ice_aq_query_port_ets() argument
[all …]
H A Dice_sched.h79 struct ice_sq_cd *cd);
83 struct ice_sq_cd *cd);
87 u16 *elems_ret, struct ice_sq_cd *cd);
121 struct ice_sq_cd *cd);
H A Dice_sched.c138 elems_ret, cd); in ice_aq_query_sched_elems()
218 grps_del, cd); in ice_aq_delete_sched_elems()
408 grps_added, cd); in ice_aq_add_sched_elems()
429 elems_cfgd, cd); in ice_aq_cfg_sched_elems()
450 grps_movd, cd); in ice_aq_move_sched_elems()
470 elems_ret, cd); in ice_aq_suspend_sched_elems()
490 elems_ret, cd); in ice_aq_resume_sched_elems()
505 struct ice_sq_cd *cd) in ice_aq_query_sched_res() argument
660 struct ice_sq_cd *cd) in ice_aq_query_rl_profile() argument
684 num_profiles_removed, cd); in ice_aq_remove_rl_profile()
[all …]
H A Dice_metainit.c22 ice_info(hw, "cd = %d\n", item->cd); in ice_metainit_dump()
93 mi->cd = (u16)((d64 >> 36) & 0x7); in _metainit_parse_item()
H A Dice_metainit.h15 u8 cd; member
H A Dice_switch.c2445 struct ice_sq_cd *cd) in ice_aq_get_sw_cfg() argument
2687 struct ice_sq_cd *cd) in ice_aq_add_vsi() argument
2708 sizeof(vsi_ctx->info), cd); in ice_aq_add_vsi()
2765 struct ice_sq_cd *cd) in ice_aq_update_vsi() argument
2908 struct ice_sq_cd *cd) in ice_add_vsi() argument
2974 struct ice_sq_cd *cd) in ice_update_vsi() argument
2992 struct ice_sq_cd *cd) in ice_aq_get_vsi_params() argument
3128 struct ice_sq_cd *cd) in ice_aq_delete_mir_rule() argument
3450 struct ice_sq_cd *cd) in ice_aq_map_recipe_to_profile() argument
3478 struct ice_sq_cd *cd) in ice_aq_get_recipe_to_profile() argument
[all …]
/dpdk/doc/guides/howto/
H A Dlm_virtio_vhost_user.rst53 cd /root/dpdk/host_scripts
65 cd /root/dpdk/usertools
72 cd /root/dpdk/usertools
83 cd /root/dpdk/host_scripts
103 cd /root/dpdk/host_scripts
116 cd /root/dpdk/vm_scripts
134 cd /root/dpdk/host_scripts
146 cd /root/dpdk/usertools
153 cd /root/dpdk/usertools
164 cd /root/dpdk/host_scripts
[all …]
/dpdk/doc/guides/prog_guide/
H A Dbuild_app.rst16 ~/DPDK$ cd examples/helloworld/
36 ~$ cd my_rte_app/
/dpdk/doc/guides/sample_app_ug/
H A Dcompiling.rst16 cd dpdk/<build_dir>
47 cd dpdk/<build_dir>
/dpdk/doc/guides/bbdevs/
H A Dturbo_sw.rst110 cd <path-to-workspace>
117 cd <path-to-workspace>/FlexRAN-FEC-SDK-19-04/sdk/
125 cd build-avx512-icc/
147 cd build
/dpdk/doc/guides/platform/
H A Docteontx.rst87 cd /lib/modules/$(uname -r)/source
121 cd <sdk_install_dir>
129 cd <dpdk directory>
137 cd <dpdk directory>
H A Dbluefield.rst90 cd aarch64-linux-gnu/libc
114 cd $(dirname $(which aarch64-linux-gnu-gcc))/..
/dpdk/doc/guides/cryptodevs/
H A Dbcmfs.rst72 cd <DPDK-source-directory>
74 cd <dest-dir>
H A Dvirtio.rst86 cd to <build_dir>
94 cd to <build_dir>
/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c61 qat_sym_cd_cipher_set(struct qat_sym_session *cd,
510 offsetof(struct qat_sym_session, cd); in qat_sym_session_set_parameters()
1509 cdesc->cd_cur_ptr = (uint8_t *)&cdesc->cd; in qat_sym_cd_cipher_set()
1520 cdesc->cd_cur_ptr = (uint8_t *)&cdesc->cd; in qat_sym_cd_cipher_set()
1630 cdesc->cd.cipher.cipher_config.reserved = in qat_sym_cd_cipher_set()
1668 cd_size = cdesc->cd_cur_ptr-(uint8_t *)&cdesc->cd; in qat_sym_cd_cipher_set()
1704 cdesc->cd_cur_ptr = (uint8_t *)&cdesc->cd; in qat_sym_cd_auth_set()
1714 cdesc->cd_cur_ptr = (uint8_t *)&cdesc->cd; in qat_sym_cd_auth_set()
1728 hash_offset = cdesc->cd_cur_ptr-((uint8_t *)&cdesc->cd); in qat_sym_cd_auth_set()
2003 cd_size = cdesc->cd_cur_ptr-(uint8_t *)&cdesc->cd; in qat_sym_cd_auth_set()
[all …]

1234