Searched defs:xiocb_buffer (Results 1 – 1 of 1) sorted by relevance
58 struct xiocb_buffer { struct59 u64 buf_offset; /* offset on device (bytes) */60 cfe_xptr_t buf_ptr; /* pointer to a buffer */61 u64 buf_length; /* length of this buffer */62 u64 buf_retlen; /* returned length (for read ops) */63 u64 buf_ioctlcmd; /* IOCTL command (used only for IOCTLs) */123 struct xiocb_buffer xiocb_buffer; member