|
Open CAS Framework
Open source framework of Cache Acceleration Software
|
OCF IO main structure. More...
#include <ocf_io.h>
Data Fields | |
| uint64_t | addr |
| OCF IO destination address. | |
| uint64_t | flags |
| OCF IO flags. | |
| uint32_t | bytes |
| OCF IO size in bytes. | |
| uint32_t | io_class |
| OCF IO destination class. | |
| uint32_t | dir |
| OCF IO direction. | |
| ocf_queue_t | io_queue |
| Queue handle. | |
| ocf_start_io_t | start |
| OCF IO start function. | |
| ocf_handle_io_t | handle |
| OCF IO handle function. | |
| ocf_end_io_t | end |
| OCF IO completion function. | |
| void * | priv1 |
| OCF IO private 1. | |
| void * | priv2 |
| OCF IO private 2. | |
OCF IO main structure.
1.8.13