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

#include <scsi_transport_spi.h>

Data Fields

void(* get_period )(struct scsi_target *)
 
void(* set_period )(struct scsi_target *, int)
 
void(* get_offset )(struct scsi_target *)
 
void(* set_offset )(struct scsi_target *, int)
 
void(* get_width )(struct scsi_target *)
 
void(* set_width )(struct scsi_target *, int)
 
void(* get_iu )(struct scsi_target *)
 
void(* set_iu )(struct scsi_target *, int)
 
void(* get_dt )(struct scsi_target *)
 
void(* set_dt )(struct scsi_target *, int)
 
void(* get_qas )(struct scsi_target *)
 
void(* set_qas )(struct scsi_target *, int)
 
void(* get_wr_flow )(struct scsi_target *)
 
void(* set_wr_flow )(struct scsi_target *, int)
 
void(* get_rd_strm )(struct scsi_target *)
 
void(* set_rd_strm )(struct scsi_target *, int)
 
void(* get_rti )(struct scsi_target *)
 
void(* set_rti )(struct scsi_target *, int)
 
void(* get_pcomp_en )(struct scsi_target *)
 
void(* set_pcomp_en )(struct scsi_target *, int)
 
void(* get_hold_mcs )(struct scsi_target *)
 
void(* set_hold_mcs )(struct scsi_target *, int)
 
void(* get_signalling )(struct Scsi_Host *)
 
void(* set_signalling )(struct Scsi_Host *, enum spi_signal_type)
 
int(* deny_binding )(struct scsi_target *)
 
unsigned long show_period:1
 
unsigned long show_offset:1
 
unsigned long show_width:1
 
unsigned long show_iu:1
 
unsigned long show_dt:1
 
unsigned long show_qas:1
 
unsigned long show_wr_flow:1
 
unsigned long show_rd_strm:1
 
unsigned long show_rti:1
 
unsigned long show_pcomp_en:1
 
unsigned long show_hold_mcs:1
 

Detailed Description

Definition at line 107 of file scsi_transport_spi.h.

Field Documentation

int(* deny_binding)(struct scsi_target *)

Definition at line 132 of file scsi_transport_spi.h.

void(* get_dt)(struct scsi_target *)

Definition at line 116 of file scsi_transport_spi.h.

void(* get_hold_mcs)(struct scsi_target *)

Definition at line 128 of file scsi_transport_spi.h.

void(* get_iu)(struct scsi_target *)

Definition at line 114 of file scsi_transport_spi.h.

void(* get_offset)(struct scsi_target *)

Definition at line 110 of file scsi_transport_spi.h.

void(* get_pcomp_en)(struct scsi_target *)

Definition at line 126 of file scsi_transport_spi.h.

void(* get_period)(struct scsi_target *)

Definition at line 108 of file scsi_transport_spi.h.

void(* get_qas)(struct scsi_target *)

Definition at line 118 of file scsi_transport_spi.h.

void(* get_rd_strm)(struct scsi_target *)

Definition at line 122 of file scsi_transport_spi.h.

void(* get_rti)(struct scsi_target *)

Definition at line 124 of file scsi_transport_spi.h.

void(* get_signalling)(struct Scsi_Host *)

Definition at line 130 of file scsi_transport_spi.h.

void(* get_width)(struct scsi_target *)

Definition at line 112 of file scsi_transport_spi.h.

void(* get_wr_flow)(struct scsi_target *)

Definition at line 120 of file scsi_transport_spi.h.

void(* set_dt)(struct scsi_target *, int)

Definition at line 117 of file scsi_transport_spi.h.

void(* set_hold_mcs)(struct scsi_target *, int)

Definition at line 129 of file scsi_transport_spi.h.

void(* set_iu)(struct scsi_target *, int)

Definition at line 115 of file scsi_transport_spi.h.

void(* set_offset)(struct scsi_target *, int)

Definition at line 111 of file scsi_transport_spi.h.

void(* set_pcomp_en)(struct scsi_target *, int)

Definition at line 127 of file scsi_transport_spi.h.

void(* set_period)(struct scsi_target *, int)

Definition at line 109 of file scsi_transport_spi.h.

void(* set_qas)(struct scsi_target *, int)

Definition at line 119 of file scsi_transport_spi.h.

void(* set_rd_strm)(struct scsi_target *, int)

Definition at line 123 of file scsi_transport_spi.h.

void(* set_rti)(struct scsi_target *, int)

Definition at line 125 of file scsi_transport_spi.h.

void(* set_signalling)(struct Scsi_Host *, enum spi_signal_type)

Definition at line 131 of file scsi_transport_spi.h.

void(* set_width)(struct scsi_target *, int)

Definition at line 113 of file scsi_transport_spi.h.

void(* set_wr_flow)(struct scsi_target *, int)

Definition at line 121 of file scsi_transport_spi.h.

unsigned long show_dt

Definition at line 141 of file scsi_transport_spi.h.

unsigned long show_hold_mcs

Definition at line 147 of file scsi_transport_spi.h.

unsigned long show_iu

Definition at line 140 of file scsi_transport_spi.h.

unsigned long show_offset

Definition at line 138 of file scsi_transport_spi.h.

unsigned long show_pcomp_en

Definition at line 146 of file scsi_transport_spi.h.

unsigned long show_period

Definition at line 137 of file scsi_transport_spi.h.

unsigned long show_qas

Definition at line 142 of file scsi_transport_spi.h.

unsigned long show_rd_strm

Definition at line 144 of file scsi_transport_spi.h.

unsigned long show_rti

Definition at line 145 of file scsi_transport_spi.h.

unsigned long show_width

Definition at line 139 of file scsi_transport_spi.h.

unsigned long show_wr_flow

Definition at line 143 of file scsi_transport_spi.h.


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