Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 – 22 of 22) sorted by relevance

/spdk/lib/ioat/
H A Dioat.c576 void *dst, const void *src, uint64_t nbytes) in spdk_ioat_build_copy() argument
642 void *dst, const void *src, uint64_t nbytes) in spdk_ioat_submit_copy() argument
657 void *dst, uint64_t fill_pattern, uint64_t nbytes) in spdk_ioat_build_fill() argument
715 void *dst, uint64_t fill_pattern, uint64_t nbytes) in spdk_ioat_submit_fill() argument
/spdk/test/external_code/accel/
H A Ddriver.c16 size_t nbytes; in ex_accel_fill() local
H A Dmodule.c55 size_t nbytes; in ex_accel_fill() local
/spdk/test/unit/lib/bdev/raid/bdev_raid_sb.c/
H A Dbdev_raid_sb_ut.c105 void *buf, uint64_t offset, uint64_t nbytes, in spdk_bdev_read()
131 void *buf, uint64_t offset, uint64_t nbytes, in spdk_bdev_write()
/spdk/module/bdev/daos/
H A Dbdev_daos.c234 struct iovec *iov, int iovcnt, uint64_t nbytes, uint64_t offset) in bdev_daos_writev()
280 struct iovec *iov, int iovcnt, uint64_t nbytes, uint64_t offset) in bdev_daos_readv()
408 bdev_daos_unmap(struct bdev_daos_io_channel *ch, uint64_t nbytes, in bdev_daos_unmap()
/spdk/test/unit/lib/accel/accel.c/
H A Daccel_ut.c227 const uint64_t nbytes = TEST_SUBMIT_SIZE; test_spdk_accel_submit_copy() local
264 uint64_t nbytes = TEST_SUBMIT_SIZE; test_spdk_accel_submit_dualcast() local
329 uint64_t nbytes = TEST_SUBMIT_SIZE; test_spdk_accel_submit_compare() local
371 uint64_t nbytes = TEST_SUBMIT_SIZE; test_spdk_accel_submit_fill() local
413 const uint64_t nbytes = TEST_SUBMIT_SIZE; test_spdk_accel_submit_crc32c() local
491 const uint64_t nbytes = TEST_SUBMIT_SIZE; test_spdk_accel_submit_copy_crc32c() local
526 const uint64_t nbytes = TEST_SUBMIT_SIZE; test_spdk_accel_submit_xor() local
[all...]
/spdk/module/bdev/nvme/
H A Dnvme_rpc.c144 void *buf, uint32_t nbytes, uint32_t timeout_ms) in nvme_rpc_admin_cmd_bdev_nvme()
157 void *buf, uint32_t nbytes, void *md_buf, uint32_t md_len, in nvme_rpc_io_cmd_bdev_nvme()
H A Dbdev_nvme.c8116 bdev_nvme_admin_passthru(struct nvme_bdev_channel * nbdev_ch,struct nvme_bdev_io * bio,struct spdk_nvme_cmd * cmd,void * buf,size_t nbytes) bdev_nvme_admin_passthru() argument
8155 bdev_nvme_io_passthru(struct nvme_bdev_io * bio,struct spdk_nvme_cmd * cmd,void * buf,size_t nbytes) bdev_nvme_io_passthru() argument
8179 bdev_nvme_io_passthru_md(struct nvme_bdev_io * bio,struct spdk_nvme_cmd * cmd,void * buf,size_t nbytes,void * md_buf,size_t md_len) bdev_nvme_io_passthru_md() argument
8210 bdev_nvme_iov_passthru_md(struct nvme_bdev_io * bio,struct spdk_nvme_cmd * cmd,struct iovec * iov,int iovcnt,size_t nbytes,void * md_buf,size_t md_len) bdev_nvme_iov_passthru_md() argument
[all...]
/spdk/module/bdev/aio/
H A Dbdev_aio.c159 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
186 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
211 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
/spdk/module/bdev/uring/
H A Dbdev_uring.c177 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
204 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
/spdk/test/unit/lib/sock/sock.c/
H A Dsock_ut.c210 spdk_ut_sock_set_recvlowat(struct spdk_sock *_sock, int nbytes) in spdk_ut_sock_set_recvlowat() argument
349 int nbytes; in _sock() local
/spdk/test/unit/lib/bdev/compress.c/
H A Dcompress_ut.c180 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
/spdk/lib/idxd/
H A Didxd.c725 const void *src, uint64_t nbytes, int flags, in spdk_idxd_submit_dualcast() argument
1209 void *dst, uint64_t nbytes, in spdk_idxd_submit_compress() argument
1233 uint64_t nbytes_dst, uint64_t nbytes, int flags, spdk_idxd_req_cb cb_fn, void *cb_arg) in _idxd_submit_decompress_single() argument
[all...]
/spdk/module/bdev/iscsi/
H A Dbdev_iscsi.c357 struct iovec *iov, int iovcnt, uint64_t nbytes, uint64_t lba) in bdev_iscsi_readv()
384 struct iovec *iov, int iovcnt, uint64_t nbytes, uint64_t lba) in bdev_iscsi_writev()
/spdk/test/nvme/overhead/
H A Doverhead.c219 unsigned long nbytes, uint64_t offset, void *cb_ctx) in aio_submit() argument
/spdk/module/bdev/malloc/
H A Dbdev_malloc.c257 bdev_malloc_check_iov_len(struct iovec * iovs,int iovcnt,size_t nbytes) bdev_malloc_check_iov_len() argument
/spdk/lib/rocksdb/
H A Denv_spdk.cc296 __attribute__((unused)) uint64_t nbytes) override in RangeSync()
/spdk/lib/sock/
H A Dsock.c549 spdk_sock_set_recvlowat(struct spdk_sock * sock,int nbytes) spdk_sock_set_recvlowat() argument
/spdk/test/unit/lib/bdev/raid/raid5f.c/
H A Draid5f_ut.c57 uint64_t nbytes, spdk_accel_completion_cb cb_fn, void *cb_arg) in spdk_accel_submit_xor() argument
/spdk/module/sock/posix/
H A Dposix.c1692 posix_sock_set_recvlowat(struct spdk_sock * _sock,int nbytes) posix_sock_set_recvlowat() argument
/spdk/module/sock/uring/
H A During.c1539 uring_sock_set_recvlowat(struct spdk_sock * _sock,int nbytes) uring_sock_set_recvlowat() argument
/spdk/lib/ublk/
H A Dublk.c1132 uint32_t nbytes; ublk_queue_user_copy() local