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

#include <cciss.h>

Data Fields

void(* submit_command )(ctlr_info_t *h, CommandList_struct *c)
 
void(* set_intr_mask )(ctlr_info_t *h, unsigned long val)
 
unsigned long(* fifo_full )(ctlr_info_t *h)
 
bool(* intr_pending )(ctlr_info_t *h)
 
unsigned long(* command_completed )(ctlr_info_t *h)
 

Detailed Description

Definition at line 24 of file cciss.h.

Field Documentation

unsigned long(* command_completed)(struct ctlr_info *h, u8 q)

Definition at line 29 of file cciss.h.

unsigned long(* fifo_full)(struct ctlr_info *h)

Definition at line 27 of file cciss.h.

bool(* intr_pending)(struct ctlr_info *h)

Definition at line 28 of file cciss.h.

void(* set_intr_mask)(struct ctlr_info *h, unsigned long val)

Definition at line 26 of file cciss.h.

void(* submit_command)(struct ctlr_info *h, struct CommandList *c)

Definition at line 25 of file cciss.h.


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