/spdk/lib/util/ |
H A D | crc32c.c | 13 spdk_crc32c_update(const void *buf, size_t len, uint32_t crc) in spdk_crc32c_update() argument 21 spdk_crc32c_update(const void *buf, size_t len, uint32_t crc) in spdk_crc32c_update() argument 61 spdk_crc32c_update(const void * buf,size_t len,uint32_t crc) spdk_crc32c_update() argument 104 spdk_crc32c_update(const void * buf,size_t len,uint32_t crc) spdk_crc32c_update() argument 130 spdk_crc32c_nvme(const void * buf,size_t len,uint32_t crc) spdk_crc32c_nvme() argument [all...] |
H A D | crc64.c | 13 spdk_crc64_nvme(const void *buf, size_t len, uint64_t crc) in spdk_crc64_nvme() 152 crc64_rocksoft_refl_base(uint64_t seed, const uint8_t *buf, uint64_t len) in crc64_rocksoft_refl_base() 165 spdk_crc64_nvme(const void *buf, size_t len, uint64_t crc) in spdk_crc64_nvme()
|
H A D | pipe.c | 21 uint8_t *buf; member 32 spdk_pipe_create(void *buf, uint32_t sz) in spdk_pipe_create() 50 void *buf; in spdk_pipe_destroy() local 68 struct spdk_pipe_buf *buf; in pipe_alloc_buf_from_group() local 295 struct spdk_pipe_buf *buf = (struct spdk_pipe_buf *)pipe->buf; in spdk_pipe_reader_advance() local 336 struct spdk_pipe_buf *buf; in spdk_pipe_group_add() local
|
H A D | crc16.c | 17 spdk_crc16_t10dif(uint16_t init_crc, const void *buf, size_t len) in spdk_crc16_t10dif() 617 crc16_table_t10dif(uint16_t init_crc, const void *buf, size_t len) in crc16_table_t10dif() 628 spdk_crc16_t10dif(uint16_t init_crc, const void *buf, size_t len) in spdk_crc16_t10dif()
|
H A D | iov.c | 177 iov_xfer(struct spdk_iov_xfer *ix, const void *buf, size_t buf_len, bool to_buf) in iov_xfer() 216 spdk_iov_xfer_from_buf(struct spdk_iov_xfer *ix, const void *buf, size_t buf_len) in spdk_iov_xfer_from_buf() 222 spdk_iov_xfer_to_buf(struct spdk_iov_xfer *ix, const void *buf, size_t buf_len) in spdk_iov_xfer_to_buf() 228 spdk_copy_iovs_to_buf(void *buf, size_t buf_len, struct iovec *iovs, int iovcnt) in spdk_copy_iovs_to_buf() 237 spdk_copy_buf_to_iovs(struct iovec *iovs, int iovcnt, void *buf, size_t buf_len) in spdk_copy_buf_to_iovs()
|
H A D | crc32.c | 32 crc32_update(const struct spdk_crc32_table *table, const void *buf, size_t len, uint32_t crc) in crc32_update() argument 67 crc32_update(const struct spdk_crc32_table * table,const void * buf,size_t len,uint32_t crc) crc32_update() argument [all...] |
H A D | crc32_ieee.c | 18 spdk_crc32_ieee_update(const void *buf, size_t len, uint32_t crc) in spdk_crc32_ieee_update()
|
/spdk/lib/log/ |
H A D | log.c | 139 snprintf(buf, buf_size, "[%s.%06ld] ", date, usec); in spdk_vlog() local 77 get_timestamp_prefix(char * buf,int buf_size) get_timestamp_prefix() argument 196 char buf[MAX_TMPBUF]; spdk_vflog() local 224 fdump(FILE * fp,const char * label,const uint8_t * buf,size_t len) fdump() argument 269 spdk_log_dump(FILE * fp,const char * label,const void * buf,size_t len) spdk_log_dump() argument [all...] |
/spdk/test/unit/lib/util/crc32c.c/ |
H A D | crc32c_ut.c | 17 char buf[1024], buf1[1024]; in test_crc32c() local 121 char buf[buf_size]; in test_crc32c_nvme() local
|
/spdk/test/nvme/compliance/ |
H A D | nvme_compliance.c | 21 nvme_vtophys(struct spdk_nvme_transport_id *trid, const void *buf, uint64_t *size) in nvme_vtophys() argument 246 void *buf; in admin_delete_io_sq_delete_sq_twice() local 328 void *buf; in admin_create_io_sq_verify_qsize_cqid() local 470 void *buf; admin_create_io_sq_verify_pc() local 545 void *buf; admin_delete_io_cq_delete_cq_first() local 628 void *buf; admin_create_io_cq_verify_iv_pc() local 931 void *buf; admin_get_features_optional_features() local 1136 void *buf; admin_get_log_page_mandatory_logs() local 1194 void *buf; admin_get_log_page_with_lpo() local 1248 void *buf; admin_create_io_sq_shared_cq() local [all...] |
/spdk/lib/ftl/ |
H A D | ftl_nv_cache_io.h | 17 void *buf, void *md, in ftl_nv_cache_bdev_read_blocks_with_md() argument 30 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/test/common/lib/ |
H A D | test_env.c | 157 void *buf = NULL; spdk_malloc() local 186 void *buf = spdk_malloc(size, align, phys_addr, -1, 1); spdk_zmalloc() local 205 spdk_realloc(void * buf,size_t size,size_t align) spdk_realloc() argument 241 spdk_dma_realloc(void * buf,size_t size,size_t align,uint64_t * phys_addr) spdk_dma_realloc() argument 249 spdk_free(void * buf) spdk_free() argument 257 spdk_dma_free(void * buf) spdk_dma_free() argument 265 spdk_vtophys(const void * buf,uint64_t * size) spdk_vtophys() argument 327 void *buf; spdk_mempool_get() local [all...] |
H A D | test_sock.c | 50 spdk_sock_recv_next(struct spdk_sock *sock, void **buf, void **ctx) in spdk_sock_recv_next()
|
H A D | test_iobuf.c | 107 buf = calloc(1, len); in spdk_iobuf_put() argument 72 void *buf; spdk_iobuf_get() local [all...] |
/spdk/test/unit/lib/keyring/keyring.c/ |
H A D | keyring_ut.c | 14 char buf[UT_KEY_SIZE]; member 19 char *buf; member 56 ut_keyring_get_key(struct spdk_key *key, void *buf, int len) in ut_keyring_get_key() argument [all...] |
/spdk/lib/env_dpdk/ |
H A D | pci_event.c | 98 parse_subsystem_event(const char *buf, struct spdk_pci_event *event) in parse_subsystem_event() 199 char buf[SPDK_UEVENT_MSG_LEN]; in spdk_pci_get_event() local
|
/spdk/test/unit/lib/blobfs/blobfs_sync_ut/ |
H A D | blobfs_sync_ut.c | 204 char *buf; in file_length() local 286 char *buf, append_buf[64]; in append_write_to_extend_blob() local 340 char *buf; in partial_buffer() local 499 char buf[100]; in cache_append_no_cache() local
|
/spdk/lib/json/ |
H A D | json_write.c | 19 uint8_t buf[4096]; member 195 char buf[32]; in spdk_json_write_uint8() local 207 char buf[32]; in spdk_json_write_uint16() local 219 char buf[32]; in spdk_json_write_int32() local 231 char buf[32]; in spdk_json_write_uint32() local 243 char buf[32]; in spdk_json_write_int64() local 255 char buf[32]; in spdk_json_write_uint64() local 267 char buf[128] = {'\0'}; in spdk_json_write_uint128() local 315 char buf[32]; in spdk_json_write_double() local
|
/spdk/lib/thread/ |
H A D | iobuf.c | 101 struct spdk_iobuf_buffer *buf; spdk_iobuf_initialize() local 308 struct spdk_iobuf_buffer *buf; spdk_iobuf_channel_init() local 394 struct spdk_iobuf_buffer *buf; spdk_iobuf_channel_fini() local 524 void *buf; spdk_iobuf_get() local 572 spdk_iobuf_put(struct spdk_iobuf_channel * ch,void * buf,uint64_t len) spdk_iobuf_put() argument [all...] |
/spdk/test/unit/lib/nvmf/vfio_user.c/ |
H A D | vfio_user_ut.c | 57 void *buf, *prps; test_nvme_cmd_map_prps() local 125 void *buf, *sgls; test_nvme_cmd_map_sgls() local [all...] |
/spdk/test/unit/lib/util/crc32_ieee.c/ |
H A D | crc32_ieee_ut.c | 17 char buf[] = "Hello world!"; in test_crc32_ieee() local
|
/spdk/lib/bdev/ |
H A D | bdev_zone.c | 120 void *buf, void *md_buf, uint64_t zone_id, uint64_t num_blocks, in zone_bdev_append_with_md() 150 void *buf, uint64_t start_lba, uint64_t num_blocks, in spdk_bdev_zone_append() 159 void *buf, void *md, uint64_t start_lba, uint64_t num_blocks, in spdk_bdev_zone_append_with_md()
|
/spdk/lib/vfio_user/host/ |
H A D | vfio_user.c | 44 vfio_user_write(int fd, void *buf, int len, int *fds, int num_fds) in vfio_user_write() 90 read_fd_message(int sockfd, char *buf, int buflen, int *fds, int *fd_num) in read_fd_message() 294 size_t len, void *buf, bool is_write) in vfio_user_dev_mmio_access()
|
/spdk/test/unit/lib/util/crc64.c/ |
H A D | crc64_ut.c | 15 char buf[buf_size]; in test_crc64_nvme() local
|
/spdk/lib/nvme/ |
H A D | nvme_qpair.c | 142 nvme_get_sgl_unkeyed(char *buf, size_t size, struct spdk_nvme_cmd *cmd) in nvme_get_sgl_unkeyed() argument 150 nvme_get_sgl_keyed(char *buf, size_t size, struct spdk_nvme_cmd *cmd) in nvme_get_sgl_keyed() argument 158 nvme_get_sgl(char *buf, size_t size, struct spdk_nvme_cmd *cmd) in nvme_get_sgl() argument 177 nvme_get_prp(char *buf, size_t size, struct spdk_nvme_cmd *cmd) in nvme_get_prp() argument 183 nvme_get_dptr(char * buf,size_t size,struct spdk_nvme_cmd * cmd) nvme_get_dptr() argument [all...] |