Home
last modified time | relevance | path

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

12345678910>>...32

/f-stack/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()
99 if (ci->cd[i].global_enabled_cpus) { in power_manager_init()
112 ci->cd[i].oob_enabled = 0; in power_manager_init()
119 if (ci->cd[i].oob_enabled) in power_manager_init()
138 if (!(ci.cd[core_num].global_enabled_cpus)) in power_manager_get_current_frequency()
173 if (ci->cd[i].global_enabled_cpus) { in power_manager_exit()
179 ci->cd[i].global_enabled_cpus = 0; in power_manager_exit()
[all …]
/f-stack/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.h53 struct ice_sq_cd *cd);
101 struct ice_sq_cd *cd);
124 struct ice_sq_cd *cd);
128 struct ice_sq_cd *cd);
134 struct ice_sq_cd *cd);
163 struct ice_sq_cd *cd);
171 struct ice_sq_cd *cd);
177 struct ice_sq_cd *cd);
189 struct ice_sq_cd *cd);
196 struct ice_sq_cd *cd);
[all …]
H A Dice_switch.h371 struct ice_sq_cd *cd);
377 struct ice_sq_cd *cd);
380 struct ice_sq_cd *cd);
386 struct ice_sq_cd *cd);
391 struct ice_sq_cd *cd);
395 struct ice_sq_cd *cd, u16 *rule_id);
398 struct ice_sq_cd *cd);
431 struct ice_sq_cd *cd);
484 u16 num_recipes, struct ice_sq_cd *cd);
492 struct ice_sq_cd *cd);
[all …]
H A Dice_dcb.h178 struct ice_sq_cd *cd);
182 struct ice_sq_cd *cd);
199 struct ice_sq_cd *cd);
205 struct ice_sq_cd *cd);
207 ice_aq_start_lldp(struct ice_hw *hw, bool persist, struct ice_sq_cd *cd);
210 bool *dcbx_agent_status, struct ice_sq_cd *cd);
214 struct ice_sq_cd *cd);
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
1323 struct ice_sq_cd *cd) in ice_aq_query_port_ets() argument
[all …]
/f-stack/doc/
H A DF-Stack_Build_Guide.md16 $ cd /data/f-stack/dpdk
22 $ cd /data
25 $ cd pkg-config-0.29.2
35 $ cd /data/f-stack/lib
39 $ cd ../app/nginx-1.16.1
45 $ cd ../redis-5.0.5
49 $ cd ../../tools
53 $ cd ../examples
H A DF-Stack_Quick_Start_Guide.md19 cd /data/f-stack/dpdk
56 cd /data/
59 cd pkg-config-0.29.2
68 cd /data/f-stack
69 cd lib
74 cd ../
75 cd app/nginx-1.16.1
79 cd ../../
84 cd app/redis-5.0.5/
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Datmel-hsmci.txt43 - cd-gpios: specify GPIOs for card detection
44 - cd-inverted: invert the value of external card detect gpio line
52 cd-gpios = <&pioD 15 0>
53 cd-inverted;
66 cd-gpios = <&pioD 15 0>
67 cd-inverted;
H A Dsdhci-spear.txt10 - cd-gpios: card detect gpio, with zero flags.
17 cd-gpios = <&gpio0 6 0>;
H A Dsdhci-sirf.txt10 - cd-gpios: card detect gpio, with zero flags.
17 cd-gpios = <&gpio 6 0>;
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c998 crypto_data_t cd; in zio_crypt_bp_do_hmac_updates() local
1002 cd.cd_offset = 0; in zio_crypt_bp_do_hmac_updates()
1005 cd.cd_raw.iov_len = cd.cd_length; in zio_crypt_bp_do_hmac_updates()
1050 crypto_data_t cd; in zio_crypt_do_dnode_hmac_updates() local
1054 cd.cd_offset = 0; in zio_crypt_do_dnode_hmac_updates()
1070 cd.cd_raw.iov_len = cd.cd_length; in zio_crypt_do_dnode_hmac_updates()
1155 cd.cd_raw.iov_len = cd.cd_length; in zio_crypt_do_objset_hmacs()
1173 cd.cd_raw.iov_len = cd.cd_length; in zio_crypt_do_objset_hmacs()
1190 cd.cd_raw.iov_len = cd.cd_length; in zio_crypt_do_objset_hmacs()
1246 cd.cd_raw.iov_len = cd.cd_length; in zio_crypt_do_objset_hmacs()
[all …]
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_user.c21 struct crypt_data cd; in ngx_libc_crypt() local
23 cd.initialized = 0; in ngx_libc_crypt()
25 value = crypt_r((char *) key, (char *) salt, &cd); in ngx_libc_crypt()
/f-stack/freebsd/x86/x86/
H A Dlegacy.c339 struct cpu_device *cd; in cpu_add_child() local
343 if ((cd = malloc(sizeof(*cd), M_DEVBUF, M_NOWAIT | M_ZERO)) == NULL) in cpu_add_child()
346 resource_list_init(&cd->cd_rl); in cpu_add_child()
348 cd->cd_pcpu = pc; in cpu_add_child()
353 device_set_ivars(child, cd); in cpu_add_child()
355 free(cd, M_DEVBUF); in cpu_add_child()
/f-stack/freebsd/mips/include/
H A Dtrap.h88 #define trapdebug_enter(x, cd) { \ argument
96 trp->code = cd; \
109 #define trapdebug_enter(x, cd) argument
/f-stack/app/nginx-1.16.1/auto/lib/zlib/
H A Dmake54 cd $ZLIB \\
77 cd $ZLIB \\
94 cd $ZLIB \\
127 cd $ZLIB \\
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Ds3c2416-smdk2416.dts44 broken-cd;
53 cd-gpios = <&gpf 1 0>;
54 cd-inverted;
/f-stack/freebsd/contrib/libsodium/packaging/dotnet-core/recipes/
H A Dbuild1 cd ~
3 cd libsodium-*
H A Dtest21 cd ~
23 cd Test
/f-stack/app/nginx-1.16.1/auto/lib/libatomic/
H A Dmake9 cd $NGX_LIBATOMIC && \$(MAKE)
12 cd $NGX_LIBATOMIC \\
/f-stack/freebsd/mips/ingenic/
H A Djz4780_uart.c142 const struct ofw_compat_data *cd; in jz4780_uart_probe() local
147 cd = ofw_bus_search_compatible(dev, compat_data); in jz4780_uart_probe()
148 if (cd->ocd_data == 0) in jz4780_uart_probe()
180 sc->ns8250_base.base.sc_class = (struct uart_class *)cd->ocd_data; in jz4780_uart_probe()
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,dove-pinctrl.txt18 mpp0 0 gpio, pmu, uart2(rts), sdio0(cd), lcd0(pwm), pmu*
24 mpp4 4 gpio, pmu, uart3(rts), sdio1(cd), spi1(miso), pmu*
33 mpp12 12 gpio, pmu, uart2(rts), audio0(extclk), sdio1(cd),
39 mpp16 16 gpio, uart3(rts), sdio0(cd), ac97(sdi1), lcd-spi(cs1)
44 mpp20 20 gpio, sdio0(cd), sdio1(cd), spi1(miso), lcd-spi(miso),
/f-stack/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 …]

12345678910>>...32