/spdk/lib/ftl/ |
H A D | ftl_sb.c | 34 static struct sb_ops ops[] = { in sb_get_ops() local 85 struct sb_ops *ops = sb_get_ops(sb_ver->header.version); in ftl_superblock_check_magic() local 98 struct sb_ops *ops = sb_get_ops(sb_ver->header.version); in ftl_superblock_is_blob_area_empty() local 110 struct sb_ops *ops = sb_get_ops(dev->sb->header.version); in ftl_superblock_validate_blob_area() local 121 struct sb_ops *ops = sb_get_ops(dev->sb->header.version); in ftl_superblock_store_blob_area() local 133 struct sb_ops *ops = sb_get_ops(dev->sb->header.version); in ftl_superblock_load_blob_area() local 146 struct sb_ops *ops = sb_get_ops(dev->sb->header.version); in ftl_superblock_md_layout_upgrade_region() local 158 struct sb_ops *ops = sb_get_ops(dev->sb->header.version); in ftl_superblock_md_layout_apply() local 169 struct sb_ops *ops = sb_get_ops(dev->sb->header.version); in ftl_superblock_md_layout_dump() local
|
/spdk/test/unit/lib/nvmf/transport.c/ |
H A D | transport_ut.c | 132 struct spdk_nvmf_transport_ops ops = { test_spdk_nvmf_transport_create() local 220 struct spdk_nvmf_transport_ops ops = {}; test_nvmf_transport_poll_group_create() local 249 struct spdk_nvmf_transport_ops ops = { test_spdk_nvmf_transport_opts_init() local 306 struct spdk_nvmf_transport_ops ops = { test_spdk_nvmf_transport_listen_ext() local [all...] |
/spdk/lib/ftl/base/ |
H A D | ftl_base_dev.h | 46 const struct ftl_base_device_ops ops; member
|
/spdk/lib/vfu_tgt/ |
H A D | tgt_endpoint.c | 19 struct spdk_vfu_endpoint_ops ops; member 51 spdk_vfu_register_endpoint_ops(struct spdk_vfu_endpoint_ops * ops) spdk_vfu_register_endpoint_ops() argument 569 struct spdk_vfu_endpoint_ops *ops; spdk_vfu_create_endpoint() local 771 struct tgt_pci_device_ops *ops, *ops_tmp; spdk_vfu_fini() local [all...] |
H A D | tgt_internal.h | 15 struct spdk_vfu_endpoint_ops ops; member
|
/spdk/test/unit/lib/blob/ |
H A D | bs_scheduler.c | 25 struct scheduled_ops *ops = calloc(1, sizeof(*ops)); in _bs_send_msg() local
|
/spdk/lib/vhost/ |
H A D | vhost.c | 102 struct virtio_blk_transport_ops_list_element *ops; virtio_blk_get_transport_ops() local 431 virtio_blk_transport_register(const struct spdk_virtio_blk_transport_ops * ops) virtio_blk_transport_register() argument 457 const struct spdk_virtio_blk_transport_ops *ops = NULL; virtio_blk_transport_create() local [all...] |
H A D | vhost_internal.h | 611 const struct spdk_virtio_blk_transport_ops *ops; member 616 struct spdk_virtio_blk_transport_ops ops; member
|
H A D | vhost_blk.c | 58 const struct spdk_virtio_blk_transport_ops *ops; member [all...] |
/spdk/lib/ftl/nvc/ |
H A D | ftl_nvc_dev.h | 72 const struct ftl_nv_cache_device_ops ops; global() member
|
/spdk/lib/nvmf/ |
H A D | transport.c | 23 struct spdk_nvmf_transport_ops ops; member 33 struct nvmf_transport_ops_list_element *ops; in nvmf_get_transport_ops() local 43 spdk_nvmf_transport_register(const struct spdk_nvmf_transport_ops *ops) in spdk_nvmf_transport_register() argument 166 const struct spdk_nvmf_transport_ops *ops; global() member 794 const struct spdk_nvmf_transport_ops *ops; spdk_nvmf_transport_opts_init() local [all...] |
H A D | subsystem.c | 3620 spdk_nvmf_set_custom_ns_reservation_ops(const struct spdk_nvmf_ns_reservation_ops * ops) spdk_nvmf_set_custom_ns_reservation_ops() argument [all...] |
/spdk/lib/accel/ |
H A D | accel_internal.h | 21 enum spdk_accel_opcode ops[SPDK_ACCEL_OPC_LAST]; member
|
/spdk/test/unit/lib/accel/dpdk_cryptodev.c/ |
H A D | accel_dpdk_cryptodev_ut.c | 142 struct rte_crypto_op **ops, uint16_t nb_ops) in mock_rte_cryptodev_enqueue_burst() argument 164 struct rte_crypto_op **ops, uint16_t nb_ops) in mock_rte_cryptodev_dequeue_burst() argument 184 struct rte_crypto_op **ops, uint16_t nb_ops) in mock_rte_crypto_op_bulk_alloc() argument
|
/spdk/test/unit/lib/nvmf/fc.c/ |
H A D | fc_ut.c | 213 const struct spdk_nvmf_transport_ops *ops = NULL; create_transport_test() local
|
/spdk/test/unit/lib/accel/dpdk_compressdev.c/ |
H A D | accel_dpdk_compressdev_ut.c | 273 rte_compressdev_dequeue_burst(uint8_t dev_id,uint16_t qp_id,struct rte_comp_op ** ops,uint16_t nb_op) rte_compressdev_dequeue_burst() argument 320 rte_compressdev_enqueue_burst(uint8_t dev_id,uint16_t qp_id,struct rte_comp_op ** ops,uint16_t nb_ops) rte_compressdev_enqueue_burst() argument
|
/spdk/lib/nvme/ |
H A D | nvme_transport.c | 18 struct spdk_nvme_transport_ops ops; member 81 spdk_nvme_transport_register(const struct spdk_nvme_transport_ops * ops) spdk_nvme_transport_register() argument [all...] |
/spdk/module/bdev/ocf/ |
H A D | ctx.c | 270 vbdev_ocf_queue_create(ocf_cache_t cache, ocf_queue_t *queue, const struct ocf_queue_ops *ops) in vbdev_ocf_queue_create() argument
|
/spdk/lib/virtio/ |
H A D | virtio.c | 230 const struct virtio_dev_ops *ops, void *ctx) in virtio_dev_construct()
|
/spdk/module/vfu_device/ |
H A D | vfu_virtio.c | 1488 struct vfu_virtio_ops *ops) in vfu_virtio_endpoint_setup()
|
/spdk/test/unit/lib/nvmf/subsystem.c/ |
H A D | subsystem_ut.c | 2131 struct spdk_nvmf_ns_reservation_ops ops = { test_nvmf_reservation_custom_ops() local
|