Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 25 of 115) sorted by relevance

12345

/spdk/lib/bdev/
H A Dbdev_zone.c67 spdk_bdev_get_zone_info(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_get_zone_info()
93 spdk_bdev_zone_management(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_zone_management()
119 zone_bdev_append_with_md(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in zone_bdev_append_with_md()
149 spdk_bdev_zone_append(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_zone_append()
158 spdk_bdev_zone_append_with_md(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_zone_append_with_md()
167 spdk_bdev_zone_appendv_with_md(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_zone_appendv_with_md()
196 spdk_bdev_zone_appendv(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_zone_appendv()
/spdk/module/bdev/aio/
H A Dbdev_aio.c58 struct bdev_aio_io_channel *ch; member
158 bdev_aio_submit_io(enum spdk_bdev_io_type type,struct file_disk * fdisk,struct spdk_io_channel * ch,struct bdev_aio_task * aio_task,struct iovec * iov,int iovcnt,uint64_t nbytes,uint64_t offset) bdev_aio_submit_io() argument
185 bdev_aio_submit_io(enum spdk_bdev_io_type type,struct file_disk * fdisk,struct spdk_io_channel * ch,struct bdev_aio_task * aio_task,struct iovec * iov,int iovcnt,uint64_t nbytes,uint64_t offset) bdev_aio_submit_io() argument
210 bdev_aio_rw(enum spdk_bdev_io_type type,struct file_disk * fdisk,struct spdk_io_channel * ch,struct bdev_aio_task * aio_task,struct iovec * iov,int iovcnt,uint64_t nbytes,uint64_t offset) bdev_aio_rw() argument
513 struct spdk_io_channel *ch = spdk_io_channel_iter_get_channel(i); _bdev_aio_get_io_inflight() local
565 bdev_aio_get_buf_cb(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io,bool success) bdev_aio_get_buf_cb() argument
592 _bdev_aio_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) _bdev_aio_submit_request() argument
639 bdev_aio_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) bdev_aio_submit_request() argument
669 bdev_aio_create_io(struct bdev_aio_io_channel * ch) bdev_aio_create_io() argument
681 bdev_aio_destroy_io(struct bdev_aio_io_channel * ch) bdev_aio_destroy_io() argument
687 bdev_aio_create_io(struct bdev_aio_io_channel * ch) bdev_aio_create_io() argument
699 bdev_aio_destroy_io(struct bdev_aio_io_channel * ch) bdev_aio_destroy_io() argument
708 struct bdev_aio_io_channel *ch = ctx_buf; bdev_aio_create_cb() local
725 struct bdev_aio_io_channel *ch = ctx_buf; bdev_aio_destroy_cb() local
807 bdev_aio_register_interrupt(struct bdev_aio_group_channel * ch) bdev_aio_register_interrupt() argument
827 bdev_aio_unregister_interrupt(struct bdev_aio_group_channel * ch) bdev_aio_unregister_interrupt() argument
843 struct bdev_aio_group_channel *ch = ctx_buf; bdev_aio_group_create_cb() local
866 struct bdev_aio_group_channel *ch = ctx_buf; bdev_aio_group_destroy_cb() local
[all...]
/spdk/module/bdev/daos/
H A Dbdev_daos.c232 bdev_daos_writev(struct bdev_daos *daos, struct bdev_daos_io_channel *ch, in bdev_daos_writev()
278 bdev_daos_readv(struct bdev_daos *daos, struct bdev_daos_io_channel *ch, in bdev_daos_readv()
324 bdev_daos_get_buf_cb(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io, in bdev_daos_get_buf_cb()
352 struct spdk_io_channel *ch = spdk_io_channel_iter_get_channel(i); in _bdev_daos_get_io_inflight() local
408 bdev_daos_unmap(struct bdev_daos_io_channel *ch, uint64_t nbytes, in bdev_daos_unmap()
421 _bdev_daos_submit_request(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io) in _bdev_daos_submit_request()
479 bdev_daos_submit_request(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io) in bdev_daos_submit_request()
498 struct bdev_daos_io_channel *ch = arg; in bdev_daos_channel_poll() local
588 bdev_daos_io_channel_setup_daos(struct bdev_daos_io_channel *ch) in bdev_daos_io_channel_setup_daos()
653 struct bdev_daos_io_channel *ch = ctx_buf; in bdev_daos_io_channel_create_cb() local
[all …]
/spdk/module/bdev/xnvme/
H A Dbdev_xnvme.c31 struct bdev_xnvme_io_channel *ch; member
130 _xnvme_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) _xnvme_submit_request() argument
203 bdev_xnvme_get_buf_cb(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io,bool success) bdev_xnvme_get_buf_cb() argument
217 bdev_xnvme_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) bdev_xnvme_submit_request() argument
280 struct bdev_xnvme_io_channel *ch = arg; bdev_xnvme_poll() local
296 struct bdev_xnvme_io_channel *ch = ctx_buf; bdev_xnvme_queue_create_cb() local
316 struct bdev_xnvme_io_channel *ch = ctx_buf; bdev_xnvme_queue_destroy_cb() local
[all...]
/spdk/test/unit/lib/bdev/vbdev_zone_block.c/
H A Dvbdev_zone_block_ut.c33 struct spdk_io_channel *ch; member
312 struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in set_io_output() argument
327 spdk_bdev_unmap_blocks(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_unmap_blocks() argument
346 spdk_bdev_writev_blocks_with_md(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_writev_blocks_with_md() argument
376 spdk_bdev_writev_blocks(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_writev_blocks() argument
387 spdk_bdev_readv_blocks_with_md(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,void * md,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_readv_blocks_with_md() argument
408 spdk_bdev_readv_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_readv_blocks() argument
809 send_zone_info(struct bdev_zone_block * bdev,struct spdk_io_channel * ch,uint64_t zone_id,uint64_t wp,enum spdk_bdev_zone_state state,uint32_t output_index,bool success) send_zone_info() argument
840 struct spdk_io_channel *ch; test_get_zone_info() local
917 send_zone_management(struct bdev_zone_block * bdev,struct spdk_io_channel * ch,uint64_t zone_id,uint32_t output_index,enum spdk_bdev_zone_action action,bool success) send_zone_management() argument
936 send_reset_zone(struct bdev_zone_block * bdev,struct spdk_io_channel * ch,uint64_t zone_id,uint32_t output_index,bool success) send_reset_zone() argument
943 send_open_zone(struct bdev_zone_block * bdev,struct spdk_io_channel * ch,uint64_t zone_id,uint32_t output_index,bool success) send_open_zone() argument
950 send_close_zone(struct bdev_zone_block * bdev,struct spdk_io_channel * ch,uint64_t zone_id,uint32_t output_index,bool success) send_close_zone() argument
957 send_finish_zone(struct bdev_zone_block * bdev,struct spdk_io_channel * ch,uint64_t zone_id,uint32_t output_index,bool success) send_finish_zone() argument
966 struct spdk_io_channel *ch; test_reset_zone() local
1015 send_write_zone(struct bdev_zone_block * bdev,struct spdk_io_channel * ch,uint64_t lba,uint64_t blocks,uint32_t output_index,bool success) send_write_zone() argument
1034 send_read_zone(struct bdev_zone_block * bdev,struct spdk_io_channel * ch,uint64_t lba,uint64_t blocks,uint32_t output_index,bool success) send_read_zone() argument
1053 send_append_zone(struct bdev_zone_block * bdev,struct spdk_io_channel * ch,uint64_t lba,uint64_t blocks,uint32_t output_index,bool success,uint64_t wp) send_append_zone() argument
1077 struct spdk_io_channel *ch; test_open_zone() local
1144 struct spdk_io_channel *ch; test_zone_write() local
1220 struct spdk_io_channel *ch; test_zone_read() local
1280 struct spdk_io_channel *ch; test_close_zone() local
1339 struct spdk_io_channel *ch; test_finish_zone() local
1399 struct spdk_io_channel *ch; test_append_zone() local
[all...]
/spdk/lib/nvmf/
H A Dctrlr_bdev.c260 nvmf_bdev_ctrl_queue_io(struct spdk_nvmf_request * req,struct spdk_bdev * bdev,struct spdk_io_channel * ch,spdk_bdev_io_wait_cb cb_fn,void * cb_arg) nvmf_bdev_ctrl_queue_io() argument
283 nvmf_bdev_ctrlr_read_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_read_cmd() argument
335 nvmf_bdev_ctrlr_write_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_write_cmd() argument
388 nvmf_bdev_ctrlr_compare_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_compare_cmd() argument
432 nvmf_bdev_ctrlr_compare_and_write_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * cmp_req,struct spdk_nvmf_request * write_req) nvmf_bdev_ctrlr_compare_and_write_cmd() argument
487 nvmf_bdev_ctrlr_write_zeroes_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_write_zeroes_cmd() argument
537 nvmf_bdev_ctrlr_flush_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_flush_cmd() argument
570 struct spdk_io_channel *ch; global() member
611 struct spdk_io_channel *ch = unmap_ctx->ch; nvmf_bdev_ctrlr_unmap_resubmit() local
618 nvmf_bdev_ctrlr_unmap(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req,struct nvmf_bdev_ctrlr_unmap * unmap_ctx) nvmf_bdev_ctrlr_unmap() argument
702 nvmf_bdev_ctrlr_dsm_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_dsm_cmd() argument
718 nvmf_bdev_ctrlr_copy_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_copy_cmd() argument
783 nvmf_bdev_ctrlr_nvme_passthru_io(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_nvme_passthru_io() argument
806 spdk_nvmf_bdev_ctrlr_nvme_passthru_admin(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req,spdk_nvmf_nvme_passthru_cmd_cb cb_fn) spdk_nvmf_bdev_ctrlr_nvme_passthru_admin() argument
856 spdk_nvmf_bdev_ctrlr_abort_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req,struct spdk_nvmf_request * req_to_abort) spdk_nvmf_bdev_ctrlr_abort_cmd() argument
952 nvmf_bdev_ctrlr_zcopy_start(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_zcopy_start() argument
[all...]
/spdk/lib/thread/
H A Diobuf.c78 struct iobuf_channel *ch = ctx; iobuf_channel_create_cb() local
89 struct iobuf_channel *ch __attribute__((unused)) = ctx; iobuf_channel_destroy_cb() local
302 spdk_iobuf_channel_init(struct spdk_iobuf_channel * ch,const char * name,uint32_t small_cache_size,uint32_t large_cache_size) spdk_iobuf_channel_init() argument
391 spdk_iobuf_channel_fini(struct spdk_iobuf_channel * ch) spdk_iobuf_channel_fini() argument
480 spdk_iobuf_for_each_entry(struct spdk_iobuf_channel * ch,struct spdk_iobuf_pool * pool,spdk_iobuf_for_each_entry_fn cb_fn,void * cb_ctx) spdk_iobuf_for_each_entry() argument
502 spdk_iobuf_entry_abort(struct spdk_iobuf_channel * ch,struct spdk_iobuf_entry * entry,uint64_t len) spdk_iobuf_entry_abort() argument
520 spdk_iobuf_get(struct spdk_iobuf_channel * ch,uint64_t len,struct spdk_iobuf_entry * entry,spdk_iobuf_get_cb cb_fn) spdk_iobuf_get() argument
572 spdk_iobuf_put(struct spdk_iobuf_channel * ch,void * buf,uint64_t len) spdk_iobuf_put() argument
635 struct spdk_io_channel *ch = spdk_io_channel_iter_get_channel(iter); iobuf_get_channel_stats() local
[all...]
/spdk/module/bdev/null/
H A Dbdev_null.c69 bdev_null_abort_io(struct null_io_channel *ch, struct spdk_bdev_io *bio_to_abort) in bdev_null_abort_io() argument
91 struct null_io_channel *ch = spdk_io_channel_get_ctx(_ch); in bdev_null_submit_request() local
358 struct null_io_channel *ch = arg; null_io_poll() local
381 struct null_io_channel *ch = ctx_buf; null_bdev_create_cb() local
392 struct null_io_channel *ch = ctx_buf; null_bdev_destroy_cb() local
[all...]
/spdk/test/unit/lib/bdev/compress.c/
H A Dcompress_ut.c118 spdk_bdev_readv_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_readv_blocks() argument
130 spdk_bdev_writev_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_writev_blocks() argument
142 spdk_bdev_unmap_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_unmap_blocks() argument
153 spdk_bdev_flush_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_flush_blocks() argument
164 spdk_bdev_reset(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_reset() argument
180 spdk_accel_submit_compress(struct spdk_io_channel * ch,void * dst,uint64_t nbytes,struct iovec * src_iovs,size_t src_iovcnt,uint32_t * output_size,spdk_accel_completion_cb cb_fn,void * cb_arg) spdk_accel_submit_compress() argument
189 spdk_accel_submit_decompress(struct spdk_io_channel * ch,struct iovec * dst_iovs,size_t dst_iovcnt,struct iovec * src_iovs,size_t src_iovcnt,uint32_t * output_size,spdk_accel_completion_cb cb_fn,void * cb_arg) spdk_accel_submit_decompress() argument
/spdk/test/common/lib/
H A Dtest_iobuf.c54 spdk_iobuf_channel_init(struct spdk_iobuf_channel *ch, const char *name, in spdk_iobuf_channel_init() argument
67 spdk_iobuf_get(struct spdk_iobuf_channel * ch,uint64_t len,struct spdk_iobuf_entry * entry,spdk_iobuf_get_cb cb_fn) spdk_iobuf_get() argument
107 spdk_iobuf_put(struct spdk_iobuf_channel * ch,void * buf,uint64_t len) spdk_iobuf_put() argument
/spdk/module/bdev/virtio/
H A Dbdev_virtio_blk.c87 bdev_virtio_blk_init_io_vreq(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io) in bdev_virtio_blk_init_io_vreq()
113 bdev_virtio_blk_send_io(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io) in bdev_virtio_blk_send_io()
143 bdev_virtio_command(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io) in bdev_virtio_command()
169 bdev_virtio_get_buf_cb(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io, in bdev_virtio_get_buf_cb()
181 _bdev_virtio_submit_request(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io) in _bdev_virtio_submit_request()
216 bdev_virtio_submit_request(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io) in bdev_virtio_submit_request()
328 struct bdev_virtio_blk_io_channel *ch = arg; in bdev_virtio_poll() local
346 struct bdev_virtio_blk_io_channel *ch = ctx_buf; in bdev_virtio_blk_ch_create_cb() local
370 struct bdev_virtio_blk_io_channel *ch = ctx_buf; in bdev_virtio_blk_ch_destroy_cb() local
/spdk/lib/ftl/
H A Dftl_nv_cache_io.h16 struct spdk_io_channel *ch, in ftl_nv_cache_bdev_read_blocks_with_md() argument
29 ftl_nv_cache_bdev_write_blocks_with_md(struct spdk_ftl_dev * dev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,void * buf,void * md,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) ftl_nv_cache_bdev_write_blocks_with_md() argument
/spdk/module/bdev/uring/
H A Dbdev_uring.c47 struct bdev_uring_io_channel *ch; global() member
175 bdev_uring_readv(struct bdev_uring * uring,struct spdk_io_channel * ch,struct bdev_uring_task * uring_task,struct iovec * iov,int iovcnt,uint64_t nbytes,uint64_t offset) bdev_uring_readv() argument
202 bdev_uring_writev(struct bdev_uring * uring,struct spdk_io_channel * ch,struct bdev_uring_task * uring_task,struct iovec * iov,int iovcnt,size_t nbytes,uint64_t offset) bdev_uring_writev() argument
314 bdev_uring_get_buf_cb(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io,bool success) bdev_uring_get_buf_cb() argument
652 _bdev_uring_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) _bdev_uring_submit_request() argument
674 bdev_uring_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) bdev_uring_submit_request() argument
700 struct bdev_uring_io_channel *ch = ctx_buf; bdev_uring_create_cb() local
710 struct bdev_uring_io_channel *ch = ctx_buf; bdev_uring_destroy_cb() local
781 struct bdev_uring_group_channel *ch = ctx_buf; bdev_uring_group_create_cb() local
797 struct bdev_uring_group_channel *ch = ctx_buf; bdev_uring_group_destroy_cb() local
[all...]
/spdk/module/bdev/malloc/
H A Dbdev_malloc.c320 bdev_malloc_readv(struct malloc_disk * mdisk,struct spdk_io_channel * ch,struct malloc_task * task,struct spdk_bdev_io * bdev_io) bdev_malloc_readv() argument
373 bdev_malloc_writev(struct malloc_disk * mdisk,struct spdk_io_channel * ch,struct malloc_task * task,struct spdk_bdev_io * bdev_io) bdev_malloc_writev() argument
425 bdev_malloc_unmap(struct malloc_disk * mdisk,struct spdk_io_channel * ch,struct malloc_task * task,uint64_t offset,uint64_t byte_count) bdev_malloc_unmap() argument
438 bdev_malloc_copy(struct malloc_disk * mdisk,struct spdk_io_channel * ch,struct malloc_task * task,uint64_t dst_offset,uint64_t src_offset,size_t len) bdev_malloc_copy() argument
548 bdev_malloc_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) bdev_malloc_submit_request() argument
871 struct malloc_channel *ch = ctx; malloc_completion_poller() local
892 struct malloc_channel *ch = ctx; malloc_create_channel_cb() local
915 struct malloc_channel *ch = ctx; malloc_destroy_channel_cb() local
[all...]
/spdk/module/accel/error/
H A Daccel_error.c26 struct accel_error_channel *ch; global() member
58 struct accel_error_channel *ch = errtask->ch; accel_error_task_complete_cb() local
88 accel_error_submit_tasks(struct spdk_io_channel * ch,struct spdk_accel_task * task) accel_error_submit_tasks() argument
105 struct spdk_io_channel *ch = spdk_io_channel_iter_get_channel(iter); accel_error_inject_channel() local
/spdk/test/unit/lib/bdev/crypto.c/
H A Dcrypto_ut.c93 spdk_accel_get_buf(struct spdk_io_channel * ch,uint64_t len,void ** buf,struct spdk_memory_domain ** domain,void ** domain_ctx) spdk_accel_get_buf() argument
142 spdk_bdev_readv_blocks_ext(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg,struct spdk_bdev_ext_io_opts * opts) spdk_bdev_readv_blocks_ext() argument
156 spdk_bdev_writev_blocks_ext(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg,struct spdk_bdev_ext_io_opts * opts) spdk_bdev_writev_blocks_ext() argument
170 spdk_bdev_unmap_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_unmap_blocks() argument
183 spdk_bdev_flush_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_flush_blocks() argument
195 spdk_bdev_reset(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_reset() argument
[all...]
/spdk/module/accel/dsa/
H A Daccel_dsa.c143 idxd_submit_dualcast(struct idxd_io_channel * ch,struct idxd_task * idxd_task,int flags) idxd_submit_dualcast() argument
202 _process_single_task(struct spdk_io_channel * ch,struct spdk_accel_task * task) _process_single_task() argument
296 dsa_submit_task(struct spdk_io_channel * ch,struct spdk_accel_task * task) dsa_submit_task() argument
327 struct spdk_io_channel *ch = spdk_io_channel_from_ctx(chan); dsa_submit_queued_tasks() local
/spdk/module/bdev/nvme/
H A Dvbdev_opal.c33 struct spdk_io_channel *ch; member
137 struct vbdev_opal_channel *ch = spdk_io_channel_get_ctx(io_ctx->ch); in vbdev_opal_queue_io() local
155 struct vbdev_opal_channel *ch = spdk_io_channel_get_ctx(_ch); in _vbdev_opal_submit_request() local
174 vbdev_opal_io_get_buf_cb(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io, bool success) in vbdev_opal_io_get_buf_cb()
185 vbdev_opal_submit_request(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io) in vbdev_opal_submit_request()
/spdk/test/unit/lib/bdev/raid/concat.c/
H A Dconcat_ut.c68 spdk_bdev_readv_blocks_ext(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_readv_blocks_ext()
88 spdk_bdev_writev_blocks_ext(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_writev_blocks_ext()
108 spdk_bdev_unmap_blocks(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_unmap_blocks()
127 spdk_bdev_flush_blocks(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_flush_blocks()
147 struct spdk_io_channel *ch, spdk_bdev_io_wait_cb cb_fn) in raid_bdev_queue_io_wait()
/spdk/module/accel/ioat/
H A Daccel_ioat.c162 ioat_submit_tasks(struct spdk_io_channel *ch, struct spdk_accel_task *accel_task) in ioat_submit_tasks()
199 struct ioat_io_channel *ch = ctx_buf; in ioat_create_cb() local
217 struct ioat_io_channel *ch = ctx_buf; in ioat_destroy_cb() local
/spdk/module/bdev/split/
H A Dvbdev_split.c41 struct spdk_io_channel *ch; member
105 struct vbdev_split_channel *ch = spdk_io_channel_get_ctx(split_io->ch); in vbdev_split_queue_io() local
123 struct vbdev_split_channel *ch = spdk_io_channel_get_ctx(_ch); in _vbdev_split_submit_request() local
142 vbdev_split_get_buf_cb(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io, bool success) in vbdev_split_get_buf_cb()
/spdk/module/bdev/gpt/
H A Dvbdev_gpt.c44 struct spdk_io_channel *ch; member
58 struct spdk_io_channel *ch; member
161 struct gpt_channel *ch = spdk_io_channel_get_ctx(io->ch); in vbdev_gpt_queue_io() local
177 vbdev_gpt_get_buf_cb(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io, bool success) in vbdev_gpt_get_buf_cb() argument
190 struct gpt_channel *ch = spdk_io_channel_get_ctx(_ch); in _vbdev_gpt_submit_request() local
[all...]
/spdk/test/unit/lib/scsi/scsi_bdev.c/
H A Dscsi_bdev_ut.c239 spdk_bdev_readv_blocks(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_readv_blocks()
248 spdk_bdev_writev_blocks(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_writev_blocks()
257 spdk_bdev_comparev_and_writev_blocks(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_comparev_and_writev_blocks()
267 spdk_bdev_unmap_blocks(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_unmap_blocks()
275 spdk_bdev_reset(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_reset()
282 spdk_bdev_flush_blocks(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_flush_blocks()
290 spdk_bdev_queue_io_wait(struct spdk_bdev *bdev, struct spdk_io_channel *ch, in spdk_bdev_queue_io_wait()
/spdk/app/nvmf_tgt/
H A Dnvmf_main.c17 nvmf_parse_arg(int ch, char *arg) in nvmf_parse_arg()
/spdk/app/iscsi_tgt/
H A Discsi_tgt.c31 iscsi_parse_arg(int ch, char *arg) in iscsi_parse_arg()

12345