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

#include <tape.h>

Data Fields

struct list_head list
 
struct tape_devicedevice
 
struct ccw1cpaddr
 
voidcpdata
 
enum tape_request_status status
 
int options
 
int retries
 
int rescnt
 
void(* callback )(struct tape_request *, void *)
 
voidcallback_data
 
enum tape_op op
 
int rc
 

Detailed Description

Definition at line 122 of file tape.h.

Field Documentation

Definition at line 133 of file tape.h.

void* callback_data

Definition at line 134 of file tape.h.

struct ccw1* cpaddr

Definition at line 125 of file tape.h.

void* cpdata

Definition at line 126 of file tape.h.

Definition at line 124 of file tape.h.

Definition at line 123 of file tape.h.

enum tape_op op

Definition at line 136 of file tape.h.

int options

Definition at line 128 of file tape.h.

Definition at line 137 of file tape.h.

int rescnt

Definition at line 130 of file tape.h.

int retries

Definition at line 129 of file tape.h.

Definition at line 127 of file tape.h.


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