Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
ibmvscsi.h File Reference
#include <linux/types.h>
#include <linux/list.h>
#include <linux/completion.h>
#include <linux/interrupt.h>
#include "viosrp.h"

Go to the source code of this file.

Data Structures

struct  crq_queue
 
struct  srp_event_struct
 
struct  event_pool
 
struct  ibmvscsi_host_data
 

Macros

#define MAX_INDIRECT_BUFS   10
 
#define IBMVSCSI_MAX_REQUESTS_DEFAULT   100
 
#define IBMVSCSI_CMDS_PER_LUN_DEFAULT   16
 
#define IBMVSCSI_MAX_SECTORS_DEFAULT   256 /* 32 * 8 = default max I/O 32 pages */
 
#define IBMVSCSI_MAX_CMDS_PER_LUN   64
 

Macro Definition Documentation

#define IBMVSCSI_CMDS_PER_LUN_DEFAULT   16

Definition at line 48 of file ibmvscsi.h.

#define IBMVSCSI_MAX_CMDS_PER_LUN   64

Definition at line 50 of file ibmvscsi.h.

#define IBMVSCSI_MAX_REQUESTS_DEFAULT   100

Definition at line 47 of file ibmvscsi.h.

#define IBMVSCSI_MAX_SECTORS_DEFAULT   256 /* 32 * 8 = default max I/O 32 pages */

Definition at line 49 of file ibmvscsi.h.

#define MAX_INDIRECT_BUFS   10

Definition at line 45 of file ibmvscsi.h.