|
smartmontools SVN Rev 5716
Utility to control and monitor storage systems with "S.M.A.R.T."
|
#include <megaraid.h>

Public Attributes | |
| u16 | host_no |
| u16 | __pad1 |
| u32 | sgl_off |
| u32 | sge_count |
| u32 | sense_off |
| u32 | sense_len |
| union { | |
| u8 raw [128] | |
| struct megasas_header hdr | |
| struct megasas_pthru_frame pthru | |
| struct megasas_dcmd_frame dcmd | |
| } | frame |
| struct iovec | sgl [MAX_IOCTL_SGE] |
Definition at line 232 of file megaraid.h.
| u16 megasas_iocpacket::__pad1 |
Definition at line 234 of file megaraid.h.
| struct megasas_dcmd_frame megasas_iocpacket::dcmd |
Definition at line 243 of file megaraid.h.
| union { ... } megasas_iocpacket::frame |
| struct megasas_header megasas_iocpacket::hdr |
Definition at line 241 of file megaraid.h.
| u16 megasas_iocpacket::host_no |
Definition at line 233 of file megaraid.h.
| struct megasas_pthru_frame megasas_iocpacket::pthru |
Definition at line 242 of file megaraid.h.
| u8 megasas_iocpacket::raw[128] |
Definition at line 240 of file megaraid.h.
| u32 megasas_iocpacket::sense_len |
Definition at line 238 of file megaraid.h.
| u32 megasas_iocpacket::sense_off |
Definition at line 237 of file megaraid.h.
| u32 megasas_iocpacket::sge_count |
Definition at line 236 of file megaraid.h.
| struct iovec megasas_iocpacket::sgl[MAX_IOCTL_SGE] |
Definition at line 246 of file megaraid.h.
| u32 megasas_iocpacket::sgl_off |
Definition at line 235 of file megaraid.h.