|
Linux Kernel
3.7.1
|
#include <mpt2sas_ctl.h>
Data Fields | |
| struct mpt2_ioctl_header | hdr |
| uint8_t | status |
| uint8_t | reserved |
| uint16_t | flags |
| uint32_t | starting_offset |
| uint32_t | bytes_to_read |
| uint32_t | unique_id |
| uint32_t | diagnostic_data [1] |
struct mpt2_diag_read_buffer - request for copy of the diag buffer - generic header - - - misc flags - starting offset within drivers buffer where to start reading data at into the specified application buffer - number of bytes to copy from the drivers buffer into the application buffer starting at starting_offset. - unique id associated with this buffer. - data payload
Definition at line 407 of file mpt2sas_ctl.h.
| uint32_t bytes_to_read |
Definition at line 413 of file mpt2sas_ctl.h.
| uint32_t diagnostic_data[1] |
Definition at line 415 of file mpt2sas_ctl.h.
| uint16_t flags |
Definition at line 411 of file mpt2sas_ctl.h.
Definition at line 408 of file mpt2sas_ctl.h.
| uint8_t reserved |
Definition at line 410 of file mpt2sas_ctl.h.
| uint32_t starting_offset |
Definition at line 412 of file mpt2sas_ctl.h.
Definition at line 409 of file mpt2sas_ctl.h.
| uint32_t unique_id |
Definition at line 414 of file mpt2sas_ctl.h.
1.8.2