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

#include <e1000_hw.h>

Data Fields

s32(* init_params )(struct e1000_hw *hw)
 
s32(* read )(struct e1000_hw *, u32 *, u16, u16)
 
s32(* write )(struct e1000_hw *, u32 *, u16, u16)
 
s32(* read_posted )(struct e1000_hw *, u32 *, u16, u16)
 
s32(* write_posted )(struct e1000_hw *, u32 *, u16, u16)
 
s32(* check_for_msg )(struct e1000_hw *, u16)
 
s32(* check_for_ack )(struct e1000_hw *, u16)
 
s32(* check_for_rst )(struct e1000_hw *, u16)
 

Detailed Description

Definition at line 475 of file e1000_hw.h.

Field Documentation

s32(* check_for_ack)(struct e1000_hw *)

Definition at line 482 of file e1000_hw.h.

s32(* check_for_msg)(struct e1000_hw *)

Definition at line 481 of file e1000_hw.h.

s32(* check_for_rst)(struct e1000_hw *)

Definition at line 483 of file e1000_hw.h.

s32(* init_params)(struct e1000_hw *hw)

Definition at line 476 of file e1000_hw.h.

s32(* read)(struct e1000_hw *, u32 *, u16)

Definition at line 477 of file e1000_hw.h.

s32(* read_posted)(struct e1000_hw *, u32 *, u16)

Definition at line 479 of file e1000_hw.h.

s32(* write)(struct e1000_hw *, u32 *, u16)

Definition at line 478 of file e1000_hw.h.

s32(* write_posted)(struct e1000_hw *, u32 *, u16)

Definition at line 480 of file e1000_hw.h.


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