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

#include <ixgbe_type.h>

Data Fields

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

Detailed Description

Definition at line 2947 of file ixgbe_type.h.

Field Documentation

s32(* check_for_ack)(struct ixgbe_hw *)

Definition at line 2954 of file ixgbe_type.h.

s32(* check_for_msg)(struct ixgbe_hw *)

Definition at line 2953 of file ixgbe_type.h.

s32(* check_for_rst)(struct ixgbe_hw *)

Definition at line 2955 of file ixgbe_type.h.

s32(* init_params)(struct ixgbe_hw *hw)

Definition at line 2948 of file ixgbe_type.h.

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

Definition at line 2949 of file ixgbe_type.h.

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

Definition at line 2951 of file ixgbe_type.h.

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

Definition at line 2950 of file ixgbe_type.h.

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

Definition at line 2952 of file ixgbe_type.h.


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