Home
last modified time | relevance | path

Searched defs:cb_ctx (Results 1 – 25 of 63) sorted by relevance

123

/spdk/lib/ftl/
H A Dftl_l2p.c36 ftl_l2p_pin_cb cb, void *cb_ctx) in ftl_l2p_pin_ctx_init()
45 ftl_l2p_pin(struct spdk_ftl_dev *dev, uint64_t lba, uint64_t count, ftl_l2p_pin_cb cb, void *cb_ctx, in ftl_l2p_pin()
59 ftl_l2p_pin_skip(struct spdk_ftl_dev *dev, ftl_l2p_pin_cb cb, void *cb_ctx, in ftl_l2p_pin_skip()
79 ftl_l2p_clear(struct spdk_ftl_dev *dev, ftl_l2p_cb cb, void *cb_ctx) in ftl_l2p_clear()
85 ftl_l2p_restore(struct spdk_ftl_dev *dev, ftl_l2p_cb cb, void *cb_ctx) in ftl_l2p_restore()
91 ftl_l2p_persist(struct spdk_ftl_dev *dev, ftl_l2p_cb cb, void *cb_ctx) in ftl_l2p_persist()
97 ftl_l2p_trim(struct spdk_ftl_dev *dev, ftl_l2p_cb cb, void *cb_ctx) in ftl_l2p_trim()
H A Dftl_l2p_flat.c62 void *cb_ctx = md->owner.cb_ctx; in md_cb() local
68 ftl_l2p_flat_clear(struct spdk_ftl_dev *dev, ftl_l2p_cb cb, void *cb_ctx) in ftl_l2p_flat_clear()
84 ftl_l2p_flat_restore(struct spdk_ftl_dev *dev, ftl_l2p_cb cb, void *cb_ctx) in ftl_l2p_flat_restore()
96 ftl_l2p_flat_persist(struct spdk_ftl_dev *dev, ftl_l2p_cb cb, void *cb_ctx) in ftl_l2p_flat_persist()
173 ftl_l2p_flat_trim(struct spdk_ftl_dev *dev, ftl_l2p_cb cb, void *cb_ctx) in ftl_l2p_flat_trim()
H A Dftl_l2p.h30 void *cb_ctx; member
/spdk/test/env/env_dpdk_post_init/
H A Denv_dpdk_post_init.c28 probe_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid, in probe_cb()
37 attach_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid, in attach_cb()
/spdk/test/env/memory/
H A Dmemory_ut.c36 test_mem_map_notify(void *cb_ctx, struct spdk_mem_map *map, in test_mem_map_notify() argument
73 test_mem_map_notify_fail(void *cb_ctx, struct spdk_mem_map *map, in test_mem_map_notify_fail() argument
108 test_mem_map_notify_checklen(void *cb_ctx, struct spdk_mem_map *map, in test_mem_map_notify_checklen() argument
/spdk/module/bdev/raid/
H A Dbdev_raid_sb.c21 void *cb_ctx; member
29 void *cb_ctx; member
273 raid_bdev_load_sb_cb cb, void *cb_ctx) in raid_bdev_load_base_bdev_superblock()
383 raid_bdev_write_superblock(struct raid_bdev *raid_bdev, raid_bdev_write_sb_cb cb, void *cb_ctx) in raid_bdev_write_superblock()
/spdk/test/app/stub/
H A Dstub.c60 probe_cb(void * cb_ctx,const struct spdk_nvme_transport_id * trid,struct spdk_nvme_ctrlr_opts * opts) probe_cb() argument
70 attach_cb(void * cb_ctx,const struct spdk_nvme_transport_id * trid,struct spdk_nvme_ctrlr * ctrlr,const struct spdk_nvme_ctrlr_opts * opts) attach_cb() argument
/spdk/test/nvme/startup/
H A Dstartup.c30 probe_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid, in probe_cb() argument
39 attach_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid, in attach_cb() argument
/spdk/lib/ftl/mngt/
H A Dftl_mngt.c36 void *cb_ctx; member
125 ftl_mngt_completion cb, void *cb_ctx, bool silent) in allocate_mngt()
177 ftl_mngt_completion cb, void *cb_ctx, bool silent, void *init_ctx) in _ftl_mngt_process_execute()
224 ftl_mngt_completion cb, void *cb_ctx) in ftl_mngt_process_execute()
231 ftl_mngt_completion cb, void *cb_ctx) in ftl_mngt_process_rollback()
/spdk/test/nvme/err_injection/
H A Derr_injection.c33 probe_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid, in probe_cb() argument
42 attach_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid, in attach_cb() argument
/spdk/lib/idxd/
H A Didxd_user.c347 void *cb_ctx; member
351 probe_cb(void *cb_ctx, struct spdk_pci_device *pci_dev) in probe_cb()
403 user_idxd_probe(void *cb_ctx, spdk_idxd_attach_cb attach_cb, in user_idxd_probe()
/spdk/test/external_code/nvme/
H A Didentify.c78 attach_cb(void *cb_ctx, const struct spdk_pci_addr *addr, in attach_cb() argument
/spdk/module/accel/ioat/
H A Daccel_ioat.c230 probe_cb(void *cb_ctx, struct spdk_pci_device *pci_dev) in probe_cb()
260 attach_cb(void *cb_ctx, struct spdk_pci_device *pci_dev, struct spdk_ioat_chan *ioat) in attach_cb()
/spdk/test/nvme/reserve/
H A Dreserve.c374 probe_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid, in probe_cb() argument
381 attach_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid, in attach_cb() argument
/spdk/module/accel/iaa/
H A Daccel_iaa.c314 attach_cb(void * cb_ctx,struct spdk_idxd_device * iaa) attach_cb() argument
355 caller_probe_cb(void * cb_ctx,struct spdk_pci_device * dev) caller_probe_cb() argument
/spdk/module/bdev/zone_block/
H A Dvbdev_zone_block_rpc.c89 _rpc_delete_zone_block_cb(void *cb_ctx, int rc) in _rpc_delete_zone_block_cb()
/spdk/test/app/jsoncat/
H A Djsoncat.c42 json_write_cb(void *cb_ctx, const void *data, size_t size) in json_write_cb()
/spdk/test/unit/lib/nvme/nvme.c/
H A Dnvme_ut.c160 dummy_attach_cb(void * cb_ctx,const struct spdk_nvme_transport_id * trid,struct spdk_nvme_ctrlr * ctrlr,const struct spdk_nvme_ctrlr_opts * opts) dummy_attach_cb() argument
171 void *cb_ctx = NULL; test_spdk_nvme_probe() local
347 void *cb_ctx = NULL; test_nvme_init_controllers() local
831 void *cb_ctx = NULL; test_nvme_ctrlr_probe() local
[all...]
/spdk/test/nvme/simple_copy/
H A Dsimple_copy.c317 probe_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid, in probe_cb() argument
326 attach_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid, in attach_cb() argument
/spdk/lib/jsonrpc/
H A Djsonrpc_client.c129 jsonrpc_client_write_cb(void *cb_ctx, const void *data, size_t size) in jsonrpc_client_write_cb()
/spdk/lib/nvmf/
H A Dnvmf_fc.h161 void *cb_ctx; member
514 void *cb_ctx; global() member
653 void *cb_ctx; global() member
665 void *cb_ctx; global() member
673 void *cb_ctx; global() member
689 void *cb_ctx; global() member
699 void *cb_ctx; global() member
715 void *cb_ctx; global() member
727 void *cb_ctx; global() member
738 void *cb_ctx; global() member
749 void *cb_ctx; global() member
760 void *cb_ctx; global() member
[all...]
/spdk/lib/ftl/upgrade/
H A Dftl_layout_upgrade.h87 void *cb_ctx; member
/spdk/test/nvme/overhead/
H A Doverhead.c219 unsigned long nbytes, uint64_t offset, void *cb_ctx) in aio_submit() argument
621 probe_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid, in probe_cb() argument
640 attach_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid, in attach_cb() argument
/spdk/module/accel/dsa/
H A Daccel_dsa.c453 attach_cb(void * cb_ctx,struct spdk_idxd_device * idxd) attach_cb() argument
494 probe_cb(void * cb_ctx,struct spdk_pci_device * dev) probe_cb() argument
/spdk/lib/nvme/
H A Dnvme.c882 nvme_probe_ctx_init(struct spdk_nvme_probe_ctx * probe_ctx,const struct spdk_nvme_transport_id * trid,const struct spdk_nvme_ctrlr_opts * opts,void * cb_ctx,spdk_nvme_probe_cb probe_cb,spdk_nvme_attach_cb attach_cb,spdk_nvme_remove_cb remove_cb) nvme_probe_ctx_init() argument
897 spdk_nvme_probe(const struct spdk_nvme_transport_id * trid,void * cb_ctx,spdk_nvme_probe_cb probe_cb,spdk_nvme_attach_cb attach_cb,spdk_nvme_remove_cb remove_cb) spdk_nvme_probe() argument
925 nvme_connect_probe_cb(void * cb_ctx,const struct spdk_nvme_transport_id * trid,struct spdk_nvme_ctrlr_opts * opts) nvme_connect_probe_cb() argument
1509 spdk_nvme_probe_async(const struct spdk_nvme_transport_id * trid,void * cb_ctx,spdk_nvme_probe_cb probe_cb,spdk_nvme_attach_cb attach_cb,spdk_nvme_remove_cb remove_cb) spdk_nvme_probe_async() argument
[all...]

123