Home
last modified time | relevance | path

Searched refs:enum (Results 1 – 8 of 8) sorted by relevance

/spdk/scripts/bpf/
H A Dgen_enums.sh12 local enum_type=$1 enum_string=$2 enum_prefix=$3 enum output
23 for enum in "${!output[@]}"; do
24 if [[ ${output[enum]} != "$enum_prefix"* ]]; then
28 printf ' @%s[%d] = "%s";\n' "$enum_type" "$enum" "${output[enum]#$enum_prefix}"
/spdk/proto/
H A Dsma.proto17 enum DeviceType {
30 enum Cipher {
37 enum TweakMode {
/spdk/scripts/env_dpdk/22.11/
H A D23.11-rte_dev.h.patch10 enum rte_dev_event_type event,
96 enum rte_dev_event_type event);
/spdk/doc/
H A Dusdt.md159 - our structures include fields with their enum types instead of int; bpftrace will
160 complain it does not know about the enum (pahole doesn't print out enum
H A Dconcurrency.md180 enum states {
188 enum states state;
226 enum states prev_state;
H A Dbdev_module.md63 bool (*io_type_supported)(void *ctx, enum spdk_bdev_io_type);
95 enum spdk_bdev_io_type {
H A Dbdev_pg.md85 will be called with appropriate spdk_bdev_event_type enum as an argument when
/spdk/scripts/
H A Ddpdk_mem_info.py9 from enum import Enum