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

#include <ips.h>

Data Fields

int(* reset )(struct ips_ha *)
 
int(* issue )(struct ips_ha *, struct ips_scb *)
 
int(* isinit )(struct ips_ha *)
 
int(* isintr )(struct ips_ha *)
 
int(* init )(struct ips_ha *)
 
int(* erasebios )(struct ips_ha *)
 
int(* programbios )(struct ips_ha *, char *, uint32_t, uint32_t)
 
int(* verifybios )(struct ips_ha *, char *, uint32_t, uint32_t)
 
void(* statinit )(struct ips_ha *)
 
int(* intr )(struct ips_ha *)
 
void(* enableint )(struct ips_ha *)
 
uint32_t(* statupd )(struct ips_ha *)
 

Detailed Description

Definition at line 1017 of file ips.h.

Field Documentation

void(* enableint)(struct ips_ha *)

Definition at line 1028 of file ips.h.

int(* erasebios)(struct ips_ha *)

Definition at line 1023 of file ips.h.

int(* init)(struct ips_ha *)

Definition at line 1022 of file ips.h.

int(* intr)(struct ips_ha *)

Definition at line 1027 of file ips.h.

int(* isinit)(struct ips_ha *)

Definition at line 1020 of file ips.h.

int(* isintr)(struct ips_ha *)

Definition at line 1021 of file ips.h.

int(* issue)(struct ips_ha *, struct ips_scb *)

Definition at line 1019 of file ips.h.

int(* programbios)(struct ips_ha *, char *, uint32_t, uint32_t)

Definition at line 1024 of file ips.h.

int(* reset)(struct ips_ha *)

Definition at line 1018 of file ips.h.

void(* statinit)(struct ips_ha *)

Definition at line 1026 of file ips.h.

uint32_t(* statupd)(struct ips_ha *)

Definition at line 1029 of file ips.h.

int(* verifybios)(struct ips_ha *, char *, uint32_t, uint32_t)

Definition at line 1025 of file ips.h.


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