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

#include <ixgbe_type.h>

Data Fields

s32(* init_params )(struct ixgbe_hw *)
 
s32(* read )(struct ixgbe_hw *, u16, u16 *)
 
s32(* read_buffer )(struct ixgbe_hw *, u16, u16, u16 *)
 
s32(* write )(struct ixgbe_hw *, u16, u16)
 
s32(* write_buffer )(struct ixgbe_hw *, u16, u16, u16 *)
 
s32(* validate_checksum )(struct ixgbe_hw *, u16 *)
 
s32(* update_checksum )(struct ixgbe_hw *)
 
u16(* calc_checksum )(struct ixgbe_hw *)
 

Detailed Description

Definition at line 2792 of file ixgbe_type.h.

Field Documentation

u16(* calc_checksum)(struct ixgbe_hw *)

Definition at line 2800 of file ixgbe_type.h.

s32(* init_params)(struct ixgbe_hw *)

Definition at line 2793 of file ixgbe_type.h.

s32(* read)(struct ixgbe_hw *, u16, u16 *)

Definition at line 2794 of file ixgbe_type.h.

Definition at line 2795 of file ixgbe_type.h.

s32(* update_checksum)(struct ixgbe_hw *)

Definition at line 2799 of file ixgbe_type.h.

s32(* validate_checksum)(struct ixgbe_hw *, u16 *)

Definition at line 2798 of file ixgbe_type.h.

s32(* write)(struct ixgbe_hw *, u16, u16)

Definition at line 2796 of file ixgbe_type.h.

s32(* write_buffer)(struct ixgbe_hw *, u16, u16, u16 *)

Definition at line 2797 of file ixgbe_type.h.


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