Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sg_header Struct Reference

#include <sg.h>

Data Fields

int pack_len
 
int reply_len
 
int pack_id
 
int result
 
unsigned int twelve_byte:1
 
unsigned int target_status:5
 
unsigned int host_status:8
 
unsigned int driver_status:8
 
unsigned int other_flags:10
 
unsigned char sense_buffer [SG_MAX_SENSE]
 

Detailed Description

Definition at line 257 of file sg.h.

Field Documentation

unsigned int driver_status

Definition at line 267 of file sg.h.

unsigned int host_status

Definition at line 266 of file sg.h.

unsigned int other_flags

Definition at line 268 of file sg.h.

int pack_id

Definition at line 261 of file sg.h.

int pack_len

Definition at line 259 of file sg.h.

int reply_len

Definition at line 260 of file sg.h.

int result

Definition at line 262 of file sg.h.

unsigned char sense_buffer[SG_MAX_SENSE]

Definition at line 269 of file sg.h.

unsigned int target_status

Definition at line 265 of file sg.h.

unsigned int twelve_byte

Definition at line 263 of file sg.h.


The documentation for this struct was generated from the following file: