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

Go to the source code of this file.

Data Structures

struct  mts_transfer_context
 
struct  mts_desc
 

Macros

#define MTS_EP_OUT   0x1
 
#define MTS_EP_RESPONSE   0x2
 
#define MTS_EP_IMAGE   0x3
 
#define MTS_EP_TOTAL   0x3
 
#define MTS_SCSI_ERR_MASK   ~0x3fu
 

Typedefs

typedef void(* mts_scsi_cmnd_callback )(struct scsi_cmnd *)
 

Macro Definition Documentation

#define MTS_EP_IMAGE   0x3

Definition at line 50 of file microtek.h.

#define MTS_EP_OUT   0x1

Definition at line 48 of file microtek.h.

#define MTS_EP_RESPONSE   0x2

Definition at line 49 of file microtek.h.

#define MTS_EP_TOTAL   0x3

Definition at line 51 of file microtek.h.

#define MTS_SCSI_ERR_MASK   ~0x3fu

Definition at line 53 of file microtek.h.

Typedef Documentation

typedef void(* mts_scsi_cmnd_callback)(struct scsi_cmnd *)

Definition at line 11 of file microtek.h.