|
Linux Kernel
3.7.1
|
#include <ida_ioctl.h>
Data Structures | |
| union | ctlr_cmds |
Data Fields | |
| __u8 | cmd |
| __u8 | rcode |
| __u8 | unit |
| __u32 | blk |
| __u16 | blk_cnt |
| struct { | |
| void __user * addr | |
| size_t size | |
| } | sg [SG_MAX] |
| int | sg_cnt |
| union ida_ioctl_t::ctlr_cmds | c |
Definition at line 51 of file ida_ioctl.h.
Definition at line 60 of file ida_ioctl.h.
| __u32 blk |
Definition at line 55 of file ida_ioctl.h.
| __u16 blk_cnt |
Definition at line 56 of file ida_ioctl.h.
| union ida_ioctl_t::ctlr_cmds c |
Definition at line 52 of file ida_ioctl.h.
| __u8 rcode |
Definition at line 53 of file ida_ioctl.h.
| struct { ... } sg[SG_MAX] |
| int sg_cnt |
Definition at line 63 of file ida_ioctl.h.
| size_t size |
Definition at line 61 of file ida_ioctl.h.
| __u8 unit |
Definition at line 54 of file ida_ioctl.h.
1.8.2