Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
s3cmci.h File Reference

Go to the source code of this file.

Data Structures

struct  s3cmci_host
 

Macros

#define XFER_NONE   0
 
#define XFER_READ   1
 
#define XFER_WRITE   2
 

Enumerations

enum  s3cmci_waitfor {
  COMPLETION_NONE, COMPLETION_FINALIZE, COMPLETION_CMDSENT, COMPLETION_RSPFIN,
  COMPLETION_XFERFINISH, COMPLETION_XFERFINISH_RSPFIN
}
 

Macro Definition Documentation

#define XFER_NONE   0

Definition at line 59 of file s3cmci.h.

#define XFER_READ   1

Definition at line 60 of file s3cmci.h.

#define XFER_WRITE   2

Definition at line 61 of file s3cmci.h.

Enumeration Type Documentation

Enumerator:
COMPLETION_NONE 
COMPLETION_FINALIZE 
COMPLETION_CMDSENT 
COMPLETION_RSPFIN 
COMPLETION_XFERFINISH 
COMPLETION_XFERFINISH_RSPFIN 

Definition at line 11 of file s3cmci.h.