Searched defs:hello_context_t (Results 1 – 3 of 3) sorted by relevance
21 struct hello_context_t { struct22 struct spdk_bdev *bdev;23 struct spdk_bdev_desc *bdev_desc;24 struct spdk_io_channel *bdev_io_channel;25 char *buff;26 uint32_t buff_size;27 char *bdev_name;28 struct spdk_bdev_io_wait_entry bdev_io_wait;
20 struct hello_context_t { struct35 hello_cleanup(struct hello_context_t *hello_context) in hello_cleanup() argument