Searched defs:conf (Results 1 – 10 of 10) sorted by relevance
/spdk/lib/ftl/utils/ |
H A D | ftl_conf.c | 35 spdk_ftl_get_default_conf(struct spdk_ftl_conf *conf, size_t conf_size) in spdk_ftl_get_default_conf() 45 spdk_ftl_dev_get_conf(const struct spdk_ftl_dev *dev, struct spdk_ftl_conf *conf, size_t conf_size) in spdk_ftl_dev_get_conf() 107 spdk_ftl_conf_deinit(struct spdk_ftl_conf *conf) in spdk_ftl_conf_deinit() 116 ftl_conf_init_dev(struct spdk_ftl_dev *dev, const struct spdk_ftl_conf *conf) in ftl_conf_init_dev() 157 ftl_conf_is_valid(const struct spdk_ftl_conf *conf) in ftl_conf_is_valid()
|
/spdk/lib/ftl/ |
H A D | ftl_init.c | 94 allocate_dev(const struct spdk_ftl_conf *conf, int *error) in allocate_dev() 163 spdk_ftl_dev_init(const struct spdk_ftl_conf *conf, spdk_ftl_init_fn cb_fn, void *cb_arg) in spdk_ftl_dev_init()
|
H A D | ftl_core.h | 48 struct spdk_ftl_conf conf; member
|
/spdk/module/bdev/ftl/ |
H A D | bdev_ftl.c | 41 struct spdk_ftl_conf conf; member 215 struct spdk_ftl_conf conf; in bdev_ftl_write_config_json() local 252 struct spdk_ftl_conf conf; in bdev_ftl_dump_info_json() local 311 struct spdk_ftl_conf conf; in bdev_ftl_create_cb() local 373 bdev_ftl_defer_init(const struct spdk_ftl_conf *conf) in bdev_ftl_defer_init() 400 bdev_ftl_create_bdev(const struct spdk_ftl_conf *conf, ftl_bdev_init_fn cb, void *cb_arg) in bdev_ftl_create_bdev()
|
H A D | bdev_ftl_rpc.c | 84 struct spdk_ftl_conf conf = {}; in rpc_bdev_ftl_create() local [all...] |
/spdk/lib/env_dpdk/22.11/ |
H A D | bus_driver.h | 264 struct rte_bus_conf conf; /**< Bus configuration */ member
|
/spdk/lib/env_dpdk/22.07/ |
H A D | rte_bus.h | 273 struct rte_bus_conf conf; /**< Bus configuration */ member
|
/spdk/module/event/subsystems/nvmf/ |
H A D | nvmf_rpc.c | 240 struct spdk_nvmf_tgt_conf conf; rpc_nvmf_set_config() local
|
/spdk/lib/rocksdb/ |
H A D | env_spdk.cc | 686 SpdkEnv::SpdkEnv(Env *base_env, const std::string &dir, const std::string &conf, in SpdkEnv() 737 Env *NewSpdkEnv(Env *base_env, const std::string &dir, const std::string &conf, in NewSpdkEnv()
|
/spdk/module/accel/dpdk_cryptodev/ |
H A D | accel_dpdk_cryptodev.c | 999 struct rte_cryptodev_config conf = { .socket_id = SPDK_ENV_SOCKET_ID_ANY }; accel_dpdk_cryptodev_create() local
|