Home
last modified time | relevance | path

Searched defs:remove_cb (Results 1 – 9 of 9) sorted by relevance

/spdk/lib/nvme/
H A Dnvme.c885 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
899 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
1512 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...]
H A Dnvme_internal.h1053 spdk_nvme_remove_cb remove_cb; global() member
1104 spdk_nvme_remove_cb remove_cb; global() member
H A Dnvme_ctrlr.c2025 spdk_nvme_ctrlr_set_remove_cb(struct spdk_nvme_ctrlr * ctrlr,spdk_nvme_remove_cb remove_cb,void * remove_ctx) spdk_nvme_ctrlr_set_remove_cb() argument
/spdk/lib/scsi/
H A Dscsi_internal.h64 spdk_scsi_dev_destruct_cb_t remove_cb; member
/spdk/test/unit/lib/nvme/nvme.c/
H A Dnvme_ut.c174 spdk_nvme_remove_cb remove_cb = NULL; test_spdk_nvme_probe() local
/spdk/module/bdev/virtio/
H A Dbdev_virtio_scsi.c68 bdev_virtio_remove_cb remove_cb; member
1689 bdev_virtio_remove_cb remove_cb; in _virtio_scsi_dev_unregister_cb() local
/spdk/module/bdev/raid/
H A Dbdev_raid.h89 raid_base_bdev_cb remove_cb; member
/spdk/lib/vhost/
H A Dvhost_scsi.c64 spdk_vhost_event_fn remove_cb; member
/spdk/module/bdev/nvme/
H A Dbdev_nvme.c5648 remove_cb(void *cb_ctx, struct spdk_nvme_ctrlr *ctrlr) remove_cb() function