#include <igb_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) |
Definition at line 624 of file igb_hw.h.
| s32(* e1000_mbx_operations::init_params)(struct e1000_hw *hw) |
Referenced by igb_init_function_pointers_82575().
| s32(* e1000_mbx_operations::check_for_msg)(struct e1000_hw *, u16) |
| s32(* e1000_mbx_operations::check_for_ack)(struct e1000_hw *, u16) |
| s32(* e1000_mbx_operations::check_for_rst)(struct e1000_hw *, u16) |
1.5.7.1