Home
last modified time | relevance | path

Searched defs:io_device (Results 1 – 25 of 43) sorted by relevance

12

/spdk/test/unit/lib/thread/thread.c/
H A Dthread_ut.c488 channel_create(void *io_device, void *ctx_buf) in channel_create() argument
497 channel_destroy(void *io_device, void *ctx_buf) in channel_destroy() argument
713 create_cb_1(void *io_device, void *ctx_buf) in create_cb_1() argument
722 destroy_cb_1(void *io_device, voi argument
730 create_cb_2(void * io_device,void * ctx_buf) create_cb_2() argument
739 destroy_cb_2(void * io_device,void * ctx_buf) destroy_cb_2() argument
809 create_cb(void * io_device,void * ctx_buf) create_cb() argument
820 destroy_cb(void * io_device,void * ctx_buf) destroy_cb() argument
1121 ut_nested_ch_create_cb(void * io_device,void * ctx_buf) ut_nested_ch_create_cb() argument
1143 ut_nested_ch_destroy_cb(void * io_device,void * ctx_buf) ut_nested_ch_destroy_cb() argument
1287 create_cb2(void * io_device,void * ctx_buf) create_cb2() argument
1297 destroy_cb2(void * io_device,void * ctx_buf) destroy_cb2() argument
1306 unregister_cb2(void * io_device) unregister_cb2() argument
1642 dummy_create_cb(void * io_device,void * ctx_buf) dummy_create_cb() argument
1648 dummy_destroy_cb(void * io_device,void * ctx_buf) dummy_destroy_cb() argument
[all...]
/spdk/lib/ftl/mngt/
H A Dftl_mngt_ioch.c49 io_channel_create_cb(void *io_device, void *ctx) in io_channel_create_cb() argument
130 io_channel_destroy_cb(void *io_device, void *ctx) in io_channel_destroy_cb() argument
158 unregister_cb(void *io_device) in unregister_cb() argument
/spdk/module/bdev/xnvme/
H A Dbdev_xnvme.c111 bdev_xnvme_destruct_cb(void * io_device) bdev_xnvme_destruct_cb() argument
293 bdev_xnvme_queue_create_cb(void * io_device,void * ctx_buf) bdev_xnvme_queue_create_cb() argument
314 bdev_xnvme_queue_destroy_cb(void * io_device,void * ctx_buf) bdev_xnvme_queue_destroy_cb() argument
448 bdev_xnvme_module_create_cb(void * io_device,void * ctx_buf) bdev_xnvme_module_create_cb() argument
454 bdev_xnvme_module_destroy_cb(void * io_device,void * ctx_buf) bdev_xnvme_module_destroy_cb() argument
/spdk/test/external_code/accel/
H A Ddriver.c32 ex_driver_create_cb(void *io_device, void *ctx_buf) in ex_driver_create_cb()
38 ex_driver_destroy_cb(void *io_device, void *ctx_buf) in ex_driver_destroy_cb()
H A Dmodule.c93 ex_accel_create_cb(void *io_device, void *ctx_buf) in ex_accel_create_cb()
104 ex_accel_destroy_cb(void *io_device, void *ctx_buf) in ex_accel_destroy_cb()
/spdk/module/accel/ioat/
H A Daccel_ioat.c197 ioat_create_cb(void *io_device, void *ctx_buf) in ioat_create_cb()
215 ioat_destroy_cb(void *io_device, void *ctx_buf) in ioat_destroy_cb()
305 _device_unregister_cb(void *io_device) in _device_unregister_cb()
/spdk/lib/thread/
H A Dthread.c240 struct io_device { global() struct
241 io_deviceio_device global() argument
245 unregister_cbio_device global() argument
249 for_each_countio_device global() argument
257 unregisteredio_device global() argument
2124 io_device_get(void * io_device) io_device_get() argument
2133 spdk_io_device_register(void * io_device,spdk_io_channel_create_cb create_cb,spdk_io_channel_destroy_cb destroy_cb,uint32_t ctx_size,const char * name) spdk_io_device_register() argument
2221 spdk_io_device_unregister(void * io_device,spdk_io_device_unregister_cb unregister_cb) spdk_io_device_unregister() argument
2301 spdk_get_io_channel(void * io_device) spdk_get_io_channel() argument
2505 void *io_device; global() member
2573 spdk_for_each_channel(void * io_device,spdk_channel_msg fn,void * ctx,spdk_channel_for_each_cpl cpl) spdk_for_each_channel() argument
[all...]
H A Diobuf.c76 iobuf_channel_create_cb(void * io_device,void * ctx) iobuf_channel_create_cb() argument
87 iobuf_channel_destroy_cb(void * io_device,void * ctx) iobuf_channel_destroy_cb() argument
164 iobuf_unregister_cb(void * io_device) iobuf_unregister_cb() argument
/spdk/test/unit/lib/bdev/part.c/
H A Dpart_ut.c127 bdev_ut_destroy_ch(void *io_device, void *ctx_buf) in bdev_ut_create_ch() argument
80 ut_accel_ch_create_cb(void * io_device,void * ctx) ut_accel_ch_create_cb() argument
86 ut_accel_ch_destroy_cb(void * io_device,void * ctx) ut_accel_ch_destroy_cb() argument
142 bdev_ut_destroy_ch(void * io_device,void * ctx_buf) bdev_ut_destroy_ch() argument
/spdk/test/unit/lib/ftl/ftl_io.c/
H A Dftl_io_ut.c122 channel_create_cb(void * io_device,void * ctx) channel_create_cb() argument
128 channel_destroy_cb(void * io_device,void * ctx) channel_destroy_cb() argument
/spdk/module/bdev/rbd/
H A Dbdev_rbd.c688 _bdev_rbd_destruct_done(void *io_device) in _bdev_rbd_destruct_done()
699 bdev_rbd_free_cb(void *io_device) in bdev_rbd_free_cb()
815 bdev_rbd_create_cb(void *io_device, void *ctx_buf) in bdev_rbd_create_cb()
828 bdev_rbd_destroy_cb(void *io_device, void *ctx_buf) in bdev_rbd_destroy_cb()
1441 bdev_rbd_group_create_cb(void *io_device, void *ctx_buf) in bdev_rbd_group_create_cb()
1447 bdev_rbd_group_destroy_cb(void *io_device, void *ctx_buf) in bdev_rbd_group_destroy_cb()
/spdk/module/accel/error/
H A Daccel_error.c141 accel_error_channel_create_cb(void * io_device,void * ctx) accel_error_channel_create_cb() argument
160 accel_error_channel_destroy_cb(void * io_device,void * ctx) accel_error_channel_destroy_cb() argument
/spdk/module/bdev/null/
H A Dbdev_null.c379 null_bdev_create_cb(void * io_device,void * ctx_buf) null_bdev_create_cb() argument
390 null_bdev_destroy_cb(void * io_device,void * ctx_buf) null_bdev_destroy_cb() argument
/spdk/test/external_code/passthru/
H A Dvbdev_passthru.c90 _device_unregister_cb(void *io_device) in _device_unregister_cb()
422 pt_bdev_ch_create_cb(void *io_device, void *ctx_buf) in pt_bdev_ch_create_cb()
437 pt_bdev_ch_destroy_cb(void *io_device, void *ctx_buf) in pt_bdev_ch_destroy_cb()
/spdk/module/bdev/raid/
H A Draid1.c353 raid1_ioch_destroy(void *io_device, void *ctx_buf) in raid1_ioch_destroy() argument
358 raid1_ioch_create(void *io_device, void *ctx_buf) in raid1_ioch_create() argument
364 raid1_io_device_unregister_done(void *io_device) in raid1_io_device_unregister_done() argument
/spdk/module/accel/iaa/
H A Daccel_iaa.c278 idxd_create_cb(void * io_device,void * ctx_buf) idxd_create_cb() argument
299 idxd_destroy_cb(void * io_device,void * ctx_buf) idxd_destroy_cb() argument
/spdk/test/unit/lib/blob/blob.c/
H A Desnap_dev.c246 ut_esnap_io_channel_create(void *io_device, void *ctx) in ut_esnap_io_channel_create()
261 ut_esnap_io_channel_destroy(void *io_device, void *ctx) in ut_esnap_io_channel_destroy()
275 ut_esnap_dev_free(void *io_device) in ut_esnap_dev_free()
/spdk/module/bdev/passthru/
H A Dvbdev_passthru.c94 _device_unregister_cb(void *io_device) in _device_unregister_cb() argument
433 pt_bdev_ch_create_cb(void * io_device,void * ctx_buf) pt_bdev_ch_create_cb() argument
448 pt_bdev_ch_destroy_cb(void * io_device,void * ctx_buf) pt_bdev_ch_destroy_cb() argument
/spdk/module/accel/dpdk_compressdev/
H A Daccel_dpdk_compressdev.c719 compress_create_cb(void * io_device,void * ctx_buf) compress_create_cb() argument
793 compress_destroy_cb(void * io_device,void * ctx_buf) compress_destroy_cb() argument
857 _device_unregister_cb(void * io_device) _device_unregister_cb() argument
/spdk/module/bdev/uring/
H A Dbdev_uring.c698 bdev_uring_create_cb(void * io_device,void * ctx_buf) bdev_uring_create_cb() argument
708 bdev_uring_destroy_cb(void * io_device,void * ctx_buf) bdev_uring_destroy_cb() argument
779 bdev_uring_group_create_cb(void * io_device,void * ctx_buf) bdev_uring_group_create_cb() argument
795 bdev_uring_group_destroy_cb(void * io_device,void * ctx_buf) bdev_uring_group_destroy_cb() argument
/spdk/module/bdev/aio/
H A Dbdev_aio.c291 bdev_aio_destruct_cb(void * io_device) bdev_aio_destruct_cb() argument
706 bdev_aio_create_cb(void * io_device,void * ctx_buf) bdev_aio_create_cb() argument
723 bdev_aio_destroy_cb(void * io_device,void * ctx_buf) bdev_aio_destroy_cb() argument
841 bdev_aio_group_create_cb(void * io_device,void * ctx_buf) bdev_aio_group_create_cb() argument
864 bdev_aio_group_destroy_cb(void * io_device,void * ctx_buf) bdev_aio_group_destroy_cb() argument
/spdk/module/bdev/virtio/
H A Dbdev_virtio_blk.c251 virtio_blk_dev_unregister_cb(void *io_device) in virtio_blk_dev_unregister_cb()
342 bdev_virtio_blk_ch_create_cb(void *io_device, void *ctx_buf) in bdev_virtio_blk_ch_create_cb()
366 bdev_virtio_blk_ch_destroy_cb(void *io_device, void *ctx_buf) in bdev_virtio_blk_ch_destroy_cb()
/spdk/module/accel/dsa/
H A Daccel_dsa.c417 dsa_create_cb(void * io_device,void * ctx_buf) dsa_create_cb() argument
438 dsa_destroy_cb(void * io_device,void * ctx_buf) dsa_destroy_cb() argument
/spdk/module/bdev/crypto/
H A Dvbdev_crypto.c404 _device_unregister_cb(void *io_device) in _device_unregister_cb() argument
513 crypto_bdev_ch_create_cb(void *io_device, void *ctx_buf) in crypto_bdev_ch_create_cb() argument
543 crypto_bdev_ch_destroy_cb(void *io_device, void *ctx_buf) in crypto_bdev_ch_destroy_cb() argument
/spdk/module/bdev/daos/
H A Dbdev_daos.c173 bdev_daos_destruct_cb(void *io_device) in bdev_daos_destruct_cb()
650 bdev_daos_io_channel_create_cb(void *io_device, void *ctx_buf) in bdev_daos_io_channel_create_cb()
670 bdev_daos_io_channel_destroy_cb(void *io_device, void *ctx_buf) in bdev_daos_io_channel_destroy_cb()

12